AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 39 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Create a Ras Dialup connection
Phoenix

Replies: 0
Views: 72

PostForum: Ask for Help   Posted: Mon Apr 28, 2008 5:56 pm   Subject: Create a Ras Dialup connection
Would it be possible to create, dial and maybe also edit preferences of a Ras Dialup Connection?
  Topic: Scripting.Dictionary Object as Associative Array
Phoenix

Replies: 56
Views: 9729

PostForum: Scripts & Functions   Posted: Mon Apr 21, 2008 6:36 pm   Subject: Scripting.Dictionary Object as Associative Array
*bump* I would like to know how to loop through through it Smile
  Topic: Scripting.Dictionary Object as Associative Array
Phoenix

Replies: 56
Views: 9729

PostForum: Scripts & Functions   Posted: Sun Feb 24, 2008 1:36 am   Subject: Scripting.Dictionary Object as Associative Array
How do I loop through the whole dictionary the best way?
  Topic: Getting icons from shortcut.
Phoenix

Replies: 3
Views: 126

PostForum: Ask for Help   Posted: Sat Feb 23, 2008 10:24 am   Subject: Getting icons from shortcut.
The trouble is that the target is C:\WINDOWS\system32\control.exe telephon.cpl,@0,1 so that won't return any valid icon. Instead I have manually chosen an icon for my shortcut and want to add that ico ...
  Topic: Getting icons from shortcut.
Phoenix

Replies: 3
Views: 126

PostForum: Ask for Help   Posted: Fri Feb 22, 2008 12:44 pm   Subject: Getting icons from shortcut.

FileGetShortcut, %A_LoopFileFullPath%,,,,, ShortIcon
msgbox, %shorticon%
If (ShortIcon <> "")
{
msgbox, test
IL_Add(ImageListID, ShortIcon,1)
& ...
  Topic: Filecopy from UNC paths
Phoenix

Replies: 1
Views: 134

PostForum: Ask for Help   Posted: Mon Feb 18, 2008 1:52 pm   Subject: Filecopy from UNC paths
Is it possible to use the filecopy command for sources on UNC paths.

I tried the following:



Source = \\computer\test
Dest = %A_ProgramFiles%\test
FileCopyDir, Source, Dest, 1


But it ...
  Topic: Retrive control ID
Phoenix

Replies: 7
Views: 250

PostForum: Ask for Help   Posted: Tue Feb 12, 2008 8:11 pm   Subject: Retrive control ID
No that's the name of the control what I want is the ID.
  Topic: Retrive control ID
Phoenix

Replies: 7
Views: 250

PostForum: Ask for Help   Posted: Sun Feb 10, 2008 11:17 pm   Subject: Retrive control ID
http://farm3.static.flickr.com/2259/2256259328_6326055595_o.png

This is the value I am interested in.
  Topic: Retrive control ID
Phoenix

Replies: 7
Views: 250

PostForum: Ask for Help   Posted: Sat Feb 09, 2008 10:13 pm   Subject: Retrive control ID
No that retrives the HWND of a window. A need the ID of a control, this is not the same as the HWND wich can be obeserved in winspector.
  Topic: Unicode2Ansi
Phoenix

Replies: 1
Views: 169

PostForum: Ask for Help   Posted: Fri Feb 08, 2008 5:06 pm   Subject: Unicode2Ansi
Hi!

Sorry for this newbie question but I have searched for the answer and not found it Smile I am using the function Unicode2Ansi(ByRef wString, ByRef sString, nSize = "") in cohelper.ahk Wh ...
  Topic: Retrive control ID
Phoenix

Replies: 7
Views: 250

PostForum: Ask for Help   Posted: Fri Feb 08, 2008 12:06 pm   Subject: Retrive control ID
Is there a way to retrive the ID (the ID of window properties for the control in Winspector)?
  Topic: Dragable ruler
Phoenix

Replies: 2
Views: 183

PostForum: Ask for Help   Posted: Tue Dec 18, 2007 10:39 pm   Subject: Dragable ruler
Hi I would like a variant of this ruler. I don't want it to follow the mouse but it should be possible to move it up and down by "click and drag"in it. Could anybody give me a hint? Smile


...
  Topic: Detecting last field in listbox
Phoenix

Replies: 2
Views: 167

PostForum: Ask for Help   Posted: Sun Nov 04, 2007 2:25 am   Subject: Detecting last field in listbox

;----------------------------------------------------------------------
;
; Closes selected window
;
CloseWindow:
guicontrolget, listval,,index
msgbox, %listval%
stringtrimleft, windo ...
  Topic: Winmove Opera?
Phoenix

Replies: 3
Views: 181

PostForum: Ask for Help   Posted: Thu Aug 24, 2006 8:25 am   Subject: Winmove Opera?
Thanks for the quick reply however it doesn't seem to work anyways. I have even tried copying OpWindow to one of the WinMove strings that works for other windows and still no luck.
  Topic: Winmove Opera?
Phoenix

Replies: 3
Views: 181

PostForum: Ask for Help   Posted: Thu Aug 24, 2006 12:55 am   Subject: Winmove Opera?
I am trying to move around som programs. Every applicationwindow execpt opera seems to be movable and resizeable. I am trying the following code

WinMove, ahk_class Opwindow ,774,-2,1024,768

If ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group