Hey all, I've recently begun learning visual basic using visual basic express 2008 with plans to purchase visual studio 2008 (it'll be worth it as I've used C++ for a very long time, I just wanted to learn vb and vb.net). What I'm very interested in right now is creating an application that will create an overlay while another application is running. Say I am playing a game, and I want this program to overlay my game once I enter a key combination such as ctrl+s without minimizing my game/application. Is this possible? If so, does anyone mind pointing me in the direction of where I can learn to being the structure for this. PLEASE do not hand me the source code, I really need to learn to do this myself, I would just like some insight as to if it is possible, and if it is, where I may begin learning about it. Thank you.
Maulth 4 Junior Poster in Training
Recommended Answers
Jump to Posti've tried something similar and found out that the "TopMost" property from the application will not show the form while you are ingame. i found two possibilities.
1. create a directX/openGL (depends on your game) window to overlay your game or
2. do the easy way (which i did choose) …
Jump to Postthat works for all applications but not if they run in fullscreen.
you might see a little flickering of your form on your game screen but thats it.
All 5 Replies
GeekByChoiCe 152 Practically a Master Poster Featured Poster
Maulth 4 Junior Poster in Training
TomW 73 Posting Whiz
Maulth 4 Junior Poster in Training
GeekByChoiCe 152 Practically a Master Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.