Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where can I find documentation on ShowWindow and FindWin
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00061740
Message ID:
00061820
Views:
47
>>>Gary,
>>>
>>>I don't know where you got this code sample, but it doesn't look right. The VFP API function names start with an underscore, e.g. there's a _FindWindow API function. There's a SHOW WINDOW command (space between words), and there's a ShowWindow property for forms and toolbars. To get help on a specific property or method, you can right click on the Property sheet if you're using the Class Designer or Form Designer. If you spell them right, all these things are easily findable in the VFP online help.
>>>
>>>Mike
>>>
>>>>I can't seem to find help or documentation on:
>>>>
>>>> =BringWindowToTop(FindWindow( 0, 'WindowName'))
>>>> =ShowWindow(FindWindow( 0, 'WindowName'),3)
>>>>
>>>>Gary
>>
>>Michael
>>
>> Those functions do work and I am not using a custom library. I
>>got them from someone on this forum.
>>
>>Gary
>
>If you have VFP 3, you can get details about these functions in the Win32API.HLP file in the VFP directory.
>
>If you have VFP 5...?
>
>:0)

Gerald

I do still have VFP 3 gathering mold. So I will look it up.
The code worked great by the way!!! The only problem was that
the other RUN application wasn't maximized when it came up. I
guessed at the parameter for that and it worked. Thanks a lot!

Gary
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform