WoWTray menu

User Tag List

Thread: WoWTray

Results 1 to 4 of 4
  1. #1
    swollen's Avatar Member
    Reputation
    36
    Join Date
    May 2007
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WoWTray

    Out of boredm, I wrote a program that puts WoW into the tray bar when you minimize it, and shows the window again when you click the WoW icon in the tray.

    Have WoW running, then run this program to run it.


    Written in AutoIt


    Code:
    #Region
    #AutoIt3Wrapper_Run_Obfuscator=y
    #AutoIt3Wrapper_Icon=wow.ico
    #EndRegion
    #NoTrayIcon
    #include <Constants.au3>
    
    Local $title = "World of Warcraft"
    AutoItSetOption ("TrayMenuMode", 1)
    
    While 1
    	
    	$state = WinGetState ($title)
    	
    	Select
    		
    		Case $state = 23
    			_HideWowWindow()
    			
    	EndSelect
    	
    	If TrayGetMsg() = $TRAY_EVENT_PRIMARYDOWN Then
    			_ShowWowWindow()
    	EndIf
    	
    	If Not ProcessExists ("Wow.exe") Then
    		Exit 0
    	EndIf
    	
    	
    	
    WEnd
    
    Func _HideWowWindow()
    	WinSetState ($title, "", @SW_HIDE)
    	TraySetState (1)
    EndFunc
    
    Func _ShowWowWindow()
    	WinSetState ($title, "", @SW_SHOW)
    	TraySetState (2)
    	WinActivate ($title)
    	WinWaitActive ($title)
    EndFunc
    Last edited by swollen; 07-28-2008 at 05:17 PM.

    WoWTray
  2. #2
    Haitamo's Avatar Banned
    Reputation
    130
    Join Date
    Feb 2008
    Posts
    328
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    at least u did write it so +rep

  3. #3
    Keithh's Avatar Banned
    Reputation
    86
    Join Date
    Mar 2008
    Posts
    493
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    waiitt whatt? =P cant you do that in video mode..?

  4. #4
    XinuX's Avatar Contributor
    Reputation
    129
    Join Date
    Apr 2007
    Posts
    583
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cool +2rep

All times are GMT -5. The time now is 02:52 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search