| Author |
Message |
Topic: Screen Capture with System tray and gui |
manicresin
Replies: 3
Views: 1221
|
Forum: Scripts & Functions Posted: Thu Aug 14, 2008 1:57 am Subject: Screen Capture with System tray and gui |
| Also that code i used had the ability to only capture regions, I didn't have a need to write the functionality into my script but I'm sure it wouldn't be that hard to do if someone really wanted to. |
Topic: Screen Capture with System tray and gui |
manicresin
Replies: 3
Views: 1221
|
Forum: Scripts & Functions Posted: Thu Aug 14, 2008 1:54 am Subject: Screen Capture with System tray and gui |
I'm glad it help someone,
Thank for the tip I'm updating the code now. |
Topic: Screen Capture with System tray and gui |
manicresin
Replies: 3
Views: 1221
|
Forum: Scripts & Functions Posted: Wed Aug 13, 2008 3:06 am Subject: Screen Capture with System tray and gui |
I wrote this a while ago for a larger script.
I used Sean's ScreenCapture.ahk for the most part.
Added a little bit so it would work by its self.
Just thought it would be useful and people could l ... |
Topic: Changing colors on the fly |
manicresin
Replies: 5
Views: 171
|
Forum: Ask for Help Posted: Fri Feb 22, 2008 7:31 pm Subject: Changing colors on the fly |
| Cool both answers where helpfull and i should be able to do what i need. Thank you! |
Topic: Changing colors on the fly |
manicresin
Replies: 5
Views: 171
|
Forum: Ask for Help Posted: Fri Feb 22, 2008 6:00 am Subject: Changing colors on the fly |
what is wrong with v-variables?
my program has a total of 5 tabs, 6 seperat guis and around a hundred of various controls, i was just hoping for an easier way then having to have an individual GuiC ... |
Topic: Changing colors on the fly |
manicresin
Replies: 5
Views: 171
|
Forum: Ask for Help Posted: Fri Feb 22, 2008 4:11 am Subject: Changing colors on the fly |
So I am looking try to have a settings page in a program I'm writing and want to be able to change colors on the fly, here is what i got but i would like a way to do it with out v-labels. Any ideas?
... |
Topic: Trasparent Button and edit box |
manicresin
Replies: 4
Views: 214
|
Forum: Ask for Help Posted: Sun Jan 27, 2008 5:33 am Subject: Trasparent Button and edit box |
| Setting the width value to 0 removes the button completely and i just want to make it slightly transparent. What I'm trying to do is make my buttons and my edit boxes slightly transparent so i can put ... |
Topic: Trasparent Button and edit box |
manicresin
Replies: 4
Views: 214
|
Forum: Ask for Help Posted: Sat Jan 26, 2008 11:10 pm Subject: Trasparent Button and edit box |
| Ive been trying all the GuiControl options i could think of and i have yet to find a way to set the transparency one individual buttons and edit box's |
Topic: Trasparent Button and edit box |
manicresin
Replies: 4
Views: 214
|
Forum: Ask for Help Posted: Fri Jan 25, 2008 11:09 pm Subject: Trasparent Button and edit box |
| How do you make a button and edit box trasparent without making the rest of the gui trasparent? |
Topic: 24 Label updating Buttons Menu |
manicresin
Replies: 5
Views: 352
|
Forum: Ask for Help Posted: Thu Jan 24, 2008 8:15 pm Subject: 24 Label updating Buttons Menu |
awesome thanks for explaining that to me and showing me a simpler way of changing the button text.
On your gui it only had 4 buttons in one colom they seemed to be all spreed out or not visable or ... |
Topic: 24 Label updating Buttons Menu |
manicresin
Replies: 5
Views: 352
|
Forum: Ask for Help Posted: Thu Jan 24, 2008 6:54 pm Subject: 24 Label updating Buttons Menu |
| I tried your gui script but it didnt come out the way I wanted, ill try and tweek it to get a smaller end program but for now i would just like to have the stupid button labels update properly. I was ... |
Topic: How 2 Write File 2 Txt (the right way) |
manicresin
Replies: 19
Views: 626
|
Forum: Ask for Help Posted: Thu Jan 24, 2008 6:50 pm Subject: How 2 Write File 2 Txt (the right way) |
You could always make a batch file and have the it just run the batch file.
AutoHotkey
run, %A_WorkingDir%/1.bat
Batch File
ipconfig /all >/1.txt
|
Topic: 24 Label updating Buttons Menu |
manicresin
Replies: 5
Views: 352
|
Forum: Ask for Help Posted: Thu Jan 24, 2008 7:43 am Subject: 24 Label updating Buttons Menu |
Ok so here is a small part of a larger script that i must be making way more complicated that it needs to be.
#NoTrayIcon
#SingleInstance Force
IniRead, OutputVar01A, C:\Temp\Launcher. ... |
Topic: MenuBar positioning |
manicresin
Replies: 4
Views: 151
|
Forum: Ask for Help Posted: Thu Jan 24, 2008 12:18 am Subject: MenuBar positioning |
| Any ideas using a built in way to acheive something like having a menu bar on a tab? |
Topic: Validating a variable |
manicresin
Replies: 10
Views: 235
|
Forum: Ask for Help Posted: Wed Jan 23, 2008 7:47 pm Subject: Validating a variable |
Cool ill try that, I thought I tried somthing very similar and it didnt work but ill go off that and see what i get. Thanks again for all the help by the way!
IRegExMatch(clipboard, "^ ... |
| |