friends 0 Posted October 31, 2004 Sorry for posting the same question if there is any. I did remember I saw the post before about this question, however, when I use Search to look for it, I failed to get the post I wanted. I wonder how could I "detect" whenever there is a mouse click ? Mind to show a simple example ? Thanks Share this post Link to post Share on other sites
Holger 14 Posted October 31, 2004 You can use GUIGetMsg(1) Or GUIGetCursorInfo(). Please take a look in the helpfile and try the samples written to the functions. So long Holger Old project:GUI/Tray menu with icons and colorsOther old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView Share this post Link to post Share on other sites
friends 0 Posted October 31, 2004 Thanks for the info... cos sometimes too many functions, I'm not sure which one to use. I'll try it out.... thanks ! Share this post Link to post Share on other sites