Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving _Screen In MouseMove
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01220530
Message ID:
01239540
Views:
16
Sergey,

I have encounted an issue with this.

I am able to drag the application around (when _Screen.WindowState = Normal), but after I do, the mouse events of all the controls in this GUI class no longer respond until I click down again.

Here's what I mean. All of the controls on this UI have hover effects. In this shot, the mouse is over the orange button.

In this image, I am dragging the app around.

Next, as seen in this image, I am hovering again over the orange button, except that it's not orange because the MouseEnter didn't fire.

Any thoughts?

Thanks







>The _VFP varable is reference to VFP Desktop window and COM interface. The _Screen is a child window inside _VFP window.
>
>>PERFECT!!! Thanks, you're a genius
>>
>>>Comment out code in MouseMove, MouseUp and change MouseDown to
>>>
>>>LPARAMETERS nButton, nShift, nXCoord, nYCoord
>>>IF nButton = 1
>>>	ReleaseCapture()
>>>	SendMessage(_VFP.HWnd, 0x112, 0xF012, 0x0)
>>>ENDIF
>>>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform