| Author |
Message |
Topic: help with DllCall |
alan
Replies: 10
Views: 475
|
Forum: Ask for Help Posted: Tue Jul 31, 2007 12:38 am Subject: help with DllCall |
| What is ErrorLevel set to after you do the dllcall? |
Topic: Faster refresh rate |
alan
Replies: 5
Views: 196
|
Forum: Ask for Help Posted: Mon Jul 23, 2007 7:26 pm Subject: Faster refresh rate |
| I don't think your eye can see 1 millisecond changes, so it probably won't help to have your script use a faster refresh. Post some code so we can have a looksie. |
Topic: REAL Wildcard Hotstring Option |
alan
Replies: 16
Views: 1552
|
Forum: Wish List Posted: Tue Jul 17, 2007 1:22 am Subject: REAL Wildcard Hotstring Option |
The original wish is a good one but I have trouble imagine uses for it beyond writing HTML tags by hand. Can anyone think of other common uses?
Well, there are multiple ways to do this, but I wo ... |
Topic: Reading a VirtualStringTree |
alan
Replies: 8
Views: 675
|
Forum: Ask for Help Posted: Fri Jun 15, 2007 3:12 am Subject: Reading a VirtualStringTree |
| If the name/text is stored at the node level, may be able to use the TV approach majkinetor had posted. (do a search for treeview and majkinetor). I was able to find each node, however, my case, the ... |
Topic: Double Colon Remap works, Send doesn't |
alan
Replies: 4
Views: 418
|
Forum: Ask for Help Posted: Sun Jan 07, 2007 10:13 pm Subject: Double Colon Remap works, Send doesn't |
Thanks JSLover. Changing SetKeyDelay did the trick. Good call.
-Alan |
Topic: Double Colon Remap works, Send doesn't |
alan
Replies: 4
Views: 418
|
Forum: Ask for Help Posted: Fri Jan 05, 2007 3:59 pm Subject: Double Colon Remap works, Send doesn't |
<bump>
Does my question make sense? I don't understand the difference between the two approaches where one would work and the other wouldn't.
Any ideas?
-Alan |
Topic: Double Colon Remap works, Send doesn't |
alan
Replies: 4
Views: 418
|
Forum: Ask for Help Posted: Thu Jan 04, 2007 5:44 am Subject: Double Colon Remap works, Send doesn't |
Sorry in advance if this was already answered (and exceeded my search skills...)
This works in my game
^i::Left
Whereas this does not
^i::Send, {Left}
I've tri ... |
Topic: Reading a VirtualStringTree |
alan
Replies: 8
Views: 675
|
Forum: Ask for Help Posted: Mon Nov 13, 2006 11:16 pm Subject: Reading a VirtualStringTree |
| Small update. I can read the nodes in a VST in the same manner as a TV (getitem/getnextitem), but haven't been able to extract the rest of the information for each item. Will keep digging. Not enti ... |
Topic: Reading a VirtualStringTree |
alan
Replies: 8
Views: 675
|
Forum: Ask for Help Posted: Mon Nov 13, 2006 3:44 pm Subject: Reading a VirtualStringTree |
| Thanks for the responses. I had done some investigation already, but was hoping to avoid digging through delphi code. Their documentation is pretty thin (a large portion of their "documentation ... |
Topic: Reading a VirtualStringTree |
alan
Replies: 8
Views: 675
|
Forum: Ask for Help Posted: Mon Nov 13, 2006 7:05 am Subject: Reading a VirtualStringTree |
Anyone have any ideas on how to read/message a TVirtualStringTree control? I have a 3rd party app that I'd like to read the text from the VST controls.
Thanks in advance!
-Alan |
Topic: SetTimer vs Sleep |
alan
Replies: 4
Views: 461
|
Forum: Ask for Help Posted: Sat Jan 28, 2006 7:43 pm Subject: SetTimer vs Sleep |
You may be past this point, but you had asked about restoring your display's resolution to its original setting. Here's how I did it for Warcraft III:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ... |
Topic: changing the desply's resolution |
alan
Replies: 12
Views: 1264
|
Forum: Ask for Help Posted: Wed Jan 18, 2006 5:44 pm Subject: changing the desply's resolution |
Yes, but I don't think the refresh rate can be changed using EnumDisplaySettings.
I don't know, but there is a member within the DEVMODE struct seems to reference refresh/freq - dmDisplayFrequency ... |
Topic: changing the desply's resolution |
alan
Replies: 12
Views: 1264
|
Forum: Ask for Help Posted: Wed Jan 18, 2006 4:58 pm Subject: without multires.exe |
Just wanted to share how I do this on XP SP2 with an LCD monitor (no refresh rate issues). This changes the display to 1024x768. Perhaps this would help someone not wishing to install multires
... |
| |