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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hiding Paradox 1

Status
Not open for further replies.

Arenig

IS-IT--Management
Nov 30, 2001
30
GB
I know about hiding Paradox splash screens. But is it possible for me to hide Paradox so that my users just see my forms etc. without Paradox lurking behind? I've suffered this for years and it's high time to see if it can be done.

Thanks

Martin Evans


 
No but you can cleverly disguise it by using:

Code:
Var
   Ap    Application
EndVar

Ap.SetTitle("My Company Name")
Ap.setIcon("c:\\paradoxStuff\\icons\\myNew.ico")
Ap.Maximize()
[\code]

in your start-up script or the init code of the first form you open.



Mac :-)

"There are only 10 kinds of people in this world... those who understand binary and those who don't"

langley_mckelvy@cd4.co.harris.tx.us
 
I have heard that it is better, but not much. I use version 9 and have no plans to upgrade in the near future.

Mac :)

"There are only 10 kinds of people in this world... those who understand binary and those who don't"

langley_mckelvy@cd4.co.harris.tx.us
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top