![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Code Samples & Tips Share your recent discoveries and ideas with other users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
To run proper PPC help...
Sub Button1_Click If FileExist("\windows\help\YourApp.lnk") = true and FileExist("\windows\YourApphlp.htm") = true then Shell("\Windows\peghelp.exe", "file:YourApphlp.htm#Main_Contents", "", "", "", 0, "", "", "","") else msgbox("Can't find help file", "YourApp", cMsgBoxOK, cMsgBoxExclamation) end if End Sub The link file needs to go in \Windows\help. It contains just one line: 23#\Windows\YourApphlp.htm The 23 refers to the number of characters in "\Windows\YourApphlp.htm" With the link above specifying the folder, the help file goes in \Windows. Its html is different to PC help files. There's good guide at: http://www.microsoft.com/technet/pro...n/cehelp3.mspx |
|
||||
|
The link doesnt work anymore.....Anyone has it in cache?
or pdf form? Any other links?
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
||||
|
Found a Similar Link but not sure to be the right one...
http://msdn2.microsoft.com/en-us/library/ms229662.aspx
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSV file generates strange start in file | sunnyboyj | Questions & Help Needed | 9 | 12-21-2007 09:38 PM |