S
S Shulman
Hi all
I added the following code to my program but the process doesn't open with a
minimized window
Dim obProcessStyle As New Diagnostics.ProcessStartInfo(sNewFullFilePathName)
obProcessStyle.WindowStyle = ProcessWindowStyle.Minimized
Thank you,
Shmuel Shulman
I added the following code to my program but the process doesn't open with a
minimized window
Dim obProcessStyle As New Diagnostics.ProcessStartInfo(sNewFullFilePathName)
obProcessStyle.WindowStyle = ProcessWindowStyle.Minimized
Thank you,
Shmuel Shulman