I downloaded and installed Visual C++ 2005 Express and Platform SDK. I integrated PSDK directories into Visual Studio. However, I haven't found a way to integrate PSDK Documentation into Visual Studio help. When I press F1, only MSDN Express opens, without PSDK documentation. I can open PSDK documenation as a separate tool, but there is no way to search for highlighted text automatically (or is there a switch to dexplore.exe ).
So, my question: is there an easy way to integrate Platform SDK documentation into Visual Studio Express so that Win32 API help opens when F1 is pressed

Integrate PSDK documentation into VC 2005 Express?
jrock2468
Any ideas, anyone
veera_c
Yes. None of these switches provide the possibility to send searched term to the program.
Sourcecode
Thanks,
Ayman Shoukry
VC++ Team
LarryLau
Something this useful should be a default tool/feature of any VS. Surprised it's not part of this version (or the previous ones for that matter)..
I remember I had to check the web for a bit until I found a tool (c++ program) for VS C++ 6.x (a few years back) which allowed me to integrate the help of VS and any SDK installed.
MarinaNZ
Did you try Start - Run - DExplore.exe /
Keith Adler
Ayman, there *is* a way. This problem has already been solved: link.
RustyBubble
Hi
The PSDK is not displayed under a filter.
In the help index and contents, select Filtered By to '(No filter)'.
In the contents, the PSDK categories should appear under root of the tree view.
To double check, in the index search for something like 'CreateWindowEx'. If you find it, then the PSDK has been integrated.
Tom Kirby-Green