Justmobile Posted August 16, 2009 Posted August 16, 2009 (edited) Dear all, Can autoit create a gui which only shows the title? see attach Code i tried in autoit for test, see attach 2 #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> GUICreate("Webasdasd viewer", 200, 0, -1, -1, $WS_OVERLAPPEDWINDOW,BitOR($WS_EX_TOPMOST,$WS_EX_TOOLWINDOW)) GUISetState(@SW_SHOW) Sleep(5000) The first example (yellow) is much smaller , than the autoit gui (blue one), if you drag and drop the blue one it expand the gui a little. Anyway how can i also change the ugly blue color of the gui.? Thanks a Lot!!!! Edited August 16, 2009 by Justmobile
Hawkwing Posted August 16, 2009 Posted August 16, 2009 I'm not sure whether you can change the color with autoit, but you could just change your windows theme. The Wheel of Time turns, and Ages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Age that gave it birth comes again.
Kip Posted August 16, 2009 Posted August 16, 2009 The yellow window is the work of 3 pics and 1 transparant label. MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
Justmobile Posted August 17, 2009 Author Posted August 17, 2009 The yellow window is the work of 3 pics and 1 transparant label.Can you please add me some sample code?als het gelegenkomt kunt u dan een voorbeeldje sturen?Thanks
Yashied Posted August 17, 2009 Posted August 17, 2009 Learn this. My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More...
picea892 Posted August 17, 2009 Posted August 17, 2009 Less fancy version. http://www.autoitscript.com/forum/index.php?showtopic=95869&st=0&p=689182&hl=progress%20explorer&fromsearch=1&#entry689182
Justmobile Posted August 17, 2009 Author Posted August 17, 2009 Thanks all, I need a big time to study i see, but your support is very appreciated. Thanks Justmobile
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