Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help,How can I hide my application

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
How can I hide my application , so that there is no way to see my form.
 
It depends on what you want to do.

I wrote an application to compare two databases and then to alter the tables of the second so that they will allow at least the columns of the first.

I wrote it as a gui application, first, then fixed it up with command line parameters for the databases, logins, etc., and just how far into the process you wanted to go (it provided reports). When run in this "mode", I had the FormCreate of the Application.MainForm do the work and set a global flag variable. In the program file, Application.Run being executed is dependent upon the value of the global flag variable.

Sherril
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top