Page 2 of 2

Re: Setting Graphical Cursor

Posted: Fri Jun 17, 2016 12:51 pm
by mol
Hi!
I don't want t ocreate new topic, bucause my problem is close to this.

I want to create event OnMouseHover int this way:

Code: Select all

CREATE EVENT PROCNAME OnMouseHover() HWND Form_Main.Vertical.HANDLE MSG WM_MOUSEHOVER STOREINDEX nStoreEvent
where Vertical is label control, but, my code does not anything.
Did someone use WM_MOUSEHOVER event?

Regards, Marek

Re: Setting Graphical Cursor

Posted: Fri Jun 17, 2016 1:36 pm
by quartz565
Thank you Esgici and Mustafa !!

Re: Setting Graphical Cursor

Posted: Sun Jun 19, 2016 7:00 pm
by andyglezl
mol wrote:Hi!
I don't want t ocreate new topic, bucause my problem is close to this.

I want to create event OnMouseHover int this way:

Code: Select all

CREATE EVENT PROCNAME OnMouseHover() HWND Form_Main.Vertical.HANDLE MSG WM_MOUSEHOVER STOREINDEX nStoreEvent
where Vertical is label control, but, my code does not anything.
Did someone use WM_MOUSEHOVER event?

Regards, Marek
Hola Mol
Quiza esto te pueda servir.
-----------------------------------
Hello Mol
Perhaps this you can be useful.

viewtopic.php?f=6&t=4468&p=42565&hilit=vertical#p42565

Re: Setting Graphical Cursor

Posted: Mon Jun 20, 2016 8:20 am
by mol
andyglezl wrote: Hello Mol
Perhaps this you can be useful.

viewtopic.php?f=6&t=4468&p=42565&hilit=vertical#p42565
Yes, it was really useful, thanks a lot!

Look at my sample:
viewtopic.php?f=9&t=4806