coldfusion244 Posted January 5, 2005 Posted January 5, 2005 Hi guys, quick question. I play a game made in DirectX. I have created a program that informs me of all the players and their GUIDS that are currently in my server. My question is, how would I put text that is translucent over the game but still be playing in the game. Just have it in the upper lefthand corner displaying the text while in game. :confused: Thanks guys Quote -Sean
ThePentiumGuy Posted January 5, 2005 Posted January 5, 2005 Woah so you're saying that you want to display some text over a DirectX app taht's not yours? Hmm. Here: Make your form 0% opaque. (There's an Opacity property) SEt formborderstyle to borderless (or is it None) Use e.graphisc.drawString("string", other arguments). See if that works. -The Pentium Guy Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
coldfusion244 Posted January 5, 2005 Author Posted January 5, 2005 Woah so you're saying that you want to display some text over a DirectX app taht's not yours? Hmm. Here: Make your form 0% opaque. (There's an Opacity property) SEt formborderstyle to borderless (or is it None) Use e.graphisc.drawString("string", other arguments). See if that works. -The Pentium Guy Correct, it's not my app ;) Either way it's for my own personal administrative purposes (so I can kick cheaters out faster :D ). I'm glad I don't have to use DirectX to draw over it, phew. Quote -Sean
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.