thank u sir iam able to create a help file that is iam able to convert my text doc to help file but now how to asighn this file to f1 key of my application
hi
first assign your (new) helpfile into your project using
vbmenu | project | project properties | helpfile name
otherwise your application will not be able to find it (stupid program :))
create a menu within your form or make as sub like Form_MouseDown
if your decide to make a menu:
e.g: mnuHelp - assign key F1 to this menu
if you make a mousedown:
let KeyCode=vbKeyF1 .. etc