Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > Software > Accessories [7 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
AutoHotkey C4 (Game with network capability)  
20:55 16-May-08   [Replies: 4, Views: 33]    By: Zippo
The game is a mock of Connect 4. If you've never played it: the object is to drop little round pieces into a tray and be the first to get four-of-a-kind in a line in any direction. A little more diffi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Get niftywindows to use flip 3D instead of ordinary task swi  
19:25 16-May-08   [Replies: 0, Views: 15]    By: Guest::Wedgehog
I've been trying to get niftywindows to use vistas flip 3d instead of the ordinary task switch when pressing RButton and WheelUp or WheelDown for a couple of hours now but can't get it to work. (O_o) ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey String Translation Question  
17:22 16-May-08   [Replies: 1, Views: 26]    By: Guest::PetRocks
Hello, could someone please help me with a string translation question? I have an input string that is a time, which may either look like 8:00AM 8:00 AM AM or PM, 12 hour clock... so we may hav...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Is this supposed to happen with FileCopy?  
16:31 16-May-08   [Replies: 1, Views: 25]    By: m0h4n
If there is an error executing a line in a script the errorlevel will be set to 1 or ERROR i believe. but how does this happen?? Code: filecopy, somefile.exe, c:\somefile.exe msgbox, ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How to measure the security of encryption?  
16:27 16-May-08   [Replies: 1, Views: 43]    By: heresy
hello community. i recently made a simple password generator [http://www.autohotkey.com/forum/viewtopic.php?t=31879]> it's really simplistic method. but how can i measure the security of encryption...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey PrintScreen saver  
16:19 16-May-08   [Replies: 0, Views: 48]    By: Razlin
Requires irfnaview installed. its free www.irfanview.com [http://www.irfanview.com]> !Printscreen= active window Printscreen= entire desktop Saves the file with a unique name picture #.jpg ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Place Bottom Edge of Window at Bottom Edge of Screen  
15:11 16-May-08   [Replies: 0, Views: 23]    By: IN2ITive
Hi: While the title explains what I want to do it is a little different in that this is part of the expose clone...with the clone you have a miniturized grid of all non-minimized windows. Lets say...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Changing the "order" of the swedish + key  
14:04 16-May-08   [Replies: 1, Views: 30]    By: Guest::qleblat
Hi all, sorry for the cryptic title. I'm trying to accomplish a sort of reorder of the swedish + key. Currently it types a ? when holding shift and \ when holding altgr. As I use \ very much I woul...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Detect if FullScreen Window is Active  
13:52 16-May-08   [Replies: 0, Views: 24]    By: Vinthian
As of late, I've been developing a DotA help tool for Warcraft III. Code: ;Settings #SingleInstance force #HotkeyInterval 0 #InstallKeybdHook #UseHook On #MaxThreads 20 SetBatchLine...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Rookie Needs Help Gosub & Loop  
13:28 16-May-08   [Replies: 1, Views: 32]    By: Guest::SGR
Hello, here is the issue: I need to work between two files,(a datatel and an Excel) and have a simple if "yes" go to a routine "yes", execute and return to loop from the...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Get Winamp's Highlighted track index/position  
13:16 16-May-08   [Replies: 0, Views: 20]    By: Visioneer
Hi, I need to get the Winamp Playlist position/index number of the HIGHLIGHTED track. (as oppsosed to the Playing track) The Winamp SDK shows no function for this, but this post on the Winam...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Gui FIX, please help  
12:11 16-May-08   [Replies: 2, Views: 56]    By: FireGirl
Hello, could someone please help me with this? Thanks to Z Gecko immensely for the kind assistance earlier getting it this far... Basically, I would like this to work on all 4 sides, ... the code ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Yahoo SearchMonkey API [Web]  
11:17 16-May-08   [Replies: 0, Views: 43]    By: Guest::n-l-i-d
Yahoo SearchMonkey API [http://developer.yahoo.com/searchmonkey/]> Quote: Using SearchMonkey, developers and site owners can use structured data to make Yahoo! Search results more useful an...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Invert Screen Colour  
11:10 16-May-08   [Replies: 1, Views: 37]    By: viciouskinid
I just download this program http://www.download.com/Screen-Print-Capture-32/3000-2384_4-10135610.html?tag=lst-1&cdlPid=10188787 [http://www.download.com/Screen-Print-Capture-32/3000-2384_4-101...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey help  
10:40 16-May-08   [Replies: 2, Views: 35]    By: Zerohour250
Code: #NoEnv #InstallKeybdHook #InstallMouseHook MButton::    Loop    {       GetKeyState, MButtonState, LButton, P     &...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Generate password per site and manage without memorizing all  
10:39 16-May-08   [Replies: 0, Views: 69]    By: heresy
IT'S JUST AN EXPERIMENT YET, DO NOT USE IT FOR REAL here's my small idea. to generate unique password per site and manage it without memorizing them all. there's no elegant algorithm. just simple...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Auto-replace - get rid of new line beginning?  
08:58 16-May-08   [Replies: 3, Views: 55]    By: mikolajek
I know it's probably stupidly simple but I cannot find it in the help... Whenever I use auto-replace feature like ::ty::thank you the cursor automatically moves to the new line... Can you ple...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Insert Outlook signature?  
08:46 16-May-08   [Replies: 3, Views: 39]    By: mikolajek
Does anyone have the idea how to automatically insert predefined signature into Outlook messages? I mean - I know how to insert plain text signature, but I'd like to insert the formatted one - like...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Plz Help me solve this  
07:15 16-May-08   [Replies: 3, Views: 57]    By: cricrazy
I am trying to copy URL from website and use it to replace text in the notepad text file. Here is the code Code: #1::   send ^c!{tab}   replacement = %clipboa...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey asdasd  
06:53 16-May-08   [Replies: 2, Views: 58]    By: yukhim
Loop { Send, 5 Send, 3 Send, 4 Sleep, 1000 }...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey phpBB upgrade  
03:29 16-May-08   [Replies: 0, Views: 44]    By: Guest::Guest
stable version 3 is out. http://www.phpbb.com/downloads [http://www.phpbb.com/downloads]>...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey I dont want it continues after interrupt  
02:31 16-May-08   [Replies: 0, Views: 53]    By: Endusa
Hi, I just want to make that when a thread is interrupted by another hotkey or by it self, it doesnt continues when the second thread finish. The best solution I found is to put "Reload" b...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How to get the content of Winmenu  
02:25 16-May-08   [Replies: 2, Views: 74]    By: Guest::jchang
I want to know how to get the content of Winmenu,for example,I can get this: window -views -arrange -title -1 view1 -2 view2 -3 view3...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How to search and Replace text in notepad?  
01:55 16-May-08   [Replies: 1, Views: 25]    By: cricrazy
I have very simple notepad with certain names. Say: Chris - 4 times in the text file. I would like to find and replace it with Cric using autohotkey. I know that notepad has CTRL + H to replac...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Finding an existing process's path  
01:48 16-May-08   [Replies: 3, Views: 56]    By: Bartimus
I'm writing a script that will close a specific program when I want to start another one. Apparently the second program doesn't like the first for what ever reason, so the first needs to be closed. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  [1]  2  3  4  5  6  7  8  9  10  Next>      
 




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006