Toggle between iexplore windows

  • Thread starter Thread starter Guest
  • Start date Start date
.... continues...

I have a internet station (KIOSK application) with only a touch screeen, and
no keyboard. The user can "clean up" that is closing all windows. (for each
Process.GetProcessesByName("iexplore") --> kill )

But the user also needs to be able to toggle between the different ie
windows. Usually this is done with Alt-TAB or using the task bar. But user
have no keyboard, and my app has a custom shell (not explorer.exe), so there
is no taskbar. I want to make a "toggle-button" that for each click, the next
ie window is activated, just like hitting alt-tab once. Hitting the button
again should focus next window (alt-tab twice) etc.

So my question is:
How to give an application focus based on just the process name.

Regards,
Larsi.
 

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

Similar Threads


Back
Top