5471665561 Posted February 15, 2010 Share Posted February 15, 2010 I am currently in the process of writing a program that was intended to auto-install virtual clonedrive then reboot, then after reboot it will load an iso onto the drive to begin installing additional programs. The idea intended is to make a 1 stop shop for reinstalling all my programs for when i get my new computer. The issue I am having is that virtual clone drive doesnt pop a window up. When it runs it just stays on the task bar. Then to load an iso you have to right click on it to open the load iso option or settings option. The problem is that I am rather new to using Autoit and don't know the command to use. Any assistance would be much appreciated. Also, if there are any similar programs available then could you please mention those so i can use them instead perhaps, or use them as an informative tool? Link to comment Share on other sites More sharing options...
5471665561 Posted February 16, 2010 Author Share Posted February 16, 2010 anyone? Link to comment Share on other sites More sharing options...
PsaltyDS Posted February 16, 2010 Share Posted February 16, 2010 The taskbar is just a ToolbarWindow32 control on the Shell_TrayWnd desktop window (in XP, easy to check if it changed in Vista\7). The functions in the _GuiCtrlToolbar_* area of the help file work on it. There are examples in the help file with those functions, and numerous examples have been posted on the forum for searching. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
5471665561 Posted February 17, 2010 Author Share Posted February 17, 2010 The taskbar is just a ToolbarWindow32 control on the Shell_TrayWnd desktop window (in XP, easy to check if it changed in Vista\7). The functions in the _GuiCtrlToolbar_* area of the help file work on it. There are examples in the help file with those functions, and numerous examples have been posted on the forum for searching.Thanks for the info. I guess I am just blind as I spent close to 2 hours looking for a command or other alternative 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