Jump to content
Xtreme .Net Talk

Cirdan

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Cirdan

  1. Hello everyone. How can I get DX9 to render into a picturebox on a forum? Will this cause a slow down, and should I be using the whole window? The reason why I ask is becuase I need a chatbox which lines can easily be added and has support for different colors per line. So I find it easier to use Forms and use RichTextBox becuase I wouldn't know how to code an entire UI system in DX9. Also, I could use some good DX9 and C# tutorials. Thanks!
  2. I'm making a ORPG and I was wondering, have this big sprite.bmp image, and each sprite is 32x32, how would I clip the image so it would only show the 32x32 image? Thankyou in advanced. Also, if I created a tile editor, how would I select each tile in a picture box? what would the math formula be to find out what tile the user clicked on? (again, 32x32)
  3. http://cs-sdl.sourceforge.net/modules.php?name=Forums I found this library for c#, BUT I got it to work in vb.net 2003. Thought it might help those newbies who want the power of DirectX but in a easier form.
  4. Cirdan

    Me.Handle

    I'm iusing vb.net 2003, and I'm using a special graphics library to make a game. It needs a handle parameter, so I put in me.handle. But it says system.iniprt cannot be converted to an integer. Anyideas?
×
×
  • Create New...