Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HELP with context HELP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00423905
Message ID:
00435655
Views:
17
>I create context help (HTML) & put it in my form. Everything is just fine in the forms wich not includes TreeView control. When I have TreeView in my form & it got the focus I can push the F1 key but nothing happens (help just not invoked). What I must do to have HELP in treeview control.
>
>TIA
>
>Boris
In the KeyDown event of the TreeView, an ASCII (KeyCode) of 112 (the F1 key is fired)
Treeview.KeyDown(KeyCode)
if keycode=112 && The f1 was pressed
... do the help stuff
endif
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform