Search results for query: *

  1. A

    Direct 3D

    anyone know how to "paint" a spot on a direct 3d mesh I have a vector set that I want to put a red spot on ? anyone have any ideas ?
  2. A

    DirectX click object?

    so I created a simple directx app that displays a teapot and rotates around what I want to do is be able to click on the teapot somewhere and change the color of that pixel (10 pixels) like if i had a paint brush ... the question is: is there a way within directx to know if and where I'm...
  3. A

    Question Thread And Memory Usage

    So I'm looking at the following code: Sub Main() Dim MinMem As Integer = 999999999 Dim MaxMem As Integer = -99999 Dim MinMemCount As Integer Dim MaxMemCount As Integer Dim Total As Long Dim Average As Integer = 0 For count = 1 To 1000...
  4. A

    XMLDocument and network stream

    I'm trying to send a XML serialized class over a network stream the send is working Dim IP As Net.IPAddress = System.Net.IPAddress.Parse(IPAddress) Dim IPE As New Net.IPEndPoint(IP, 10003) Dim TCPClient As New Net.Sockets.TcpClient Dim MS As New...
  5. A

    Panel SLOW

    I'm using a winform with a panel on it ... in that panel I have 240 buttons ... that panel is normally hidden ... but sometimes I show it ... panel1.show panel1.bringtofront ... but I've noticed even on fast machines ... it doesn't come up smooth ... i can actually see it draw the different...
  6. A

    calculate Appointments units?

    Hey everyone, I'm been working on a EMR program for a chiropractor friend of mine. I have got most of it working, there are ten touch screen (stations) with dual monitors that display x-rays and allow the doctor to make up his reports and billing information. Everything works over the...
Back
Top