Search results for query: *

  1. Matt McFarland

    VB.NET Restrictions? Real-Time Rendering?

    Looks like I DO need to read the newbie docs I went ahead and completed a few lesson plans yesterday. I'm actually starting to think VB is fun to play with. I guess I have got some learning to do, luckily I catch on quick because I have 10+ years programming experience :D
  2. Matt McFarland

    VB.NET Restrictions? Real-Time Rendering?

    Just wondering where ya put teh codes and I should be able to do the rest, or I can go through the painful beginners course of monotony :)
  3. Matt McFarland

    VB.NET Restrictions? Real-Time Rendering?

    Thanks fro your post, I dont think you're a jerk :) Regarding newbie books: They're going to teach me how to drag and drop input boxes. They're going to teach me what variables are. What the difference between integers and floats are, etc. This is stuff I already know :( Ok, so then...
  4. Matt McFarland

    VB.NET Restrictions? Real-Time Rendering?

    You guys have really posted some helpful topics. I might contact you freak :D I'm really enjyoing VB.NET's form design, although its code doesnt look that friendly to me. I thought Goto's were a thing of the past :P I was raised on GWBASIC to QBASIC to BLITZBASIC (which I use BLITZMAX, it...
  5. Matt McFarland

    VB.NET Restrictions? Real-Time Rendering?

    Another Note: Read your post. Just wondering where I could put the drawings. I put in some drawing stuff in an event but I dont think it worked because the drawing would only work if I called the specfic event? So I gotta have it draw no matter what the user is doing, so I need to put it in...
  6. Matt McFarland

    VB.NET Restrictions? Real-Time Rendering?

    Um And Or OOP? Hardly! I know OOP very well, so I do take offense to that. But I do thank you very much for everything else you typed :) As far as OOP Compared to .NET Uhh how? Main loops have OOP for instance. Main Loop: Repeat Object1.Update() Object2.Update()...
  7. Matt McFarland

    VB.NET Restrictions? Real-Time Rendering?

    Thanks but I'm still very much lost! I'm used to programming languages that iterate through a main loop! I dont understand this other stuff!! It just doesnt make sense to me! Where do I put these codes? They dont say? Why can't I have a main loop that it iterates through. That is very...
  8. Matt McFarland

    VB.NET Restrictions? Real-Time Rendering?

    Gdi+ Ok? Do you know where I can look at GDI+ Tutorials etc? If I can figure out how we do real-time rendering, then the sky is the limit! I'll be able to draw splines, etc on this GDI+ Module and everything related to buttons a user clicks? Excellent! Please get back with me on this...
  9. Matt McFarland

    VB.NET Restrictions? Real-Time Rendering?

    I love how easy it is to design forms with VB.NET - But I can't seem to do anything else? I am trying to draw bezier splines in realtime, like building an editor. Basically, is it possible to design things like MAP EDITORS, SPLINE EDITORS, ART PROGRAMS, ETC? Because all the controls seem to...
Back
Top