Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SefocusAPI function
Message
From
25/07/2006 08:26:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
SefocusAPI function
Miscellaneous
Thread ID:
01139628
Message ID:
01139628
Views:
77
Hi, anybody experienced using the Windows API SefocusAPI? I try with visual basic it works well, by have the problem on VFP. Somebody can help ?

In VB
=====
Declare Function SefocusAPI Lib "user32" Alias "SetFocus" _
(ByVal hwnd As Long) As Long

In VFP
======
DECLARE INTEGER SefocusAPI IN user32;
INTEGER hWnd
Next
Reply
Map
View

Click here to load this message in the networking platform