Re: Are there any examples for VC++ 6.0? (General questions)
Wittend, I could write one for you. What do you want inside? Should it be MFC or ATL?
Thanks. hmm... A simple MFC example showing a the use of the object model, particularly from the event handlers would be helpful.
For example, the following does not work for me:
void CDMonView::OnRequestDoneWodwebserver(LPDISPATCH User)
{
((CWebUser)User).GetResponse().SetScriptEnd( > );
((CWebUser)User).GetResponse().SetScriptBegin( < );
}
Probably there are obvious reasons why it should not. I am just not clear what they are.
-- Dave