Re: Documentaion on m_viewList?
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
I just use CDocument::GetNextView() to iterate the list.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wcemfc4/html/aflrfcdocumentcolcolgetnextview.asp
Tom
"SteveS" <sserrell@xxxxxxxxxxxx> wrote in message
news:u6hBummBGHA.2840@xxxxxxxxxxxxxxxxxxxxxxx
> as in CTextView* pView = (CTextView*)m_viewList.GetHead();
>
> I can't find anything at MSDN. Can anyone point me in the right direction?
>
> Thanks
>
>
.
Relevant Pages
- Re: Howto import c# class for use in Vc++6.0
... Thanks a lot Tom. ... but for some other functionality the article at MSDN is really helpful for me. ... >> Sachin Malode ... (microsoft.public.vc.mfc) - Re: Threads - WaitForMultiObjects equivalent in C#
... Yes, thanks tom. ... I had missed it somehow in MSDN jumping all over the place and got side tracked with MSDN examples with a MSDN comment regarding "multi-tasking" behavior on single vs multi-processor/core machines. ... MSDN threading pages also has some needed background information regarding performance. ... I found the ultimate MSDN Online Help GUI - CHROME!!! ... (microsoft.public.dotnet.languages.csharp) - Re: Line Input not finding Chr10 or 13
... Tom - That worked well. ... because I thought it would take forever but it actually processes ... can handle the modifications to iterate on different sheets for the ... (microsoft.public.excel.programming) - Re: How to get property name?
... Sorry Tom. ... descriptor collection will be returned. ... I've tried the msdn example for this and still don't get the name I'm ... I will just define the property names in static strings. ... (microsoft.public.dotnet.languages.csharp) - Re: Learning recursion with hailstone seqence
... need to iterate millions of times to process the data. ... else result:=x shr 1; ... Count on a recursion depth of 50 times the bit-length of x. ... Tom ... (comp.lang.pascal.delphi.misc) |
|