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 168 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Edit box not accepting variable %Account%
Mkbailey755

Replies: 5
Views: 95

PostForum: Ask for Help   Posted: Mon Jul 21, 2008 2:32 am   Subject: Edit box not accepting variable %Account%
Sweet! thanks, Im going to read up more on GUI Submit but can you give me a brief explanation on GUISubmit?
  Topic: Edit box not accepting variable %Account%
Mkbailey755

Replies: 5
Views: 95

PostForum: Ask for Help   Posted: Mon Jul 21, 2008 2:11 am   Subject: Edit box not accepting variable %Account%
I have been working on a problem that I thought I solved but its still not working.

Gui, Add, Edit, x16 y40 w110 h25 gAccount vAccount, ;Edit box for the GUI
Test:
msgbox, %Account%
return ...
  Topic: Click a URL in Editbox/Text box in AHK
Mkbailey755

Replies: 2
Views: 101

PostForum: Ask for Help   Posted: Fri Jul 18, 2008 10:55 pm   Subject: Click a URL in Editbox/Text box in AHK
Perfect thank you this will indeed will be handy
  Topic: Click a URL in Editbox/Text box in AHK
Mkbailey755

Replies: 2
Views: 101

PostForum: Ask for Help   Posted: Fri Jul 18, 2008 5:19 am   Subject: Click a URL in Editbox/Text box in AHK
I Have a program that keeps track of customers accounts some info I need is on a website. so I was hoping there was a way to click on a link inside a AHK edit box like you would on a web page. I was t ...
  Topic: Having trouble with gLabel and variable of edit box
Mkbailey755

Replies: 3
Views: 103

PostForum: Ask for Help   Posted: Fri Jul 18, 2008 4:43 am   Subject: (Solved)
Ive solved my dilemma with a Underscore I changed gAccount to g_Account lol couldn't believe five hours wasted on a underscore
  Topic: Having trouble with gLabel and variable of edit box
Mkbailey755

Replies: 3
Views: 103

PostForum: Ask for Help   Posted: Thu Jul 17, 2008 9:12 pm   Subject: Having trouble with gLabel and variable of edit box
thanks for the reply sorry I didn't specify the results. the variable vAccount isn't recognizing what I put in the edit box. I have files on my hard drive IE. 023243.txt. it should use the file read ...
  Topic: Having trouble with gLabel and variable of edit box
Mkbailey755

Replies: 3
Views: 103

PostForum: Ask for Help   Posted: Thu Jul 17, 2008 8:04 pm   Subject: Having trouble with gLabel and variable of edit box
I have the following line of code that uses account numbers to pull information from text files. I'm using the variable from the first Edit box vAccount. I tried changing it to vNumber thinking it was ...
  Topic: Need pop up window from Account edit box
Mkbailey755

Replies: 4
Views: 129

PostForum: Ask for Help   Posted: Thu Jul 17, 2008 2:24 am   Subject: Need pop up window from Account edit box
ok finally fix that problem with the two windows the problem is that now variable "account" does not work to load the file

#NoEnv
Gui, Add, DateTime, x206 y7 w100 h30,
;Edit box for Ac ...
  Topic: Need pop up window from Account edit box
Mkbailey755

Replies: 4
Views: 129

PostForum: Ask for Help   Posted: Wed Jul 16, 2008 3:46 pm   Subject: Need pop up window from Account edit box
must of been real tired last night I forgot my glabel Embarassed
I'm having problems now with it opening into a new window instead it puts the new code into a new window
;file read
Account:
Keyw ...
  Topic: Need pop up window from Account edit box
Mkbailey755

Replies: 4
Views: 129

PostForum: Ask for Help   Posted: Wed Jul 16, 2008 6:25 am   Subject: Need pop up window from Account edit box
I have a basic ticketing system for my job It saves the information that they called in about as well as reason etc.. I have text files for the logs that are created (I.e 00002.txt) I basically want t ...
  Topic: Help with DDL not showing up(Solved)
Mkbailey755

Replies: 0
Views: 53

PostForum: Ask for Help   Posted: Tue Jul 15, 2008 4:07 am   Subject: Help with DDL not showing up(Solved)
I have a simple DDL that ask for the application after selecting the application one of six different DDL appear Problems 1-6 after selecting the problem the solution to the problem appears the first ...
  Topic: Tired of the Please Write this Script for Me Post
Mkbailey755

Replies: 1
Views: 156

PostForum: General Chat   Posted: Sun May 11, 2008 1:25 am   Subject: Tired of the Please Write this Script for Me Post
I say to have a "Ask for Help template" for us to help new users something like
-Problem
-Original Code
-Ultimate Goal
-Read the Manual?
-Things youve tried to search for in the forum
...
  Topic: Disable thread continue after interrupt
Mkbailey755

Replies: 9
Views: 243

PostForum: Ask for Help   Posted: Sat May 10, 2008 5:31 am   Subject: Disable thread continue after interrupt
You can set it to whatever you like just change
Escape to "whatever"
Instead of
Escape::reload
you could have
~LButton::reload
orl::reload
  Topic: Noob to all of it
Mkbailey755

Replies: 2
Views: 123

PostForum: Ask for Help   Posted: Sat May 10, 2008 5:21 am   Subject: Noob to all of it
Search,Post things you tried,what happens when you try,were the problem lies,and ANY other details that might be important
  Topic: [solved] Get the Coord of the selected Listview Item
Mkbailey755

Replies: 3
Views: 133

PostForum: Ask for Help   Posted: Sat May 10, 2008 5:09 am   Subject: [solved] Get the Coord of the selected Listview Item


SendMessage, 0x188, 0, 0, ListBox1, WinTitle ; 0x188 is LB_GETCURSEL (for a ListBox).
ChoicePos = %ErrorLevel% ; It will be -1 if there is no item selected.
ChoicePos += 1 ; Convert f ...
 
Page 1 of 12 Goto page 1, 2, 3 ... 10, 11, 12  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group