windows forms

Can anyone help .is it possible to create executeable files with windows forms (to run outside the c++ express ide ) (new user )

Answer this question

windows forms

  • SkipperS

    Yes, any exe you create will run outside the IDE, but not outside of computers that have the .NET framework installed. To do this, for an app with windows, you need to buy a version of VC++, and create an MFC app.



  • windows forms