Forms in VC++?
-
Hi, I'm currently migrating from Delphi to Visual C++. I already know C++, but I've got a problem with Visual C++ itself. In Delphi, one can create an UI with so called forms. They resemble the dialog-based applications which one can create in Visual C++. However, the dialog based applications lack for example a main menu. I've also tried the SDI and MDI wizards, with the document/view architecture. It's possible the let one of the views inherit from CFormView, but that's not exactly what I'm looking for, since I don't need the document/view architecture. Any help would be appreciated, Ton.
-
Hi, I'm currently migrating from Delphi to Visual C++. I already know C++, but I've got a problem with Visual C++ itself. In Delphi, one can create an UI with so called forms. They resemble the dialog-based applications which one can create in Visual C++. However, the dialog based applications lack for example a main menu. I've also tried the SDI and MDI wizards, with the document/view architecture. It's possible the let one of the views inherit from CFormView, but that's not exactly what I'm looking for, since I don't need the document/view architecture. Any help would be appreciated, Ton.
You can assign a menu to a dialog in the dialog editor. --Mike-- http://home.inreach.com/mdunn/ The Signature, back by popular demand: Buffy. Pajamas.
-
Hi, I'm currently migrating from Delphi to Visual C++. I already know C++, but I've got a problem with Visual C++ itself. In Delphi, one can create an UI with so called forms. They resemble the dialog-based applications which one can create in Visual C++. However, the dialog based applications lack for example a main menu. I've also tried the SDI and MDI wizards, with the document/view architecture. It's possible the let one of the views inherit from CFormView, but that's not exactly what I'm looking for, since I don't need the document/view architecture. Any help would be appreciated, Ton.
You can try RadVC add-in (www.capitolsoft.com) too. It lets you work in a Delphi / VB - like RAD environment in Visual C++.