Results 1 to 8 of 8

Thread: Any book for those who want to move to VB from Qbasic

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2009
    Posts
    7

    Any book for those who want to move to VB from Qbasic

    I am 61 years old. I had created some good programs in QBasic. Can some one suggest a book or help me in converting those to VB.

    for example, how to put following code in VB

    10 CLS : REM STRL CALCULATION FOR CRANES
    11 PRINT "Enter crane data": PRINT
    12 PRINT "EACH DATA MUST BE SEPARATED BY COMMAS": PRINT : PRINT
    20 PRINT "CAPACITY SPAN CLASS WT.OF WIDTH CTRAIL LT DRIVE"
    30 PRINT "IN IN OF TROLY OF 40 SQ(1) CENTRAL(1)"
    40 PRINT "KGS. METRE DUTY (KGS) PLTFM 50 SQ(2) TWIN (2)"
    50 PRINT " (AUTO=1) (MM) 60 Lb(3)"
    60 PRINT " 90 Lb(4)"
    70 PRINT "___________________________________________________________"
    80 INPUT "", CAP, SPAN, cod%, TWT%, PLTW%, CTRL%, LTDR%
    81 IF cod% > 4 OR cod% < 1 THEN PRINT "Wrong Class of duty. Re-enter all data": GOTO 80
    82 IF CTRL% > 4 OR CTRL% < 1 THEN PRINT "Wrong CT Rail. Re-enter all data": GOTO 80
    83 IF LTDR% > 2 OR LTDR% < 1 THEN PRINT "Wrong LT Rail. Re-enter all data": GOTO 80

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Any book for those who want to move to VB from Qbasic

    The "SAMS teach yourself Visual Basic x" (x being the version of VB) is pretty good.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2009
    Posts
    7

    Re: Any book for those who want to move to VB from Qbasic

    Thanks for your suggestion. I have tried these Sams series book but (without offending you), no body can possibly learn VB with these books.

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Any book for those who want to move to VB from Qbasic

    Lots of people recommend those books (based on their own usage), so that clearly isn't the case... they just aren't right for you.

    As for what would be right for you, only you can tell.

    I recommend you find a library or book shop that has a few different books, so you can take a look at them. You could even try checking them out on Amazon, as several books have a sample chapter for you to try before you buy.

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2009
    Posts
    7

    Re: Any book for those who want to move to VB from Qbasic

    Yes I agree, Thanks for your suggestions too. I could get help from a 21 year old girl. With that, I think I have moved a bit forward. Will seek your advices too, when I need. Thanks anyway.

  6. #6
    Junior Member
    Join Date
    May 2009
    Location
    Buffalo, NY
    Posts
    30

    Re: Any book for those who want to move to VB from Qbasic

    I like the Murach books. You can usually pick one up used on Barnes and Noble for a good price. I got a used copy of their VB2008 book for about $20 including shipping.

  7. #7

    Thread Starter
    New Member
    Join Date
    Jul 2009
    Posts
    7

    Re: Any book for those who want to move to VB from Qbasic

    Thanks ckennedy79 for responding.

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Any book for those who want to move to VB from Qbasic

    You didn't say what version of VB you would be moving to.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width