Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I programmatically make the monitor and error windows invisible?

0
Posted

How can I programmatically make the monitor and error windows invisible?

0

You can use the following two commands to control the visibility of the monitor and error log windows. These commands can be used in application code. monitor -inv ; # Makes the monitor window invisible errlog -inv, -q ; # Makes the error log window quiet and invisible To make the monitor invisible on startup, either start fire like this: fire -monitor=-1 or put this entry in the fire.ini file: monitor=-1 Note: to make these windows visible again enter the command with no parameters, i.e.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123