Re: Blocking waiting message box ?
- From: "<ctacke/>" <ctacke[at]opennetcf[dot]com>
- Date: Mon, 18 Jun 2007 13:45:52 -0500
Sure, you can create a thread for the install and signal back to the UI
thread that you're done, at which point update the UI. Alternatively just
wait of the process handle from wceload in a timeout loop.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
"Steve B." <steve_beauge@xxxxxxxxxxxx> wrote in message
news:ufC7q2bsHHA.400@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
In an autorun.exe I wrote, I perform several operations, including
installing the compact framework using wceload.exe /silent command line.
Since I do not want the user to be able to neither cancel the
installation, nor choose the path, I use the /silent switch.
This is working but there is no visual feedback to the user that something
happens.
I'd like to know if it is possible to have a popup message like MessageBox
does, but with no button until the process is completely finished ?
Thanks,
Steve
.
- References:
- Blocking waiting message box ?
- From: Steve B.
- Blocking waiting message box ?
- Prev by Date: Re: CryptAPI(encryption/decryption)
- Next by Date: Re: Compact Framework 2.0 installer failing on Vista
- Previous by thread: Blocking waiting message box ?
- Next by thread: C# Treeview
- Index(es):