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 447 matches
AutoHotkey Community Forum Index
Author Message
  Topic: [AHK & AHK_L] Forms Framework 0.8
Invalid User

Replies: 176
Views: 26444

PostForum: Scripts & Functions   Posted: Sat Dec 03, 2011 10:50 pm   Subject: [AHK & AHK_L] Forms Framework 0.8
I am getting the same things for other modules.

From the toolbar mod:

Toolbar_onNotify(Wparam,Lparam,Msg,Hwnd) {
static MODULEID = 80609, oldNotify="*"
static NM_CLI ...
  Topic: Calculation with variables
Invalid User

Replies: 3
Views: 88

PostForum: Ask for Help   Posted: Sun Nov 13, 2011 8:44 am   Subject: Calculation with variables
Gui, Add, Text, x1 y13 w110 h20 +Right, Text string to search
Gui, Add, Edit, x121 y10 w120 h20 vinput,
Gui, Add, Edit, x121 y40 w30 h20 vstarting,
Gui, Add, Edit, x121 y70 w30 h20 vfinishing,
...
  Topic: [module] HiEdit 4.0.0.4-5
Invalid User

Replies: 239
Views: 59725

PostForum: Scripts & Functions   Posted: Mon Nov 07, 2011 4:18 am   Subject: [module] HiEdit 4.0.0.4-5
;Method 1: Uses var associated with control
If ThisMethod = 1
GuiControl, 1:Hide, %ThisCtrlName%
;Method 2: Uses HWND
If ThisMethod = 2
Control, Hide, ,, ahk_id %ThisCtrlName% ...
  Topic: Drag&Drop Support for ListBoxes
Invalid User

Replies: 15
Views: 4310

PostForum: Scripts & Functions   Posted: Wed Oct 05, 2011 2:13 am   Subject: Drag&Drop Support for ListBoxes
Thanks for the fix! Very much appreciated. I am surprised these functions are not more popular. I am using them to do all sorts of things. they're great for single dim arrays and lists.
  Topic: Gdip DisposeBitmap issue
Invalid User

Replies: 1
Views: 411

PostForum: Ask for Help   Posted: Fri Sep 30, 2011 1:46 am   Subject: Gdip DisposeBitmap issue
This piece of code serves to be a simple img browser (to be merged with some other code hence empty client space at the top of the GUI)....

Note: Requires Gdip.ahk

The script currently consumes ...
  Topic: [AHK_L] Context menus and listview
Invalid User

Replies: 2
Views: 155

PostForum: Ask for Help   Posted: Wed Sep 14, 2011 5:32 am   Subject: [AHK_L] Context menus and listview
Come to dig deep, real deep - the hang up is called by an API call watching drag and drop activity. Drab indeed.

Moderators, feel free to remove this thread. Thanks.

  Topic: [AHK_L] Context menus and listview
Invalid User

Replies: 2
Views: 155

PostForum: Ask for Help   Posted: Tue Sep 13, 2011 11:55 pm   Subject: [AHK_L] Context menus and listview
Because the script in question contains more that 10K lines of code, I won't be posting it.

In my script I have several different Listviews, only a single displayed at a time. I thought I might add ...
  Topic: List of all Vars
Invalid User

Replies: 7
Views: 788

PostForum: Ask for Help   Posted: Fri Nov 03, 2006 1:31 am   Subject: List of all Vars
Well yes of course. I know. But this method displays to a seperate window, whose contents must be extracted and parsed , then organized before it can be used. I am looking for a simple function that c ...
  Topic: List of all Vars
Invalid User

Replies: 7
Views: 788

PostForum: Ask for Help   Posted: Fri Nov 03, 2006 12:50 am   Subject: List of all Vars
I searched the forum for this but found nothing, so i write. Is there a function or an existing variable in ahk that has a list of all the variables being used in a script, including those owned by co ...
  Topic: AHK Developer
Invalid User

Replies: 10
Views: 1169

PostForum: Wish List   Posted: Wed Jun 28, 2006 11:06 pm   Subject: AHK Developer
I developed a simple editor that could open multiple ahk scripts for editing. Each script could be associated to another to suport projects. when a script was opened it was broken down into routine an ...
  Topic: SmartGUI Creator - Future?
Invalid User

Replies: 54
Views: 4556

PostForum: General Chat   Posted: Fri Jun 02, 2006 9:44 pm   Subject: SmartGUI Creator - Future?
by directions I mean, two folks make two seperate improvments to SGUI. Now there are two versions with disired functions. Who is doing to add the others function to their version? Does anyone else see ...
  Topic: SmartGUI Creator - Future?
Invalid User

Replies: 54
Views: 4556

PostForum: General Chat   Posted: Fri Jun 02, 2006 11:12 am   Subject: SmartGUI Creator - Future?
I voted the first. I think Sgui would be much more progressive with this line. I have often seen mulitple versions of programs go in different directions allowing the source to go open.
  Topic: :: SmartGUI Creator ::
Invalid User

Replies: 691
Views: 303926

PostForum: Scripts & Functions   Posted: Thu Jun 01, 2006 11:44 pm   Subject: :: SmartGUI Creator ::
Rajat, I have been a long time fan of you gui layout tool, may i have the source of the lastest version, I would love to tinker with some ideas. thanks.
  Topic: Small help file addition
Invalid User

Replies: 2
Views: 2351

PostForum: Wish List   Posted: Wed Mar 22, 2006 8:44 am   Subject: Small help file addition
Just curious, what is the limit of an .ini file?
  Topic: Improve #include
Invalid User

Replies: 1
Views: 974

PostForum: Wish List   Posted: Tue Mar 14, 2006 5:58 pm   Subject: Improve #include
Due to the way scripts are parsed before being run User variable cannnot be used with #include, but what about env variables? Could #include be improved to accept env variables?


#Include %WinDir% ...
 
Page 1 of 30 Goto page 1, 2, 3 ... 28, 29, 30  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group