Re: Are there any examples for VC++ 6.0? - WeOnlyDo Discussion board

Re: Are there any examples for VC++ 6.0? (General questions)

by wittend, Saturday, March 26, 2005, 04:18 (6974 days ago) @ wodSupport

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


Complete thread: