Start Bartender minimized
Hello,
I print labels out of an Access form. It works fine with one exception - Bartender always changed to the foreground if I klick my command button to start the printing. Like you can see in the code, the shell command uses the minimized option, but that is ignored by Bartender.
Sub StartBartender()
Shell "C:\Program Files (x86)\Seagull\BarTender Suite\bartend.exe /F=kreis.btw", vbMinimizedNoFocus
End Sub
Any suggestions how I can do it?
0
-
I would suggest try using the following BarTender command parameter instead.
- /MIN[=Taskbar|SystemTray] - Causes BarTender to run minimized. Optionally, specify whether it will be minimized in the taskbar or the system tray.
You can find all the available BarTender command parameters here.
0 -
Great, that works!
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare