F1 Help?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Anybody knows how to attack F1 Help with the controls in C#? Example if you press F1 in a Text Box a message pop up with the help text.
-
Anybody knows how to attack F1 Help with the controls in C#? Example if you press F1 in a Text Box a message pop up with the help text.
Use the HelpRequested event (HelpEventHandler is the delegate instead of HelpRequestedEventHandler). James Simplicity Rules!