Jump to content

Recommended Posts

Posted

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]

  • Replies 75
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

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]

Posted (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 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]

Posted (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.

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 by Generator
Posted (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 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]

Posted

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

Posted

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]

Posted

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]

Posted

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]

Posted

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]

  • 8 months later...
  • 5 months later...
  • 5 years later...
  • Moderators
Posted

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. :naughty:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...