Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: steadysimple

Search: Search took 0.00 seconds.

  1. Answers
    2
    Views
    841

    TextBox.Text = "" ---> Text Box List1.Clear --->...

    TextBox.Text = "" ---> Text Box
    List1.Clear ---> ListBox
    Combo1.Clear ---> ComboBox
  2. Answers
    3
    Views
    809

    How about this one: Dim the first as Integer...

    How about this one:

    Dim the first as Integer
    Dim theSecond as Integer
    dim theThird as Integer
    dim theFourth as Integer

    the first = 15
    thesecond = 3
    if the first > theSecond then
  3. Answers
    2
    Views
    623

    Do you want to print the code, or you want the...

    Do you want to print the code, or you want the code to print? I don't know what the code in VBNET, but in VB6, it's Me.PrintForm
  4. Answers
    1
    Views
    623

    The flow is:- Form ---> Object --->...

    The flow is:-
    Form ---> Object ---> Properties

    So, it should be frmFriends.txtPhone.Text

    But if you are referring in the same form, then ignore the Form, just txtPhone.Text.
  5. 1) You need to know: i. How much gas per...

    1) You need to know:
    i. How much gas per mile OR
    ii. How much mile per 1 liter gas?
    2) Then, use basic arithmetic to solve it (+,-,/,*).
  6. Check this sample. 1) [ A Simple Calculator With...

    Check this sample.
    1) [ A Simple Calculator With Error Handling ] by JamesJD
    2) [;)A Simple Calculator (Great for beginners to VB);)] by Steven Jacobs
  7. Answers
    1
    Views
    1,606

    1) Rename your textbox to Text1, Text2, Text3,...

    1) Rename your textbox to Text1, Text2, Text3, Text4 and Text5.
    2) Double click List1. The code should be like this:-
    Private Sub List1_Click()
    List1.ListIndex=0
    Text1.Text=List1.Text...
  8. You can find a sample code here. [;)A Simple...

    You can find a sample code here.
    [;)A Simple Calculator (Great for beginners to VB);)] by Steven Jacobs
  9. Answers
    2
    Views
    2,305

    It is illegal to share it directly to you. You...

    It is illegal to share it directly to you. You need to purchase it. But, you can find it at
    http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=68020&lngWId=1

    *Just helping...
Results 1 to 9 of 9