I want the program that is called in the code below to have the focus in maximized window. It works on NT 4.0, but on Win 2000 it goes minimized to the task bar.
Thanks here's the code.
vall2 = """C:\program files\Lmw32\lmwprint.exe"" /L=f:\labels\" & Forms![labelmain]![Unimark].Form![content label file name]
y = Shell(vall2, vbMaximizedFocus)
Thanks here's the code.
vall2 = """C:\program files\Lmw32\lmwprint.exe"" /L=f:\labels\" & Forms![labelmain]![Unimark].Form![content label file name]
y = Shell(vall2, vbMaximizedFocus)