User Profile

Collapse

Profile Sidebar

Collapse
Softstep
Softstep
Last Activity: Jan 9 '07, 11:56 AM
Joined: Nov 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Softstep
    started a topic Which editor is best?
    in Java

    Which editor is best?

    Hello,

    I am a begining student of Java and prograaming. And my professor gave us a few options of Program editors to use for these series of classes and I wanted to get the forums opinions on which has is the Best.

    What I am looking for is what makes one better than the other. There are only 3 options available to us.

    1) Netbeans 5.5
    2) Eclipse
    3) jGrasp

    The class will be...
    See more | Go to post

  • Softstep
    replied to Looping a Input box
    Nevermind I figured it out. Took me a minute.

    Soft...
    See more | Go to post

    Leave a comment:


  • Softstep
    replied to Looping a Input box
    Killer42,

    Thanks for the Advice! I did notice that the message box was wrong when I did a final test of all the input variables. We havent gone beyond looping in VB, and we have yet to touch on anything relating to Subs.
    I did get it to work with some modifictaions based on nathan's example. I will change the MsgBox Before I finish the Project

    Code:
     Do
         strWind = InputBox(" Enter Wind Speed
    ...
    See more | Go to post

    Leave a comment:


  • Softstep
    replied to Looping a Input box
    Killer,

    yeah it is in a Button Click Event.

    Nathan G,

    Thanks i will try that and see if it fixes it.


    Soft
    See more | Go to post

    Leave a comment:


  • Softstep
    started a topic Looping a Input box

    Looping a Input box

    Hello everyone,

    I am new to this forum, and to programing for that matter. I am a student and taking a very basic intro class in VB 2005.

    I am working on a project that requires a prompt from the user for input <i.e input box> The problem I am having is with trying to validate the inout box after it has failed a Numeric check... The code looks like this


    If IsNumeric(txtWi nd.Text) = False...
    See more | Go to post
No activity results to display
Show More
Working...