Re: Blocking waiting message box ?



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



.