|
|
Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
In the folowing code I noticed something wierd happened. First. The myfile.hlp is it is in Greek letters prompts for help location only once. When You entered the location and you don't change it then never again prompts. Second. If the file location is in network drive for example \\myserver\myfile.hlp etc then even if you use Latin letters not Greek leters it prompts for new location. Third it works fine if you use Latin Letters and not on network drive. That's my conclusion. Please reply for any comments. See below the code MsgBox("My message;", vbCritical + vbYesNo + vbDefaultButton2 + vbMsgBoxHelpButton, "My title of message", helpfile:=currentproject.path &"\"& "myfile.hlp", Context:=95) Can't find the myfile.hlp and prompts for help location ? Of course if once you spesify the location it keeps it till you change again the location.
|
|
|