Jump to content

Anyway to draw over games?


Recommended Posts

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

Link to comment
Share on other sites

  • 3 weeks later...

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...