Jump to content

AutoIT Site/Forum Jumper


AlmarM
 Share

Recommended Posts

#include <GUIConstants.au3>

$GUI = GUICreate("AutoIT Site/Forum Jumper", 270, 480, -1, -1)
$Label_1 = GUICtrlCreateLabel("Site Jump", 10, 10, 100)
GUICtrlSetFont($Label_1, 10)
$Radio_1 = GUICtrlCreateRadio("Forum Home", 10, 30)
$Radio_2 = GUICtrlCreateRadio("Search", 10, 50)
$Radio_3 = GUICtrlCreateRadio("Help", 10, 70)
$Label_2 = GUICtrlCreateLabel("Forum Jump", 10, 100, 100)
GUICtrlSetFont($Label_2, 10)
$Radio_4 = GUICtrlCreateRadio("General", 10, 120)
$Radio_5 = GUICtrlCreateRadio("Announcements and Site News", 10, 140)
$Radio_6 = GUICtrlCreateRadio("Chat", 10, 160)
$Radio_7 = GUICtrlCreateRadio("AutoIT v3", 10, 180)
$Radio_8 = GUICtrlCreateRadio("General Help and Support", 10, 200)
$Radio_9 = GUICtrlCreateRadio("Graphical User Interface (GUI) Help and Support", 10, 220)
$Radio_10 = GUICtrlCreateRadio("ActiveX/COM Help and Support (AutoItX)", 10, 240)
$Radio_11 = GUICtrlCreateRadio("Example Scripts", 10, 260)
$Radio_12 = GUICtrlCreateRadio("Bug Reports", 10, 280)
$Radio_13 = GUICtrlCreateRadio("v3 Bug Reports (Open)", 10, 300)
$Radio_14 = GUICtrlCreateRadio("v3 Bug Reports (Fixed)", 10, 320)
$Radio_15 = GUICtrlCreateRadio("v3 Bug Reports (No Bug)", 10, 340)
$Radio_16 = GUICtrlCreateRadio("AutoIt Feature Requests", 10, 360)
$Radio_17 = GUICtrlCreateRadio("Developer Chat", 10, 380)
$Radio_18 = GUICtrlCreateRadio("AutoIT v2", 10, 400)
$Radio_19 = GUICtrlCreateRadio("AutoIt v2 Help and Support", 10, 420)
$Button_1 = GUICtrlCreateButton("Jump!!", 10, 445, 250)

GUISetState()
While 1
    $nMsg = GUIGetMsg()
    Select
    Case $nMsg = $GUI_EVENT_CLOSE
        Exit
    Case $nMsg = $Button_1
    If GUICtrlRead($Radio_1) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=idx")
    EndIf
    If GUICtrlRead($Radio_2) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=Search")
    EndIf
    If GUICtrlRead($Radio_3) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=Help")
    EndIf
    If GUICtrlRead($Radio_4) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=11") 
    EndIf
    If GUICtrlRead($Radio_5) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=1")
    EndIf
    If GUICtrlRead($Radio_6) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=6")
    EndIf
    If GUICtrlRead($Radio_7) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=12")
    EndIf
    If GUICtrlRead($Radio_8) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=2")
    EndIf
    If GUICtrlRead($Radio_9) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=10")
    EndIf
    If GUICtrlRead($Radio_10) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=14")
    EndIf
    If GUICtrlRead($Radio_11) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=9")
    EndIf
    If GUICtrlRead($Radio_12) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=3")
    EndIf
    If GUICtrlRead($Radio_13) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=16")
    EndIf
    If GUICtrlRead($Radio_14) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=15")
    EndIf
    If GUICtrlRead($Radio_15) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=18")
    EndIf
    If GUICtrlRead($Radio_16) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=4")
    EndIf
    If GUICtrlRead($Radio_17) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=7")
    EndIf
    If GUICtrlRead($Radio_18) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=13")
    EndIf
    If GUICtrlRead($Radio_19) = 1 Then
        ShellExecute("http://www.autoitscript.com/forum/index.php?act=SF&s=&f=5")
    EndIf
    EndSelect
WEnd

Mayby any ideas :P ?

I think its realy usefull to get on the AutoIT Forum realy fast.

You dont need to typ www.autoitscript.com again at google or what.

Just start this, check witch you want and press Jump!!.

Easy as ... Name it ^^

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

Link to comment
Share on other sites

Interesting, but you can use AutoItMenu for firefox.

Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator

VW Bug user

Pinheiral (Pinewood) city:

http://pt.wikipedia.org/wiki/Pinheiral

Link to comment
Share on other sites

You dont need to typ www.autoitscript.com again at google or what.

I guess you never heard about bookmarks? :P - but the concept is nice... BTW, i will upload very soon an advanced AutoIt Bar (my old project that i restarted recently), where you can navigate to all forums and the web site of AutoIt.. browse many AutoIt tools, and much more ;) ...

 

Spoiler

Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1

AutoIt_Rus_Community.png AutoIt Russian Community

My Work...

