| Author |
Message |
Forum: Scripts Topic: Lil Builder 0.7.1 |
| mmofinatic |
|
Posted: January 16th, 2008, 3:17 am
|
|
Replies: 263 Views: 48029
|
| this is gonna seem like an idiotic question but i am using lilbuilder now and there is no documentation of hot keys or anything so how would one know how to save their gui to an ahk script? There is no save button, there is nothing. I've gone through the code and i still can find nothing. Please eng... |
|
 |
Forum: Support Topic: Windows Information: is it possible? |
| mmofinatic |
|
Posted: January 11th, 2008, 1:25 am
|
|
Replies: 40 Views: 4927
|
| Okay this is odd.. now that i test it i am getting totally different numbers. Windows XP Theme: EVE 340,573 1024x761 Windows Standard Theme: EVE 340,577 1024x768 Windows Standard is the same, windows xp is different... I've also gotten word back from one of my customers who say that their client siz... |
|
 |
Forum: Support Topic: Windows Information: is it possible? |
| mmofinatic |
|
Posted: January 9th, 2008, 9:56 pm
|
|
Replies: 40 Views: 4927
|
i cant let this get way down with it being so dang close to working.
i am having some of my 'customers' use the utility to get me their client sizes in conjunction with the close chat button on windows vista. |
|
 |
Forum: Support Topic: Windows Information: is it possible? |
| mmofinatic |
|
Posted: January 8th, 2008, 10:43 am
|
|
Replies: 40 Views: 4927
|
uhmm huh? i started seeing math and got lost...
Many of the users are using Vista (i cant test on vista so i dont know the difference between xp and vista themes)...
so how would i implement this into the code? like i said in the first post i am a programmer who can barely add and subtract. |
|
 |
Forum: Support Topic: Windows Information: is it possible? |
| mmofinatic |
|
Posted: January 8th, 2008, 8:11 am
|
|
Replies: 40 Views: 4927
|
| Been thinking a lot lately and wonder if there would be any way to somehow use WinSet to make everything transparent except for the client area as a specified size of 1024x768 -- and wonder if that would help any or have no change at all? I tried to use WinSet, Style, -0xC00000, A and all it did was... |
|
 |
Forum: Support Topic: Windows Information: is it possible? |
| mmofinatic |
|
Posted: January 7th, 2008, 7:23 pm
|
|
Replies: 40 Views: 4927
|
The client sizes that i posted were derived from the function GetClientSize.
I'll try to use the setup you just posted and i'll report back.
EVE
340,578
1024x768
EVE
340,582
1024x775
The first one is using the windows xp theme, the 2nd one is using the windows classic theme.. |
|
 |
Forum: Support Topic: Windows Information: is it possible? |
| mmofinatic |
|
Posted: January 7th, 2008, 8:01 am
|
|
Replies: 40 Views: 4927
|
| Unsure how to get the client size in both themes.. but here is the locations for the close chat on each setup i can test. 1280 x 1024: Windows Classic Theme on screen: 448, 729 active window: 343, 600 1280 x 1024: Windows XP Theme on screen: 448, 731 active window: 343,602 These were taken from the ... |
|
 |
Forum: Support Topic: Windows Information: is it possible? |
| mmofinatic |
|
Posted: January 7th, 2008, 6:30 am
|
|
Replies: 40 Views: 4927
|
| Okay i got it working -- but i notice the following. if i program it using my preferred resolution: 1280x760 using windows classic theme everything is correct. but when i change the theme to Windows XP using the same resolution it is a little bit low -- here is the code im using -- perhaps i did som... |
|
 |
Forum: Support Topic: Windows Information: is it possible? |
| mmofinatic |
|
Posted: January 7th, 2008, 5:16 am
|
|
Replies: 40 Views: 4927
|
| Here is an image i made using a direct screen shot of eve. http://www.trinityminer.com/screen.jpg That was come up with this code: ; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Other <myemail@nowhere.com> ; ; Script Function: ; Template script (you can custom... |
|
 |
Forum: Support Topic: I need to merge 1200 directories into 1 |
| mmofinatic |
|
Posted: January 7th, 2008, 4:41 am
|
|
Replies: 18 Views: 1503
|
With my computer it crashed --
It stops responding a few seconds after i hit cut (or copy) -- waits a few moments and the computer shuts itself down.
i'd say thats crashing  |
|
 |
Forum: Support Topic: I need to merge 1200 directories into 1 |
| mmofinatic |
|
Posted: January 7th, 2008, 4:27 am
|
|
Replies: 18 Views: 1503
|
| Its not an issue here in terms of limits or size of cut and paste too high of volume for the windows os but more in terms of limits in number and/or size for the computer itself to handle. I have 2 machines one is slower than the other -- i also have over 35,000 jpg's from websites ive designed on b... |
|
 |
Forum: Support Topic: Windows Information: is it possible? |
| mmofinatic |
|
Posted: January 7th, 2008, 3:50 am
|
|
Replies: 40 Views: 4927
|
| I am using ScreenToClient -- with Realative and it works for me... it didnt work for me with Screen gave total inoperable coords -- they didnt move or click to anywhere near what i want them to. It is way low, and way to the right... so for my instance of this code Relative seems to work better as i... |
|
 |
Forum: Support Topic: Please can you tell me how I can automate a left mouse click |
| mmofinatic |
|
Posted: January 7th, 2008, 1:14 am
|
|
Replies: 13 Views: 1819
|
| Y2 that would depend on what you want it to do... I am making a macro for a game that I play online and this is how i do my mouse clicks and sutch... Send {click 424,434, Down} ; simulates a left click down Send {click 424,434, Up} ; simulates a left click up Send {click 424,434, Right} ; simulates ... |
|
 |
Forum: Support Topic: Windows Information: is it possible? |
| mmofinatic |
|
Posted: January 7th, 2008, 12:23 am
|
|
Replies: 40 Views: 4927
|
| I just changed the way i did it and it's REAL close.. ; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Other <myemail@nowhere.com> ; ; Script Function: ; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Window... |
|
 |
Forum: Support Topic: Windows Information: is it possible? |
| mmofinatic |
|
Posted: January 6th, 2008, 11:24 pm
|
|
Replies: 40 Views: 4927
|
| Sweet thank you -- I first used the ^LButton to get the client co-ordinates relative to the active window and it gave me negative numbers... So I used this.. WinActivate, EVE sleep 3000 ^LButton:: CoordMode, Mouse, Screen MouseGetPos, x, y, hwnd ScreenToClient(hwnd, x, y) MsgBox %x%,%y% retu... |
|
 |
| Sort by: |