Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Could someone try turning this code from VB into VFP.
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00451166
Message ID:
00451236
Views:
36
>>============= VB Coding =========
>>
>>Private Declare Function SendMessage Lib "User32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
>>
>>Const WM_NCLBUTTONDOWN = &HA1
>>Const HTCAPTION = 2
>>
>>lngReturnValue = SendMessage(Form1.hWnd, WM_NCLBUTTONDOWN, HTCAPTION, 0&)
>>
>>============= VFP Coding(?) =========
>>Please help me!
>Hi,
>
>Look at API#12644
>
>There Ed has done this for you

If the above code is correct (I assume, it is), it could be added to show declaration in VB and example in VB. This info was provided by Erik Moore.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform