Another question about visual Studio

Started by
2 comments, last by Rut 18 years, 5 months ago
Hi! Does someone know how to do User interfaces with Visual Studio 6.0? I need to adapt a program from LabWindows/CVI and I don't know how to do it. Any advice would be very useful. Thank you.
Advertisement
Using VC++ 6.0 go to "File" -> "New" menu item. And select the "Project" tab. From here select the "MFC AppWizard (exe)" option to create a new MFC project.

There are some other option in the proceeding dialogs that will help you configure the application templates. You can then create and edit resources using the workspace "Resources" tab. Double-clicking on some entries will bring up the MFC dialog editor or menu editor etc.

I would recommend you look up Google for MFC tutorials or some books on the subject.

Cheers,
dhm
Should have also said you can use Visual Basic to create interfaces too.

Cheers,
dhm
Thank you, I'm going to search for some tutorials

This topic is closed to new replies.

Advertisement