Jump to content

Alt / Tab automatically help


Recommended Posts

Does anyone know the script for Autoit so I can automatically switch from a Power point presentation to a Explorer IP address? I want to put up a display that will switch between these two windows. The few I have tried have not worked. I am running windows 7.

Link to comment
Share on other sites

Try WinActivate

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

Try WinActivate

Unfortunately I have no experience in this and thought it would be a simple script to do this. I found this on other websites and it the help but it doesn't work. I am trying to go from Microsoft Powerpoint presentation and then to a web address.

Replying with out help is not helpful. I can get that from the IT help desk.

While 1 ;loop indefinitely
    WinActivate("notepad","") ;give focus to notepad
    Sleep(30000) ;sleep 30 seconds
    WinActivate("wordpad","") ;give focus to wordpad
    Sleep(30000) ;sleep 30 seconds
WEnd

Link to comment
Share on other sites

  • Developers

Replying with out help is not helpful. I can get that from the IT help desk.

These type of statements is really going to contribute getting better help.
I know I am also going against your rule but posted anyway. ;)

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

Should have known that it wouldn't be a simple task and I really did think that this forum would have been more helpful!

Yep ..  shit happens :)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

Let's not do this Brian and see what it takes to get your problem solved.
So when we can agree that we both stop making these stupid remarks we might be able to help you out when you share some more details and you show what you have tried that isn't working.
In case you can't get over this then please just leave to make life easier for both of us.

Your choice,

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Should have known that it wouldn't be a simple task and I really did think that this forum would have been more helpful!

there was a coffer maid. she did't serve coffee to anyone, and she didn't get tips. strangely she also was really confused about the last one.just saying:)

Link to comment
Share on other sites

No wonder you have so many post under your name -(23,729 post) of telling eveyone nothing but shit!

So you think they won't help? °-° just because you can't read the Answer or look in Help files or starting with Basics before something "too" hard (for you). °-° and how you speak to others is so sympathicly(not). :o (Nobody likes People who don't think but attacks others.)

  • C++/AutoIt/OpenGL Easy Coder
  • I will be Kind to you and try to help you
  • till what you want isn't against the Forum
  • Rules~

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...