Standalone

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pentahari
    New Member
    • Dec 2007
    • 60

    Standalone

    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.
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Originally posted by pentahari
    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.
    Can you elaborate more? What type of program are you going to develop?

    Rey Sean

    Comment

    • daniel aristidou
      Contributor
      • Aug 2007
      • 494

      #3
      Originally posted by pentahari
      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.
      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..
      On closing delete the registry key


      note you could also do this using a text file instead of registry

      Comment

      Working...