> I do almost everything using direct Win32; my biggest beef is that VC
> help nearly always goes to .NET/ATL/MFC crap, so I have to use the
> index. (Oh, and by the way, dynamic help is less than useless, and
> "filtering" is simply broken.) I have yet to figure out some way to
> get the API help I want, rather than the .NET/MFC/ATL help that VC is
> determined to serve up when I hit F1.
This might not work for you, it depends on what you don't mind missing, but
it works like a champ for me. Also, maybe it doesn't work with today's
latest, greatest HTML stuff; We still use VC6 so I wouldn't know. At any
rate, I always edit the MSDNxxx.Col file, which is just XML. I go through
and delete all the folders of stuff I don't want. After saving it, the next
time I open MSDN, it says "rebuilding index" or something like that and
after a time, it comes up without all the goo I have no interest in, and
thus it never matches the goo I don't want. Anyway, you might be able to
edit your .col file and remove the stuff you don't want.
> .NET seems to be a CPU-hogging thing designed for the latest
> generation of illiterate programmers and a big boon for processor
> manufacturers (a layer on a layer on a layer). I prefer to work a
> little closer to the metal. I like to understand what my code does,
> rather than depend on some behind-the-curtain pretense.
I agree completely!
-Michael Viking
Severian [MVP] - 02 May 2005 18:57 GMT
>> I do almost everything using direct Win32; my biggest beef is that VC
>> help nearly always goes to .NET/ATL/MFC crap, so I have to use the
[quoted text clipped - 12 lines]
>thus it never matches the goo I don't want. Anyway, you might be able to
>edit your .col file and remove the stuff you don't want.
Thank you very much! I will try this today. I have asked this question
several times on other newsgroups and never gotten a response. Perhaps
I needed to write a vitriolic post so more people would read it.!
>> .NET seems to be a CPU-hogging thing designed for the latest
>> generation of illiterate programmers and a big boon for processor
[quoted text clipped - 3 lines]
>
>I agree completely!
--
Phillip Crews aka Severian
Microsoft MVP, Windows SDK
Posting email address is real, but please post replies on the newsgroup.