Results 1 to 3 of 3

Thread: what vb to use

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Location
    Sask.
    Posts
    1
    I've been doing programming in gw basic, and would like get started useing vb but I don't know where to start.
    Here's an idea of what I need or woild like to do.
    - use scanned map as back ground.
    - place a grid on top.
    - which would be colored differant as work is completed.
    - also what computer requirements are need to use the vb progam.
    thanks Rob_K

  2. #2
    Guest
    Go to the computer store, and have a look at the VB package on the shelf, it will tell you what hardware you need to run it.

    I think you could get away with the Learning Edition of VB (about $120) for what you want to do.

    Colouring the squares will probably require some API functions. I think VB-LE is subject to restricted API stuff, but I cant remember for sure, maybe maybe not.

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Theres somewhat huge differences between Gwbasic and VB, The most important, there are no numbers for each line. The other huge one is that VB is object oriented and there are functins and subs instead of gosubs. I hope you will learn a lot.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

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