topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday March 18, 2024, 11:34 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Candle [ switch to compact view ]

Pages: [1]
1
Post New Requests Here / Re: IDEA : hide window to system tray 1 icon
« on: February 26, 2007, 08:28 PM »
Thank you , I will give it a try.

2
Post New Requests Here / Re: IDEA : hide window to system tray 1 icon
« on: February 17, 2007, 05:41 AM »
I did find this today and a little on the high side for shareware but can use it for any amount of time just trim back a little.
HideHelper - Hide windows
And it does work with my shell.

3
Post New Requests Here / Re: IDEA : hide window to system tray 1 icon
« on: February 14, 2007, 01:33 AM »
Gave it a try but couldn't get it to work on my system.
I couldn't get to the setup on the thing to use it?
Thanks for the help.

Added
What I ended up doing was just removing that tastbar and loading up objectdock and I'll run that for my tasktray.

Thanks for trying to help me with this. :-*

4
Post New Requests Here / Re: IDEA : hide window to system tray 1 icon
« on: February 13, 2007, 09:36 PM »
Yes that will move them to the tray but I'm looking to put the icons in the tray in to one icon.
Tomany icons in the tray right now. and no way to hide them.
So we have one icon in the tray and then we add a program to the icon if it is lower etc.
Programs then don't use the system tray is no problem.

Added my tray ..........


5
Post New Requests Here / Re: IDEA : hide window to system tray 1 icon
« on: February 13, 2007, 01:32 AM »
Thanks for the links guys.

edit
looking at these links
most of the tray tools will do that:
I have the PS tray Factory and it won't work with the shell I use ( BBlean) so I'm trying to find some other way to do it and free if I can.
There was something like this at the autohotkey forums but dang if I can find it now.

6
Post New Requests Here / IDEA : hide window to system tray 1 icon
« on: February 12, 2007, 01:58 PM »
Like to have windows hide to sdystem tray and use one icon for the hiden windows . right click on icon to pick window to unhide? etc.

7
Thanks you, I'll add a
FileSelectFolder, OutputVar [, StartingFolder, Options, Prompt]
to it .

8
Yes I guess they maybe a few of what I have open and look at but would just care about the zip, rar and exe files that are there.
Thanks for the help with this.

9
Thank you for the help. I guess if it gives the gen size of the folder that would be close.
Most of the files would be zip or rar files .

10
Thanks for the help.

11
I was working on this but not having a lot of luck so will ask if someone gets sometime to maybe do this.
I download a lot of files to one folder and want to burn the folder to dvd disk when it hits about 4 gigs ,so need something to watch it for me and when it hits that size it gives me a message .

12
Post New Requests Here / Re: Little help with this code
« on: December 24, 2006, 06:22 PM »
Thank you for the help.
Can you tell why it is not showing up in the editbox?

13
Post New Requests Here / IDEA: Little help with this code
« on: December 24, 2006, 09:08 AM »
I can't seem to get the buttons to work?

Gui,2: Add, ListBox, x0 y0 w343 h500,
Gui,2: Show, x131 y91 h562 w561, New GUI Window
Gui,2: Add, Picture, x376 y140 w160 h390 , banner.jpg
Gui,2: Add, Button, x376 y90 w160 h30 , Save to File
Gui,2: Add, Button, x376 y30 w160 h30 , Select Folder
; Generated using SmartGUI Creator 4.0

Return

buttonselectfolder:
FileSelectFolder, OutputVar, , 3
if OutputVar =
    MsgBox, You didn't select a folder.
else
    MsgBox, You selected folder "%OutputVar%".

 Loop, "%OutputVar%"\*.mp3, 0, 1
{
   Pic%A_Index% = %A_LoopFileFullPath%
   If A_Index = 1
     GUIControl,2:, ListBox1, |%A_LoopFileName%||
   Else
    GUIControl,2:,ListBox1,%A_LoopFileName%
}
Return
GuiClose:
ExitApp

Thanks for any help with this.

edit by brotherS: If you don't say anything about your code (so that newbies can follow) it might be better to post @ the AHK forums directly.

14
Finished Programs / Re: Edit a txt file gui
« on: February 09, 2006, 02:30 PM »
Works great. thank you .

15
Finished Programs / Re: Edit a txt file gui
« on: February 09, 2006, 01:40 PM »
Cool. thank you very much.

16
Finished Programs / Re: Edit a txt file gui
« on: February 09, 2006, 01:33 PM »
There will only be one per line and none will be the same.
7 lines total.
Thank you for your help

17
Finished Programs / Re: Edit a txt file gui
« on: February 09, 2006, 12:27 PM »
Each line would be change from what is entered  in the editbox.
I want to use the gui to edit the url's in the  txt file . so they would be replace with the new url that is enter in anyone of the Gui, Add, Edit, x166 y57 w250 h30,
Get what I mean?
Oh ya using autohotkey

18
Finished Programs / DONE: Edit a txt file gui
« on: February 09, 2006, 12:03 PM »
I have this litle gui that I want to grab some links out of a txt file they are like this in the file:
http://www.google.com
http://www.yahoo.com
http://www.msncom
etc
So anyways I want to have each link go into each editbox 7 of them.
Then edit the urls in the editboxs and have the save button save it back to the url.txt file.
So I can change the url links in the txt file.
Been trying this but I suck at this coding. lol



;;fill from url.txt
Gui, Add, Text, x130 y62 w100 h30 , Link 1
Gui, Add, Text, x130 y97 w100 h20 , Link 2
Gui, Add, Text, x130 y137 w100 h20, Link 3
Gui, Add, Text, x130 y177 w100 h20, Link 4
Gui, Add, Text, x130 y217 w100 h20, Link 5
Gui, Add, Text, x130 y257 w100 h20, Link 7
Gui, Add, Text, x130 y297 w100 h20, Link 8

Gui, Add, Edit, x166 y57 w250 h30,
Gui, Add, Edit, x166 y97 w250 h30,
Gui, Add, Edit, x166 y137 w250 h30,
Gui, Add, Edit, x166 y177 w250 h30,
Gui, Add, Edit, x166 y217 w250 h30,
Gui, Add, Edit, x166 y257 w250 h30,
Gui, Add, Edit, x166 y297 w250 h30,
Gui, Add, Button, x50 y337 w100 h30, Save
Gui, Add, Text, x196 y7 w140 h30,Link Editor
Gui, Show, x249 y99 h388 w452, Link Editor
Return

buttonsave:
;;url.txt
GuiClose:
ExitApp
Anyone feel like helping me code this.
Thanks for the help

Pages: [1]