Jump to content
Xtreme .Net Talk

ivandotnet

Members
  • Posts

    3
  • Joined

  • Last visited

ivandotnet's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'll go give it a try. Thanks PentiumGuy.
  2. Yea 8.1 is available for .NET. In any case, I was also unable to find the TextBox control for 9.0c. I need to use directx because I'm creating a 3D-game like program and i need to draw an transparent / translucent Textbox control, so I cant use the Textbox control provided by .net (unless it can achieve transparency) Btw, I've tried employing a textbox in an MFC window but it jumps out of my 3D-game when I activate my MFC window.
  3. I've been trying to create a Text Box for users to type in, in DirectX 8.1, but I could not find the class for it. All I can find is the Edit Box. So right now, I'm creating a 9 line Text Box from 9 separate Edit Boxes. Any chance this can work, because I'm already running into problems when handling new line, backspace, delete and insert keyboard characters. Tracking the text cursor is also another problem. Anyone has some idea on how to create Text Boxes other than the method that I am resorting to?
×
×
  • Create New...