-
Transparent Overlay GUI
I need to create an application that has a GUI that is present over another fullscreen application. I also need a way to 'capture' some inputs and allow other inputs to the underlying program.
In essence I need to know what packages I should be looking at to do with, and to capture parts of focus, while letting other parts through. I have thought about merely taking either the keyboard or mouse, and letting the other through to the underneath program. Anyway I'm not sure how to prevent the other program from stealing focus all the time.
Oh yeah, and if it makes a difference, I'm using windows.
-
-
Would that work over a seperate application though? Keep in mind that the background application I'm building this over is completely seperate, and unfortunately closed source.
-
Then intercepting this apps events/messages would be impossible. I think what you want to make is an extended emulator....or an interface hack of some sort.
eschew obfuscation
-
Currently, I'm using a custom shaped window implemented with .NET - providing completely transparent and opaque areas. .NET also allows to define a certain degree of transparency, but only for one color at a time. Both is not flexible enough for me and furthermore, the latter leads to a flickering display.
Did you find another solution in the meantime?
Similar Threads
-
By ogreve in forum ASP.NET
Replies: 2
Last Post: 08-03-2005, 05:10 AM
-
By pedrotuga in forum Open Source
Replies: 2
Last Post: 07-26-2005, 07:28 AM
-
Replies: 0
Last Post: 05-29-2005, 08:54 AM
-
Replies: 1
Last Post: 05-21-2005, 03:59 PM
-
By Rob Teixeira in forum .NET
Replies: 3
Last Post: 03-17-2001, 03:17 PM
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks