| Author |
Message |
Topic: changing the desply's resolution |
cstone
Replies: 12
Views: 1264
|
Forum: Ask for Help Posted: Sat Nov 12, 2005 1:15 am Subject: changing the desply's resolution |
| i have found the register key that has the resolution information in it, and i am able to change it. the problem is that even if i do an EnvUpdate, it doesn't really change the resolution. the reg s ... |
Topic: Changing the Display Properties - attaching a second monitor |
cstone
Replies: 8
Views: 1313
|
Forum: Ask for Help Posted: Thu Nov 10, 2005 12:53 am Subject: Changing the Display Properties - attaching a second monitor |
Would it be possable to change the screens resoultion using postmessage and WM_DISPLAYCHANGE?
i am horrable at using post/sendmessage and would really apprecate any help. |
Topic: ImageSearch not working |
cstone
Replies: 11
Views: 824
|
Forum: Ask for Help Posted: Thu Oct 20, 2005 10:04 pm Subject: ImageSearch not working |
i am horrable at figuring out how to use Send/PostMessage. the LVM_GETITEMPOSITION may work if i knew how to set it up.
is there any way to get only a portion of a control?
since the desktop is ... |
Topic: ImageSearch not working |
cstone
Replies: 11
Views: 824
|
Forum: Ask for Help Posted: Thu Oct 20, 2005 8:41 pm Subject: ImageSearch not working |
| the program i am looking into has to do with moving icons around the desktop and most of the icons can't be shortcuts. i have numerous computers that i would like to look the same (and i change the l ... |
Topic: ImageSearch not working |
cstone
Replies: 11
Views: 824
|
Forum: Ask for Help Posted: Thu Oct 20, 2005 1:03 am Subject: ImageSearch not working |
do you know of any other way to find the placement of icons on the desktop that doesn't enovle ImageSearch?
the program i am thinking about will be used on more then one computer and i won't be abl ... |
Topic: ImageSearch not working |
cstone
Replies: 11
Views: 824
|
Forum: Ask for Help Posted: Wed Oct 19, 2005 11:20 pm Subject: ImageSearch not working |
the code that i am useing is:
ImageSearch, xcord, ycord, 0, 0, A_ScreenWidth, A_ScreenHeight, *150 C:\Documents and Settings\user\Desktop\test.bmp
if ErrorLevel = 2
MsgBox Could not conduct ... |
Topic: ImageSearch not working |
cstone
Replies: 11
Views: 824
|
Forum: Ask for Help Posted: Wed Oct 19, 2005 10:50 pm Subject: ImageSearch not working |
| I used the *Icon1 (this being the my computer icon) but the error level is still at 1 unless i have notepad open then it says it is at 237,198 (the cords of the window, and it only works with notepad) ... |
Topic: ImageSearch not working |
cstone
Replies: 11
Views: 824
|
Forum: Ask for Help Posted: Wed Oct 19, 2005 9:47 pm Subject: ImageSearch not working |
I have been looking though the fourm and have seen some other people with the same problem as me. they seem to get it to work but nothing they changed helped me.
my code is just a test for somethi ... |
Topic: string pramiter in functions |
cstone
Replies: 1
Views: 226
|
Forum: Ask for Help Posted: Wed Sep 21, 2005 11:49 pm Subject: string pramiter in functions |
| I have a hotkey for all of the F keys and i still have them do the normal function. for this i had to suspend the hotkey, send the F key, and unsuspend the hotkey. well to make the code more effecen ... |
Topic: Postmessage in Winamp |
cstone
Replies: 4
Views: 790
|
Forum: Ask for Help Posted: Sat Sep 10, 2005 5:51 pm Subject: Thanks |
Thank you very much, it works like a charm and it was very easy to convert the millseconds to seconds and remove the floating.
thanks again. |
Topic: Postmessage in Winamp |
cstone
Replies: 4
Views: 790
|
Forum: Ask for Help Posted: Fri Sep 09, 2005 11:14 pm Subject: Postmessage in Winamp |
Does anyone know how to get the position of the scroll bar that controls where in the song you are?
i have been looking and looking though all of Postmessage scripts and i can't seem to figure ou ... |
Topic: monitor for when IE is refreshed or has something submitted |
cstone
Replies: 2
Views: 304
|
Forum: Ask for Help Posted: Sat Aug 20, 2005 8:49 pm Subject: monitor for when IE is refreshed or has something submitted |
| i would like to write a hotkey that monitor an IE window for when ever it gets refreshed or is submitted (ie. a button is hit that submits info to the code). i doesn't matter if this is done by a F5, ... |
Topic: if var question |
cstone
Replies: 2
Views: 265
|
Forum: Ask for Help Posted: Wed Jul 06, 2005 9:01 pm Subject: if var question |
| you should be able to just say "if JobNum" this will evaluate it as a boolang (true/false) false if the contents of JobNum is blank or 0, else it will be true. |
Topic: help with loop? |
cstone
Replies: 9
Views: 936
|
Forum: Ask for Help Posted: Sun Jun 19, 2005 7:16 pm Subject: help with loop? |
| there is no way to speed up the loop unless you take the Sleep, 100 out. though i think that line is commened out. if not take it out and if it still isn't has fast enough, then there is nothing tha ... |
Topic: First time! need help |
cstone
Replies: 8
Views: 431
|
Forum: Ask for Help Posted: Fri Jun 17, 2005 10:03 pm Subject: First time! need help |
i made a mistake in the code above.
i put Send, {z} twice.
the second one is suppose to be Send, {1}
sorry |
| |