-
Transparent Window
Hi,
I have an ActiveX control using OpenGL.
I am using that control in my C# windows application.
Everything works OK, but when I turn the transparency "on", I get the blue screen.
Is there any solution?
My Notebook has GeForceGo440 graphic card and OS is WindowxXP.
-
Junior Member
Regular Contributor
Re: Transparent Window
I have to say there is no solution to make transparent window for the entire OpenGL scene. The average transparente window are made through GDI while
OpenGL use different hardware of graphics card to render the scene.
-
Re: Transparent Window
What I am trying to do is to use an image as the form's background and set the transparent key, so that I can get a cool looking application.
I do not want any part of OpenGL drawn area to be transparent.
-
Re: Transparent Window
Maybe you should use SetWindowRgn. Make from your background image a region based on your transparent color.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules