Alt-Tab

  • Thread starter Thread starter Lam
  • Start date Start date
L

Lam

Hi

I have 2 programs running in a computer 24 hours a day
I want switch between these program every 1 minutes to show on the screen
automatically
does any one know how to do that in VB.Net?

Thanks a lot
 
Lam said:
I have 2 programs running in a computer 24 hours a day
I want switch between these program every 1 minutes to show on the screen
automatically
does any one know how to do that in VB.Net?

\\\
SendKeys.Send("%{TAB}")
///
 
I have 2 programs running in a computer 24 hours a day
I want switch between these program every 1 minutes to show on the screen
automatically
does any one know how to do that in VB.Net?

Couldn't you just right-click the taskbar and hit "Tile Windows" before you
walk away from it?
 
no
the program has to take over the whole screen

Mike Labosh said:
Couldn't you just right-click the taskbar and hit "Tile Windows" before you
walk away from it?
--
Peace & happy computing,

Mike Labosh, MCSD
"Musha ring dum a doo dum a da!" -- James Hetfield
 
See if AppActivate() function is what you are looking for.

Hi

I have 2 programs running in a computer 24 hours a day
I want switch between these program every 1 minutes to show on the screen
automatically
does any one know how to do that in VB.Net?

Thanks a lot
 

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

Back
Top