Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Functions on _screen
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Functions on _screen
Miscellaneous
Thread ID:
00799396
Message ID:
00799396
Views:
49
Hi,

is there a possibility to use the OLEDragDrop procedure of the screen? I tried the following:

_screen.OLEDragMode=1
_screen.NewObject("oSh","ScreenHook","screenhook.prg")

DEFINE CLASS Screenhook as Custom

oScr = _screen
oScr.oledragmode=1

FUNCTION oScr.OLEDragDrop(oDataObject, nEffect, nButton, nShift, nXCoord, nYCoord)
MESSAGEBOX("Olè. Viva Èspana!")
ENDFUNC

FUNCTION oScr.Click()
MESSAGEBOX("Clicked.")
ENDFUNC

ENDDEFINE

The click event works while the OLEDragDrop doesnt do anything. No error, no result. Just sleeping.

...gerhard...
Next
Reply
Map
View

Click here to load this message in the networking platform