I’ve coded in Win32, but I decided to port my project to mfc (say… oops ) Anyway, I got some starting up problems. I let VC generate my project and add a InternetExplorer ReBar. But in the ReBar I can’t catch any events (or anywhere else for that matter). I got this error…
“IDR_MAINFRAME (English (U.S.)) is a new resource. Since it is a dialog resource you probably want to create a new class for it. You can also select an existing class”
At first I decided to create a new class… However it seemed like VC didn’t use these classes at all. I decided to select the class CMainFrame (which IS the correct class if I am not mistaking)… anyway, that didn’t work out either (“Isn’t a dialog…”)
Anyone know how to tame this beast ?
-> Divide Overflow “I’m not a bug, I’m a feature!”
[This message has been edited by Divide Overflow (edited 09-05-2000).]