Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help converting VB code to VFP
Message
From
16/12/2002 13:08:51
 
 
To
16/12/2002 12:54:07
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00733347
Message ID:
00733351
Views:
24
Declare Long GetModuleHandle In Win32API String strFileName
Declare Long LoadString In Win32API Long hInstance, Long uid, String strBuffer, Long cbBuffer

hResource = GetModuleHandle("cswsk32.ocx")
Buffer = Replicate("0", 128)
nResult = 0 && or something else - look in your code
nLoadResult = LoadString(hResource, nResult, Buffer, 128)

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Reply
Map
View

Click here to load this message in the networking platform