Form.BringToFront() not working without shell

J

John Roberts

Hi,

I have implemented a shell in the compact framework for a Windows CE.NET
device.

Up until now, I've been running my application with the standard Windows
CE.NET shell present (explorer.exe). Now that I've removed explorer.exe and
run my app instead, Form.BringToFront() has stopped working. i.e when
called, the form no longer comes to the top. I'm assuming explorer.exe had
something to do with this.

Anyone know of a workaround to get the form to come back to the top?

BTW, all the forms are executing in the same process but within their own
thread...

TIA,
- John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top