How to create standalone windows application? I also create the project in visual studio 2005 but the application requirement is .Net framework 2.0. my minimum configuration system is windows 98 but windows 98 cannot contains framework 2.0. The user should not install framework and etc.
Standalone
Collapse
X
-
Can you elaborate more? What type of program are you going to develop?Originally posted by pentahariHow to create standalone windows application? I also create the project in visual studio 2005 but the application requirement is .Net framework 2.0. my minimum configuration system is windows 98 but windows 98 cannot contains framework 2.0. The user should not install framework and etc.
Rey Sean -
You could try creating a registry key.........whe n application starts up....it creates a key.... on each open it checks if this key exist...if it does application will not open again..Originally posted by pentahariHow to create standalone windows application? I also create the project in visual studio 2005 but the application requirement is .Net framework 2.0. my minimum configuration system is windows 98 but windows 98 cannot contains framework 2.0. The user should not install framework and etc.
On closing delete the registry key
note you could also do this using a text file instead of registryComment
Comment