dufran3 Posted October 18, 2006 Posted October 18, 2006 How do I get to the "system DSN" tab without having to use keys like tabbing and such???Image
lod3n Posted October 18, 2006 Posted October 18, 2006 Some control panels will let you specify the tab in the Control_RunDLL command, but not the ODBC window, it looks like. So you can just do this:run("rundll32.exe shell32.dll,Control_RunDLL odbccp32.cpl",@SystemDir,@SW_HIDE) winwait("ODBC Data Source Administrator") ControlCommand ( "ODBC Data Source Administrator", "", "SysTabControl321" , "tabright") [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
dufran3 Posted October 18, 2006 Author Posted October 18, 2006 I didn't realize that 'tabright' was a command. Thanks man!
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