Hello,
i have included a questionmark button at the titlebar of a panel. I have used the following function from the Windows SDK for this:
...
SetWindowLong((HWND)Handle, GWL_EXSTYLE, WS_EX_CONTEXTHELP );
...
When i click on the questionmark button the mouse cursor should change to the questionmark cursor form the windows sdk, but i have still the normal mouse cursor!
When i move the mouse very fast, i see that the cursor is changed for very short time. I think LabWindows is rechanging the cursor to the default mouse cursor of the panel.
Is there a way to avoid LabWindows from changing my mouse cursor?
Thank you
stefan