Setting Graphical Cursor

HMG Samples and Enhancements

Moderator: Rathinagiri

User avatar
mol
Posts: 3723
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Setting Graphical Cursor

Post 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
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: Setting Graphical Cursor

Post by quartz565 »

Thank you Esgici and Mustafa !!
Best Regards,
Nikos.

os: Windows Server 2019 - 64
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: Setting Graphical Cursor

Post 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
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
mol
Posts: 3723
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Setting Graphical Cursor

Post 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
Post Reply