Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29275 Discussions

decoding mouse buttons in a dialogue?

robberman
Beginner
389 Views
If anyone can tell me how (or has a routine) to figure out if some text within
a dialogue list box has been selected with the right mouse button, or by
double-clicking, I'd very much appreciate your help. I'd like to be able to select
some items with the right mouse button and have them shown in a different
colour or underlined or something.

Thanks a lot......Rob
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
389 Views
Well, that's not so easy and it will probably require usage of Windows API (RichEdit control looks like a candidate). Could you post some more details about what the user interface is for and what it is supposed to do?

Jugoslav
0 Kudos
Reply