Ramani,
That's interesting.
Can I hide this way Dos window from RUNning a single Dos command (VFP6)? It doesn't bother me much, so I never thought of hiding it before, but it would be nice, though.
Stella
I don't understand what the parameters (declare integer)means..
Here is the definition of API from Microsoft: Windows API
The Windows API (Application Programming Interface) consists of the functions, messages, data structures, data types, and statements you can use in creating applications that run under Microsoft Windows. The parts of the API you use most are code elements for calling API functions from Windows. These include procedure declarations (for the Windows functions), user-defined type definitions (for data structures passed to those functions), and constant declarations (for values passed to and returned from those functions).
In Ramani's example ShellExecute is an API call to a Windows function. Each of the API calls require parameters. If you want to learn more about using API calls in VFP, look at this link:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.