Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

-Sean
Posted

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

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

Posted
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.

-Sean

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...