Jump to content
Xtreme .Net Talk

NegativeZero

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by NegativeZero

  1. i feel odd asking this, but i just finished a project in visual basic net 2002, and when i tried it on another computer, it needed a dll file... im guessing i would have to make an install file or something like back in vb 6, but i dont know how to in net ????? help :p
  2. ive been playing with Dim BrPen As Pen = New Pen(Color.Brown, 4) e.graphics.drawstring("test", ?????, brpen,10,10) i dont know what to put for the font, and if i figure it out im not sure if the rest is right, can someone help me out =D thanks in adnvance
  3. hey thanks, works perfectly
  4. ok i want to draw a line the shapes into a circle, im going to use this for my health bar in a game im using. there is some info in the middle of the health bar, can anyone help me.
  5. thanks, went over that suff, it works!, but i found an easier way =D
  6. When i hit the mouse button i want to know where the location of the mouse is on the form, any ideas, im new to .net and i dont even know what sub to put in??
  7. everytime i run this program i get an error, and this line of code is highlited in yellow, Game = New GameClass() can anyone help me =/ this is the error message i get An unhandled exception of type 'System.IO.FileNotFoundException' occurred in Direct3d Initilization.exe Additional information: File or assembly name System.Drawing, or one of its dependencies, was not found. Errored Source!.zip
  8. ill try this fil stream stuff out
  9. hey thanks :D
  10. i just got net a couple days ago and i cant figure out how to read or wrie text files, i tried using what i new from vb6 but i couldnt get anything to work?? can anyone help me?
  11. i have more than one form, everytime i exit the first form the whole program ends, how do i take care of this little situation?
×
×
  • Create New...