Ask Experts Questions for FREE Help !
Ask
    acagto's Avatar
    acagto Posts: 8, Reputation: 1
    New Member
     
    #1

    Jul 29, 2009, 04:03 PM
    Programming in Visual Basic
    I WROTE This en GW basic :
    10 Print L
    20 Input L
    30 If L<10 Then go to 50
    40 If L<20 Then go to 60
    50 Print "L=text...."
    55 Go to 100
    60 Print "L=text...."
    65 Go to 100
    100 Print F
    110 Input F
    etc...
    I tried to program this en Visual Basic 2008 but I canīt. Can anyone help me giving the code? Thanks a lot

Check out some similar questions!

Visual basic [ 1 Answers ]

I made this code to save text file. But now I am wondering how to save a file if there is an existing file name. I would like to add a mnuItemSave for that. Is it work? How to code that? Private Sub mnuItemsave_Click() CommonDialog1.Filter = "Text files (*.TXT)|*.TXT" ...

Visual basic [ 1 Answers ]

I want to to create a calculator in visual basic. How can I do this.there only that key preasent what I know that is (0-9, +, -, *, /,. = cleare)this code are preasent. So tell me the code which code I use to create this buttons.

An Introduction to Programming using: Microsoft visual basic.NET [HELP] [ 8 Answers ]

I need help in making a program using visual basic.. u can download it here: http://lab.msdn.microsoft.com/express/vbasic/default.aspx Question: An employee should receive pay equal to time and a half for every hour worked over 40 hours. a) Create a payroll application that prompts...


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.