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.
T
Ton van den Heuvel
@Ton van den Heuvel