Página 1 de 1
Hide process window
Publicado: Mar May 24, 2011 8:22 am
por Timm
Hi!
Is it possible to run an application (for example Notepad.exe) in a process
without showing the window of the application?
Best regards, Timm.
Hide process window
Publicado: Mié May 25, 2011 10:42 am
por ignacio
Timm escribió el mar, 24 mayo 2011 08:22Hi!
Is it possible to run an application (for example Notepad.exe) in a process
without showing the window of the application?
Best regards, Timm.
Take a look at the parameters of the Execute function.
Regards,
Hide process window
Publicado: Vie May 27, 2011 9:03 am
por Timm
Ignacio,
it seems that the SW_HIDE mode of Execute() does not work with all
application.
I want to call DOSBox.exe (
www.dosbox.com) in order to execute a 16-Bit
application in a 64-Bit Window 7 environment:
Execute( ".OptiRundosbox.exe .OptiRun.exe -noconsole -userconf -exit",
".OptiRun", .t., SW_HIDE )
Every time I call that function the DOSBox window is shown.
Best regards, Timm.
"Ignacio Ortiz de Zúñiga" <
nonametoavoidspam@xailer.com> schrieb im
Newsbeitrag news:4ddcc0f7$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Timm escribió el mar, 24 mayo 2011 08:22
>> Hi!
>>
>> Is it possible to run an application (for example
>> Notepad.exe) in a process without showing the window of the application?
>>
>> Best regards, Timm.
>
>
> Take a look at the parameters of the Execute function.
> Regards,
> --
> Ignacio Ortiz de Zúñiga
> [Equipo de Xailer/Xailer team]
>
http://www.xailer.com
>
http://www.xailer.info
Hide process window
Publicado: Vie May 27, 2011 12:43 pm
por ignacio
Timm escribió el vie, 27 mayo 2011 09:03Ignacio,
it seems that the SW_HIDE mode of Execute() does not work with all
application.
I'm afraid is not our fault, sorry. We are just calling Windows standard API functions. BTW, I suggest you try to create a link to that application and change its configuration so is executed minimized. It may work.
Regards,