Do i have a chance to know, what kind of application i am coding, programmatically
hi to everyone. I wonder if i am able to know what kind of application i am writing in C#. I mean, example i am writing a win32 application, can i know that i am coding a win32 application in code.
Sezgin ZekaPosted Mar 18, 2010, 3:24 PM
Sezgin ZekaPosted Mar 18, 2010, 4:06 AM
Sam HobbsPosted Mar 17, 2010, 7:27 PM
Do you need to determine whether the application is console or GUI?
I think there are more than one ways to get the information, depending on what you need.