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 295 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Completely deleting a variable?
Razlin

Replies: 7
Views: 73

PostForum: Ask for Help   Posted: Wed Jul 23, 2008 1:36 pm   Subject: Completely deleting a variable?
Your welcome.
  Topic: Completely deleting a variable?
Razlin

Replies: 7
Views: 73

PostForum: Ask for Help   Posted: Wed Jul 23, 2008 1:31 pm   Subject: Completely deleting a variable?
Oh.. use

gui destroy

at the start
its one way around that.


nextpoint:
gui destroy
Gui +AlwaysOnTop -Caption +ToolWindow
Gui, -Caption +ToolWindow -SysMenu +AlwaysOnTop
Gui, Fo ...
  Topic: Completely deleting a variable?
Razlin

Replies: 7
Views: 73

PostForum: Ask for Help   Posted: Wed Jul 23, 2008 1:27 pm   Subject: Completely deleting a variable?
As per help file.

The memory occupied by a large variable can be freed by setting it equal to nothing, e.g. var := ""

You dont have to "delete" the variable.

var := 10
...
  Topic: World of warcraft multiboxing scripts
Razlin

Replies: 2
Views: 74

PostForum: Ask for Help   Posted: Wed Jul 23, 2008 1:24 pm   Subject: World of warcraft multiboxing scripts
Search the forums a little. This has been asked before and answered.
  Topic: Autostring : spaces
Razlin

Replies: 3
Views: 100

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 8:47 pm   Subject: Autostring : spaces
%A_SPACE%
  Topic: remapping mouse buttons for game
Razlin

Replies: 1
Views: 72

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 8:43 pm   Subject: remapping mouse buttons for game
sending to video games can be tricky.

try controlsend

read help for usage.
  Topic: Simple script
Razlin

Replies: 4
Views: 122

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 8:28 pm   Subject: Simple script
Your topic is not very productive.
Dont expect to get an answer vert fast as you have not tryed at all.

RTFM. and search the forums. What your asking has been asked 100 times.
  Topic: Check whether a bluetooth device is connected
Razlin

Replies: 2
Views: 55

PostForum: Ask for Help   Posted: Fri Jul 04, 2008 7:07 pm   Subject: Check whether a bluetooth device is connected
look up forums for

WM_DEVICECHANGE( wParam, lParam )


I use a script for this when I plug my USB stick to auto run specific files off of it.

if its a USB then this might work
  Topic: Problem with the bar at the bottom of screen
Razlin

Replies: 1
Views: 55

PostForum: Ask for Help   Posted: Fri Jul 04, 2008 7:01 pm   Subject: Problem with the bar at the bottom of screen
its called the taskbar

in your gui add +toolwindow
  Topic: how do I make it Shut down computer at 12 pm
Razlin

Replies: 8
Views: 173

PostForum: Ask for Help   Posted: Fri Jul 04, 2008 6:30 pm   Subject: how do I make it Shut down computer at 12 pm
yes thats correct
  Topic: Filter unwanted strings
Razlin

Replies: 8
Views: 104

PostForum: Ask for Help   Posted: Thu Jul 03, 2008 8:33 pm   Subject: Filter unwanted strings
Gotta love the power of regex.
  Topic: Cannot recreate GUI after closing it
Razlin

Replies: 1
Views: 49

PostForum: Ask for Help   Posted: Thu Jul 03, 2008 8:08 pm   Subject: Cannot recreate GUI after closing it
6GuiEscape:
return

should stop your gui from closing on escape key
  Topic: What's your favorite FREE text editor?
Razlin

Replies: 45
Views: 833

PostForum: General Chat   Posted: Thu Jul 03, 2008 3:21 pm   Subject: What's your favorite FREE text editor?
NoteTab is the one I use.

-line numbers
-regex (any disk file or recursive folders with *.filter option) single file, open file or all open files)
- built in calculator
- customisable interface ...
  Topic: Position cursor in search box
Razlin

Replies: 3
Views: 85

PostForum: Ask for Help   Posted: Wed Jul 02, 2008 6:35 pm   Subject: Position cursor in search box
look up coordmode in help

you can set it up tp "window" instead of screen.
  Topic: how to create a key buffer
Razlin

Replies: 11
Views: 162

PostForum: Ask for Help   Posted: Wed Jul 02, 2008 6:34 pm   Subject: how to create a key buffer
lookup

input and tooltip in help.

have your endkey be a space

that should get you going..

post other questions once you get going.
 
Page 1 of 20 Goto page 1, 2, 3 ... 18, 19, 20  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group