Spoiler

AutoIt_Icon_small.pngProjects: ATT - Application Translate Tool {new}| BlockIt - Block files & folders {new}| SIP - Selected Image Preview {new}| SISCABMAN - SciTE Abbreviations Manager {new}| AutoIt Path Switcher | AutoIt Menu for Opera! | YouTube Download Center! | Desktop Icons Restorator | Math Tasks | KeyBoard & Mouse Cleaner | CaptureIt - Capture Images Utility | CheckFileSize Program

AutoIt_Icon_small.pngUDFs: OnAutoItErrorRegister - Handle AutoIt critical errors {new}| AutoIt Syntax Highlight {new}| Opera Library! | Winamp Library | GetFolderToMenu | Custom_InputBox()! | _FileRun UDF | _CheckInput() UDF | _GUIInputSetOnlyNumbers() UDF | _FileGetValidName() UDF | _GUICtrlCreateRadioCBox UDF | _GuiCreateGrid() | _PathSplitByRegExp() | _GUICtrlListView_MoveItems - UDF | GUICtrlSetOnHover_UDF! | _ControlTab UDF! | _MouseSetOnEvent() UDF! | _ProcessListEx - UDF | GUICtrl_SetResizing - UDF! | Mod. for _IniString UDFs | _StringStripChars UDF | _ColorIsDarkShade UDF | _ColorConvertValue UDF | _GUICtrlTab_CoverBackground | CUI_App_UDF | _IncludeScripts UDF | _AutoIt3ExecuteCode | _DragList UDF | Mod. for _ListView_Progress | _ListView_SysLink | _GenerateRandomNumbers | _BlockInputEx | _IsPressedEx | OnAutoItExit Handler | _GUICtrlCreateTFLabel UDF | WinControlSetEvent UDF | Mod. for _DirGetSizeEx UDF
 
AutoIt_Icon_small.pngExamples: 
ScreenSaver Demo - Matrix included | Gui Drag Without pause the script | _WinAttach()! | Turn Off/On Monitor | ComboBox Handler Example | Mod. for "Thinking Box" | Cool "About" Box | TasksBar Imitation Demo

Like the Projects/UDFs/Examples? Please rate the topic (up-right corner of the post header: Rating AutoIt_Rating.gif)

* === My topics === *

==================================================
My_Userbar.gif
==================================================

 

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

Link to comment
Share on other sites

you can use AutoItMenu for firefox.

Then you need to use a firefox :P - i am using Opera ;) - the menu for it also comming soon :)

 

Spoiler

Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1

AutoIt_Rus_Community.png AutoIt Russian Community

My Work...

Spoiler

AutoIt_Icon_small.pngProjects: ATT - Application Translate Tool {new}| BlockIt - Block files & folders {new}| SIP - Selected Image Preview {new}| SISCABMAN - SciTE Abbreviations Manager {new}| AutoIt Path Switcher | AutoIt Menu for Opera! | YouTube Download Center! | Desktop Icons Restorator | Math Tasks | KeyBoard & Mouse Cleaner | CaptureIt - Capture Images Utility | CheckFileSize Program

AutoIt_Icon_small.pngUDFs: OnAutoItErrorRegister - Handle AutoIt critical errors {new}| AutoIt Syntax Highlight {new}| Opera Library! | Winamp Library | GetFolderToMenu | Custom_InputBox()! | _FileRun UDF | _CheckInput() UDF | _GUIInputSetOnlyNumbers() UDF | _FileGetValidName() UDF | _GUICtrlCreateRadioCBox UDF | _GuiCreateGrid() | _PathSplitByRegExp() | _GUICtrlListView_MoveItems - UDF | GUICtrlSetOnHover_UDF! | _ControlTab UDF! | _MouseSetOnEvent() UDF! | _ProcessListEx - UDF | GUICtrl_SetResizing - UDF! | Mod. for _IniString UDFs | _StringStripChars UDF | _ColorIsDarkShade UDF | _ColorConvertValue UDF | _GUICtrlTab_CoverBackground | CUI_App_UDF | _IncludeScripts UDF | _AutoIt3ExecuteCode | _DragList UDF | Mod. for _ListView_Progress | _ListView_SysLink | _GenerateRandomNumbers | _BlockInputEx | _IsPressedEx | OnAutoItExit Handler | _GUICtrlCreateTFLabel UDF | WinControlSetEvent UDF | Mod. for _DirGetSizeEx UDF
 
AutoIt_Icon_small.pngExamples: 
ScreenSaver Demo - Matrix included | Gui Drag Without pause the script | _WinAttach()! | Turn Off/On Monitor | ComboBox Handler Example | Mod. for "Thinking Box" | Cool "About" Box | TasksBar Imitation Demo

Like the Projects/UDFs/Examples? Please rate the topic (up-right corner of the post header: Rating AutoIt_Rating.gif)

* === My topics === *

==================================================
My_Userbar.gif
==================================================

 

 

 

AutoIt is simple, subtle, elegant. © AutoIt Team

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...