Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Macrado

    3d related c++ question

    Thanks for the feedback, I will try that. Question about it though...do I need to install anything to use it, or is it included with most compilers? ~~Macrado~~
  2. Macrado

    Determine the first three letters in a textbox?

    You can try: dim str as String; str = Left(myTextBox.Text(), 3); and then you can just use a select statement to act based on the value of str: Select Case str Case 1 if str = "dir" then ' do some work Case Else ' do something else, etc
  3. Macrado

    3d related c++ question

    Hi - I'm writing a program that works heavily with 3-dimensional coordinates. What I wind up with is several line segments going from one point to the next, to the next, and so on - kind of like a 3d "connect the dots". I've gotten to a point where the points are being laid out fine...

Part and Inventory Search

Back
Top