upnorth Posted June 28, 2005 Posted June 28, 2005 Global Const $TRANSPARENT = 1 Global Const $OPAQUE = 2 Func _SetBkMode( $hdc, $mode, $dll_h = "Gdi32.dll") ;~ http://msdn.microsoft.com/library/en-us/gdi/pantdraw_47hh.asp Local $return = DllCall( $dll_h, "int", "SetBkMode", "ptr", $hdc, "int", $mode) Return $return[0] EndFunc
Blue_Drache Posted June 28, 2005 Posted June 28, 2005 I take it that the value of $mode would be either $Transparent or $opaque? Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
Knight Posted July 19, 2005 Posted July 19, 2005 Very Nice, I have been trying to do this for a while, as tooltip's are pretty lame. Just need to change font, color, size, transparency and it will be perfect. Can't get it working.. any help is appreciated.
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