H
Hinnerk Feldwisch
Hello,
I'm writing a program with VB.NET at the moment, and want to have an easy
possibility to display a help string in the status bar when the user places
the mouse over a control.
I know that there was an easy way some years ago, when I used Delphi 3 or VB
4; but I didn't find it anymore - is it still possible?
Then I tried to filter a appropiate message from the message queue, and
installed a filter with application.addMessagefilter() (or similar). I also
overwrote the WndProc- procedure. But I'm not sure which WM I shall filter;
I heard about WM_SETCURSOR, this should be called not for the controls but
for the parent form.
This doesn't work though...
Any help?
Thank you very much!,
Hinnerk
I'm writing a program with VB.NET at the moment, and want to have an easy
possibility to display a help string in the status bar when the user places
the mouse over a control.
I know that there was an easy way some years ago, when I used Delphi 3 or VB
4; but I didn't find it anymore - is it still possible?
Then I tried to filter a appropiate message from the message queue, and
installed a filter with application.addMessagefilter() (or similar). I also
overwrote the WndProc- procedure. But I'm not sure which WM I shall filter;
I heard about WM_SETCURSOR, this should be called not for the controls but
for the parent form.
This doesn't work though...
Any help?
Thank you very much!,
Hinnerk