| | |
Visual Basic Overlay
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Mar 2008
Posts: 62
Reputation:
Solved Threads: 5
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.
•
•
Join Date: Jun 2009
Posts: 267
Reputation:
Solved Threads: 51
i'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) and just write on the current game window. for this you have to look how to find the game window and using the drawing.2D namespace.
1. create a directX/openGL (depends on your game) window to overlay your game or
2. do the easy way (which i did choose) and just write on the current game window. for this you have to look how to find the game window and using the drawing.2D namespace.
•
•
Join Date: Mar 2008
Posts: 62
Reputation:
Solved Threads: 5
1. create a directX/openGL (depends on your game) window to overlay your game or
2. do the easy way (which i did choose) and just write on the current game window. for this you have to look how to find the game window and using the drawing.2D namespace.
Thank you for both of those. I will try the first, although I'm going to have to make some sort of login hook. My goal is to create an easy lookup application for Combat Arms that will let you directly connect to a database to see if someone or a gaming clan is a known "dirty" (hacking clan/user) so that you can avoid playing with/against them.
2. do the easy way (which i did choose) and just write on the current game window. for this you have to look how to find the game window and using the drawing.2D namespace.
Thank you for both of those. I will try the first, although I'm going to have to make some sort of login hook. My goal is to create an easy lookup application for Combat Arms that will let you directly connect to a database to see if someone or a gaming clan is a known "dirty" (hacking clan/user) so that you can avoid playing with/against them.
•
•
Join Date: Mar 2008
Posts: 62
Reputation:
Solved Threads: 5
That would work ONLY if I was trying to make a specific form show above other forms in the SAME application, right?
![]() |
Similar Threads
- Playing .Wav/MIDI files in a Visual Basic Program (Visual Basic 4 / 5 / 6)
- Creating an OS in visual basic 6.0 (Visual Basic 4 / 5 / 6)
- The Move.....Visual Basic 6, Visual Basic .NET ? (VB.NET)
- Encrypting a Visual Basic application (Visual Basic 4 / 5 / 6)
- passing arrays in visual basic (Visual Basic 4 / 5 / 6)
- Visual Basic.net (VB.NET)
Other Threads in the VB.NET Forum
- Previous Thread: What is wrong with this?!
- Next Thread: ComboBox & AutoComplete
| Thread Tools | Search this Thread |
.net .net2008 2005 2008 access account arithmetic array arrays basic bing button buttons c# center check checkbox code combobox convert crystalreport data database datagrid datagridview date dissertation dissertations dropdownlist excel fade file-dialog filter ftp generatetags google gridview hardcopy images inline input insert intel internet listview mobile monitor ms net networking objects output panel passingparameters picturebox picturebox1 port position print printing problem project read remove save searchbox searchvb.net select serial server shutdown soap sorting survey table tcp temperature text textbox timer timespan toolbox trim update user validation vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio2008 web winforms wpf year





