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
Complete thread:
- Are there any examples for VC++ 6.0? - wittend, 2005-03-25, 05:23
- Re: Are there any examples for VC++ 6.0? - wodSupport, 2005-03-25, 09:49
- Re: Are there any examples for VC++ 6.0? - wittend, 2005-03-26, 04:18
- Re: Are there any examples for VC++ 6.0? - wodSupport, 2005-03-27, 22:23
- Re: Are there any examples for VC++ 6.0? - wittend, 2005-04-26, 06:56
- Re: Are there any examples for VC++ 6.0? - wodSupport, 2005-04-26, 11:18
- Re: Are there any examples for VC++ 6.0? - wittend, 2005-04-26, 06:56
- Re: Are there any examples for VC++ 6.0? - wodSupport, 2005-03-27, 22:23
- Re: Are there any examples for VC++ 6.0? - wittend, 2005-03-26, 04:18
- Re: Are there any examples for VC++ 6.0? - wodSupport, 2005-03-25, 09:49