Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showwindow
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00635618
Message ID:
00635648
Views:
13
Hi George,

Hmmm... a reply by the Master (read Tasker) himself. Thanks. It works.

... and I'm ok. Still around, which is what counts no?

Kind regards,

Marc


>>Hi,
>>
>>In what now seems another life I implemented, (rather I copied without understanding) the following code:
>>
>>declare showwindow in "USER32.DLL" integer,integer
>>
>>when I run the program the system returns an error "cannot find the entry point in the .DLL"
>>
>>I also tried
>>
>>declare showwindow in "W32SCOMB.DLL" integer,integer
>>
>>then the system returns "cannot load the 32-bit dll WS32SCOMB.DLL"
>>
>>I'm running under Windows 2000, and I have no clue about what I'm doing (should that not be clear by now :)).
>>
>>What gives?
>>
>>TIA
>>
>Hey Marc,
>
>Long time no see. How's it going?
>
>API declarations are case sensitive. So the proper declaration and call would be
DECLARE INTEGER ShowWindow IN Win32API;
>INTEGER hwnd, INTEGER nCmdShow
I noted, in checking, that the UT API section doesn't seem to have this very basic function in it. Post back if you need more info before I get around to adding it.

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform