Jump to content

What is VB?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
25 replies to this topic

#1
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Hello, I was wondering what VB is and what is it used for, and is there a difference between VB and VB.Net. Last question is VB/VB.Net easy for the begging to learn. Thanks in advance. ^^
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#2
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts
Visual basic , also known as vb is a windows forms tool.
Its very useful for creating applications without having to know hardly any coding , although it does tend to get hard when you want to create something advanced. I suggest you go onto youtube and have a look at tutorials and videos of visual basic 2008.

The current version of Visual Basic ( VB 2010 Beta ) is available from this link:

Microsoft Visual Studio 2010 First Look

Hope this helps!.

#3
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
OK, one more question is it good for like making plugins for web browsers and internet stuff?
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#4
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,248 posts
Visual Basic is a programming language. :P It is used quite often in business to create programs to administer to assist with the administration of the business.

Quote

Its very useful for creating applications without having to know hardly any coding ,

That isn't true. You still have to know how to code. The language is syntactically different from most other languages but it doesn't stop you from doing anything really. Sure, it might make some things harder than other languages but you can still accomplish them.

VB can be easier to learn than other languages because you don't have to learn how to create a GUI. It is a drag and drop interface and that makes learning to make applications faster. The down side is you don't learn how the interface is created and you are tied to what is possible with the drag and drop interface.

It is easier to learn than some other more powerful languages though and it is widely used.

Look here: Programming Language Popularity

#5
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
OK I'll look into it and see if I like it or if I want some thing different. Thanks :)
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#6
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts
Chili5 please remember to tell users that they can add there own plugins for visual basic or download plugins for more drag and drop items.

#7
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Well that's a plus but my main question is Is VB good for making plugins to say check my email or whatever I want it to do then put it online for other people?
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#8
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts
Well personally i wouldnt use vb for a plugin , basically because its a forms application.
In visual basic you create programs such as web browsers and Chat programs.
However if you would like to make plugins , i suggest visual studio C# or C++ i cant remember which one it is , but it supports creating Dynamic link libraries.

#9
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts
Heres a file i created in about an hour on VB , i havent created any DLL's for it yet.
Please Change the extension of the file to EXE as i have renamed it to ZIP so that it will upload , it is not actually compressed!

Cheers!

Attached Files



#10
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
OK I'll look into them languages but I might still try and learn VB a little BTW nice program.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#11
Zerkei

Zerkei

    Newbie

  • Members
  • Pip
  • 8 posts
You shouldn't use VB for plugins.
I made a mail.com mail checker, which is quite nice in vb.net (2010) though it's an independent application.
The only thing that is quite amazing about it, is you can send SMS messages to yourself via the program when the computer is idle, sorta like mail fowarding.
hope that helps.

#12
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
Is there a difference between VB and VB.Net?
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.