Thread: what are your thoughts on visual basic?

  1. #16
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    When I'm coding anything with COM (usually testing an activeX object I've written, or automating another program), I often use VB to prototype the app before I code it properly in C++.

    I dont like the language that much...and I always end up hitting a brick wall when I try to do something a bit out-of-the-ordinary.

  2. #17
    Information Crocodile
    Join Date
    Dec 2004
    Posts
    204
    Visual Basic is very useful for making applications in a hurry. Especially the ones that needs database access.

    And also i really hate when people thinks that people who code their GUI is far better than those who works with drag and drop. They say theyre kids. Hey programming is supposed to be problem solving. Did you solve anything by writing your GUI? You suck if you think that way. Thats why i love making my program without GUI(console). Writing GUI code is messy. Doesnt Make my brains work and it looks stupid.

    Visual Basic is not bad at all if you dont mind.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Avoiding Global variables
    By csonx_p in forum Windows Programming
    Replies: 32
    Last Post: 05-19-2008, 12:17 AM
  2. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  3. <list>
    By Unregistered in forum C++ Programming
    Replies: 9
    Last Post: 02-24-2002, 04:07 PM
  4. Visual Basic C++
    By gussguss in forum C++ Programming
    Replies: 8
    Last Post: 11-20-2001, 10:58 AM