Dhilip89 Posted October 21, 2007 Author Share Posted October 21, 2007 I love the visual and audio effects, those totally rock. What does it do other than change the taskbar and make all the icons disappear though? I would like to see what programs I have open shown somewhere, when you minimize something it disappears . Keep working on it, coming along great.Thanks for reply.currently you can still restore minimized program with Alt + Tab.Any great idea for improvement ? [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
Dhilip89 Posted October 21, 2007 Author Share Posted October 21, 2007 It is quiet hard to implement a proper taskbar now... [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
ashley Posted October 21, 2007 Share Posted October 21, 2007 It is quiet hard to implement a proper taskbar now...im finding that the same for mine.Im gona have to start again i think. Free icons for your programs Link to comment Share on other sites More sharing options...
Dhilip89 Posted October 21, 2007 Author Share Posted October 21, 2007 (edited) Update: Version 1.6 Now with taskbar for testing. If anyone who know Windows API call to get current window list(same list as windows taskbar) can let me know. Edited October 21, 2007 by Dhilip89 [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
Generator Posted October 21, 2007 Share Posted October 21, 2007 (edited) Update: Version 1.6Now with taskbar for testing.If anyone who know Windows API call to get current window list(same list as windows taskbar) can let me know.It looks a bit awkward, but when i click the button it won't bring the window into focus, for the list isn't it IsVisible() and then get the list? Edited October 22, 2007 by Generator Link to comment Share on other sites More sharing options...
Dhilip89 Posted October 21, 2007 Author Share Posted October 21, 2007 (edited) It looks a big awkward, but when i click the button it won't bring the window into focus, for the list isn't it IsVisible() and then get the list?I used this method, but it always get child window, tooltips, and other window/GUI that won't shown in windows taskbar. Edited October 21, 2007 by Dhilip89 [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
newb_powa' Posted October 21, 2007 Share Posted October 21, 2007 I used this method, but it always get child window, tooltips, and other window/GUI that won't shown in windows taskbar.I wrote a taskbar some time ago. It is still not fully functionnal, but the function to retrieve the window name and hwnd is working. This will let you maximize/minimize the window when clicking. I just don't know if this will help you, because I don't know what your code is looking like, but you can try to see how I did it. I did used label instead of button, it is pretty easy to change to your need. Well I'll attach the code, it need some image to run, but you can look at the code without them. I wish it helped in some way ^^TBar.au3 Link to comment Share on other sites More sharing options...
JustinReno Posted October 21, 2007 Share Posted October 21, 2007 The startup sounds are so annoying! Especially the startup sound, its loud and obnoxious. Link to comment Share on other sites More sharing options...
dandymcgee Posted October 21, 2007 Share Posted October 21, 2007 The startup sounds are so annoying! Especially the startup sound, its loud and obnoxious.*edited opinionated comments*I do agree that you should incorporate an option (maybe checkbox in corner upon starting up that says Mute or whatever) to keep it from playing those sounds if so desired. Looking great I'm about to try the new version. - Dan [Website] Link to comment Share on other sites More sharing options...
Dhilip89 Posted October 22, 2007 Author Share Posted October 22, 2007 I wrote a taskbar some time ago. It is still not fully functionnal, but the function to retrieve the window name and hwnd is working. This will let you maximize/minimize the window when clicking. I just don't know if this will help you, because I don't know what your code is looking like, but you can try to see how I did it. I did used label instead of button, it is pretty easy to change to your need. Well I'll attach the code, it need some image to run, but you can look at the code without them. I wish it helped in some way ^^Thanks for the script, will take a look on it. [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
Dhilip89 Posted October 22, 2007 Author Share Posted October 22, 2007 Will temporary remove the sound for upcoming version. [u]My Projects[/u]:General:WinShell (Version 1.6)YouTube Video Downloader Core (Version 2.0)Periodic Table Of Chemical Elements (Version 1.0)Web-Based:Directory Listing Script Written In AutoIt3 (Version 1.9 RC1)UDFs:UnicodeURL UDFHTML Entity UDF[u]My Website:[/u]http://dhilip89.hopto.org/[u]Closed Sources:[/u]YouTube Video Downloader (Version 1.3)[quote]If 1 + 1 = 10, then 1 + 1 ≠ 2[/quote] Link to comment Share on other sites More sharing options...
dandymcgee Posted October 22, 2007 Share Posted October 22, 2007 Will temporary remove the sound for upcoming version.You could do that just for a quick fix during development, but in the end you should find a premanent solution that will allow the user to decide . Keep up the good work dude. - Dan [Website] Link to comment Share on other sites More sharing options...
Tim Net Posted June 30, 2008 Share Posted June 30, 2008 Where can I download Winshell? Is this still around? TIA. Link to comment Share on other sites More sharing options...
toxicvn Posted December 6, 2008 Share Posted December 6, 2008 link die :) Link to comment Share on other sites More sharing options...
mesale0077 Posted October 30, 2014 Share Posted October 30, 2014 link broken new link please Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted October 30, 2014 Moderators Share Posted October 30, 2014 mesale0077,It has been dead for nearly 8 years - so what chance do you think there is of reviving it now? Please do not necro-post like this. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now