Thornhunt Posted August 10, 2007 Posted August 10, 2007 ok a noobish question but how do i get the background of my lable to be transparent ?? GUICtrlCreateLabel ("Click to start SpyBot Compiled", 55, 41) thats what iv got but when i put it on my white bg it has a grey highlight .. its really anoying me because i cant find out and i cant proceed in my progect without it .. can any help ?.. oo also does anyone know how to make the text bold ? sorry for the rather amature question aswell :/ Budweiser + room = warm beerwarm beer + fridge = too long!warm beer + CO2 fire extinguisher = Perfect![quote]Protect the easly offended ... BAN EVERYTHING[/quote]^^ hmm works for me :D
mikehunt114 Posted August 10, 2007 Posted August 10, 2007 GUICtrlSetBkColor($control, $GUI_BKCOLOR_TRANSPARENT)oÝ÷ Ù«¢+ÙU% ÑɱMѽ¹Ð ÀÌØí½¹Ñɽ°°ä°ÜÀÀ¤ IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
Thornhunt Posted August 10, 2007 Author Posted August 10, 2007 (edited) cheers erm im getting this error .. GUICtrlSetBkColor($clicktostart, $GUI_BKCOLOR_TRANSPARENT) GUICtrlSetBkColor($clicktostart, ERROR ^^ help Edited August 10, 2007 by Thornhunt Budweiser + room = warm beerwarm beer + fridge = too long!warm beer + CO2 fire extinguisher = Perfect![quote]Protect the easly offended ... BAN EVERYTHING[/quote]^^ hmm works for me :D
Thornhunt Posted August 10, 2007 Author Posted August 10, 2007 oops sorry i got the error wrongGUICtrlSetBkColor($clicktostart, $GUI_BKCOLOR_TRANSPARENT)GUICtrlSetBkColor($clicktostart, ^errorvariables used without being declared apparantlyhelp please Budweiser + room = warm beerwarm beer + fridge = too long!warm beer + CO2 fire extinguisher = Perfect![quote]Protect the easly offended ... BAN EVERYTHING[/quote]^^ hmm works for me :D
PsaltyDS Posted August 10, 2007 Posted August 10, 2007 Put this at the top of your script: #include <GUIConstants.au3> 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
mikehunt114 Posted August 10, 2007 Posted August 10, 2007 Did you #include <GUIConstants.au3>? IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
Thornhunt Posted August 10, 2007 Author Posted August 10, 2007 o .. lol i thought i did (blushes) now i look stupid THANK YOU yay it works Budweiser + room = warm beerwarm beer + fridge = too long!warm beer + CO2 fire extinguisher = Perfect![quote]Protect the easly offended ... BAN EVERYTHING[/quote]^^ hmm works for me :D
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