| Author |
Message |
Forum: Support Topic: regex help |
| w1ngnu7 |
|
Posted: September 20th, 2009, 1:18 pm
|
|
Replies: 4 Views: 243
|
Code: newStr := RegExReplace("from=jabberid@jabber.conference.org/jidnickname", "from", "to") finalStr := RegExReplace(newstr, "/.*", "")
Maybe like this? |
|
 |
Forum: Support Topic: regex help |
| w1ngnu7 |
|
Posted: September 20th, 2009, 11:16 am
|
|
Replies: 4 Views: 243
|
Code: newStr := RegExReplace("from=jabberid@jabber.conference.org/jidnickname", "from", "to") |
|
 |
Forum: Support Topic: DllCall( GetMenuState ... ) - spotify |
| w1ngnu7 |
|
Posted: August 11th, 2009, 1:47 pm
|
|
Replies: 1 Views: 369
|
|
 |
Forum: Support Topic: getmodulehandle |
| w1ngnu7 |
|
Posted: August 3rd, 2009, 10:30 am
|
|
Replies: 2 Views: 201
|
Maybe like this?
Code: RendDX9Base := dllcall("GetModuleHandle", "Str", "RendDX9.dll", "UInt") |
|
 |
Forum: Support Topic: Switching To A Tab After Button Pressed |
| w1ngnu7 |
|
Posted: August 2nd, 2009, 4:19 pm
|
|
Replies: 1 Views: 315
|
Maybe like this?
Code: Gui, Add, Tab2,vTab1,1|2|3 Gui, Tab, 3 Gui, Add, Button,gGo, Go Gui, Show Return
Go: GuiControl, Choose, Tab1, 1 Return
GuiClose: ExitApp
http://www.autohotkey.com/docs/commands/GuiControl.htm |
|
 |
Forum: Support Topic: FileInstall Help please.... |
| w1ngnu7 |
|
Posted: August 2nd, 2009, 3:22 pm
|
|
Replies: 8 Views: 363
|
Try:
Code: Gui, Add, Picture, x802 y592 w80 h30 gB4, %A_ProgramFiles%\folder\image.bmp |
|
 |
Forum: Support Topic: list of id |
| w1ngnu7 |
|
Posted: July 30th, 2009, 12:32 pm
|
|
Replies: 8 Views: 376
|
Code: WinGet, Id, List Loop, %Id% { Idlist .= Id%A_Index% . "`r`n" } MsgBox % Idlist |
|
 |
Forum: Support Topic: GUI Style? |
| w1ngnu7 |
|
Posted: July 30th, 2009, 2:17 am
|
|
Replies: 23 Views: 1575
|
| He probably wants a Dialog created with the CreateDialog function, it doesnt have anything to do with themes. I dont think it is possible in Autohotkey, maybe if he use DllCall. Anyway, this removes the icon, but the systemmenu is still there. #NoTrayIcon Gui, -MinimizeBox -MaximizeBox Gui, Show, W4... |
|
 |
Forum: Support Topic: "if" confusion |
| w1ngnu7 |
|
Posted: July 27th, 2009, 5:49 pm
|
|
Replies: 11 Views: 334
|
|
 |
Forum: Support Topic: "if" confusion |
| w1ngnu7 |
|
Posted: July 27th, 2009, 4:43 pm
|
|
Replies: 11 Views: 334
|
| Well it works for me except that the msgbox it works will not show because i dont have any window with that classname opened. |
|
 |
Forum: Support Topic: "if" confusion |
| w1ngnu7 |
|
Posted: July 27th, 2009, 12:51 pm
|
|
Replies: 11 Views: 334
|
Shouldent it be:
Code: if (this_class = "SunTrackCursorWindowClass") { msgbox, it works } |
|
 |
Forum: Support Topic: Gui, 2:Font,cff0000, |
| w1ngnu7 |
|
Posted: July 27th, 2009, 12:20 pm
|
|
Replies: 9 Views: 424
|
| He doesnt want the writeable editboxes black, he wants the text in the writeable textboxes black. |
|
 |
Forum: Support Topic: Gui, 2:Font,cff0000, |
| w1ngnu7 |
|
Posted: July 27th, 2009, 12:07 pm
|
|
Replies: 9 Views: 424
|
| Login = LOGIN TO S-MINER Gui, 2:Color, 000000 Gui, 2:+ToolWindow Gui, 2:Add, Edit, x80 y12 w80 h20 vUsrname Gui, 2:Add, Edit, x80 y42 w80 h20 vpasswrd Password Gui, 2:Font,cff0000 Gui, 2:Add, Text, x12 y12 w70 h20, Username Gui, 2:Add, Text, x12 y42 w70 h20, Password Gui, 2:Add, Button, x170 y12 w7... |
|
 |
Forum: Support Topic: Windows Media Player Skipping |
| w1ngnu7 |
|
Posted: July 24th, 2009, 12:41 am
|
|
Replies: 2 Views: 195
|
|
 |
Forum: Support Topic: Optimizing a script using BinRead/Hex2Bin |
| w1ngnu7 |
|
Posted: July 21st, 2009, 12:34 pm
|
|
Replies: 3 Views: 445
|
| I uppdated the script with the script posted by sooyke. #NoEnv SetBatchLines -1 RegRead, SteamPath, HKEY_CURRENT_USER, Software\Valve\Steam, SteamPath FileRead, BlobOpen, %SteamPath%\ClientRegistry.blob Loop, % VarSetCapacity( BlobOpen ) { byte := NumGet( BlobOpen, A_Index - 1, &quo... |
|
 |
| Sort by: |