Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MAKING IRREGULAR WINDOWS
#1
I have been trying to make a circular window i've got this:

Code:
Copy      Help
dll gdi32
,#CreateEllipticRgn int int int int

int m=CreateEllipticRgn(10,10,100,100)
SetWindowRgn act m 1

(you could use '0' instead of 'm' to set default Region to that window)

Maybe it could help anyone.

Regards


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)