MrKJLS Posted September 30, 2013 Posted September 30, 2013 (edited) Hello All, Here I give you my new product QuickAccess! Based and inspired on Windows Utility Launcher (EduGod) by nephilim. You can find the original thread here Currently there are icons to: - Add and Remove - Administrative Tools - Reg Edit - Local User Management - Task Manager - CMD - RDP - Ping - System info - Internet Settings - Windows Firewall - System - Technet and EduGeek I am happy to take suggestions on adding stuff in and removing buttons, adding new features and etc. If you have and problems with the app please post:). Planned Features -Shortcuts to Active Directory tools for vanilla microsoft networks. Known Bugs: - None so far so thats a good start! The program has been tested on Microsoft Windows 7 86/64 and all features worked and the same for windows 8 64x. Changelog: V1.0.0.0: - Initial Release. NOTE: QuickAccess is currently running is debug mode at this time! XP is not supported. I TAKE NO RESPONSIBILITY FOR DAMAGES CAUSED TO COMPUTERS OR COMPUTER SYSTEMS.QuickAccessV1.0.0.0debug.zip Edited September 30, 2013 by MrKJLS
fairm010 Posted January 13, 2014 Posted January 13, 2014 This looks pretty cool, will have a look tomorrow. 1
fairm010 Posted January 14, 2014 Posted January 14, 2014 Are you able to add a facility to add our own buttons?
MrKJLS Posted January 14, 2014 Author Posted January 14, 2014 Are you able to add a facility to add our own buttons? I could add the buttons you want into QuickAcess if you wanted.
fairm010 Posted January 14, 2014 Posted January 14, 2014 I could add the buttons you want into QuickAcess if you wanted. What i'm getting at is can we do it ourselves? As different people use different software it's a pain to get you to add it when needed. What if I install a bit of software and what it in QuickAccess immediately? Matt
MrKJLS Posted January 14, 2014 Author Posted January 14, 2014 What i'm getting at is can we do it ourselves? As different people use different software it's a pain to get you to add it when needed. What if I install a bit of software and what it in QuickAccess immediately? Matt Ahhh, I get you mean now. I'm not sure how to do that coding wise, but i can give you the VB project files
fairm010 Posted January 14, 2014 Posted January 14, 2014 Sure, send them over and i'll see what I can do
MrKJLS Posted January 14, 2014 Author Posted January 14, 2014 Sure, send them over and i'll see what I can do I will send them to you when I get gone from school
LosOjos Posted January 14, 2014 Posted January 14, 2014 Ahhh, I get you mean now. I'm not sure how to do that coding wise, but i can give you the VB project files Presumably each button runs a shell command, so you could have a CSV that has a list of buttons in a format similar to "Button Label,shell command, icon path" (you could have a default icon if no path is specified). Then the program loads up the CSV, iterates the lines and creates a button/icon for each line. Depending which version of .NET you're using, you could add them in to a flow layout too so they automatically rearrange themselves if the window is resized (saves you worrying about row/line heights when programatically adding controls)
MrKJLS Posted January 14, 2014 Author Posted January 14, 2014 Sure, send them over and i'll see what I can do I have attached the code to this post QuickAccess Code.zip @LosOjos I will have to look at that later on tonight.
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