b8bboi Posted May 8, 2006 Posted May 8, 2006 As the topic title said, is there a way to create a square "hole" in the GUI window so that everything behind the window will show through, even mouse clicks? Right now, my temporary solution is to create a hidden parent window and a 4 child windows positioned around the "hole." Of course, that's not elegant at all. Any help is appreiciated.
Valuater Posted May 8, 2006 Posted May 8, 2006 just create the 4 windows and "dock" the position/location that way there would be no need for the hole 8)
b8bboi Posted May 8, 2006 Author Posted May 8, 2006 just create the 4 windows and "dock" the position/locationthat way there would be no need for the hole8)Yeah, that's EXACTLY what I said. I'm looking for a more elegant solution. Say, if you want to create a background image for your window, you won't have to chop it up, too.
GaryFrost Posted May 8, 2006 Posted May 8, 2006 look here for ideas http://www.autoitscript.com/forum/index.ph...opic=12827&st=0also might want to search for CreatePolygonRgn SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
GaryFrost Posted May 8, 2006 Posted May 8, 2006 (edited) thought i had done this a while backhttp://www.autoitscript.com/forum/index.ph...indpost&p=85624 Edited May 8, 2006 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
b8bboi Posted May 8, 2006 Author Posted May 8, 2006 (edited) thought i had done this a while backhttp://www.autoitscript.com/forum/index.ph...indpost&p=85624That's awesome. I'll play around with your code to see if I can cut a rectangle, not a circle like in the example.Thanks.Edit: figured it out.Thanks again. Edited May 8, 2006 by b8bboi
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