G
Guest
using .NET IDE I can add a help button to the top right of the title bar next
to minimize/mazimize/close. This button lets the user point to a specific
control and then get help on that control, but I was wondering if I can
override this behavior so when someone clicks this button it just opens a new
dialog with general info of that dialog. I want to do this because I don't
want to take up any space in my dialog with a menu or a new icon... and this
button in the title bar would be perfect! I just don't want that whole
point-to-a-control-to-get-help routine.
to minimize/mazimize/close. This button lets the user point to a specific
control and then get help on that control, but I was wondering if I can
override this behavior so when someone clicks this button it just opens a new
dialog with general info of that dialog. I want to do this because I don't
want to take up any space in my dialog with a menu or a new icon... and this
button in the title bar would be perfect! I just don't want that whole
point-to-a-control-to-get-help routine.