English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

If i'll press any charecter in text box related to that charecter item help should be displayed.

2006-12-20 17:48:20 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

in case if you are using visual studio then
there is an item called f1 help
drag and drop it
and then include the help file in the project
just
click on the propertis of the item you dropped
and give the url as the file which is inserted
tats it
done
more help??
cathc me in chat in
sweetraskels@gmail.com

2006-12-20 17:50:41 · answer #1 · answered by sweetraskels 4 · 0 0

Use the textchanged event for the text box, use and if-then statement to see if the character you are interested in is there, like this: "if string.mid("H",mytextbox.text) > 0 Then myhelpscreen.show()" (this for if H was typed in the textbox)

and show your help screen there...

Instead of the textchanged event, you could also use something like the keypressed event...

Hope it helps...

2006-12-22 01:45:30 · answer #2 · answered by Just David 5 · 0 0

fedest.com, questions and answers