Skip to main content

Visual Basic

A programming language for morons, and people that are too stupid to learn real programming languages.

It is commonly taught in schools and colleges, so retards can understand it and become "leet".
Him: Man, i'm cool because I know Visual Basic.
Me: No, you're not.
by I need no introduction. October 3, 2005
mugGet the Visual Basic mug.

Basic white bitch

Usually goes by the name of Jennifer and denies being a basic person. Enjoys basic dice games and is very competitive.
by Vortre July 24, 2018
mugGet the Basic white bitch mug.

Visual Basic

A powerful RAD (rapid application development) progamming language that allows for easy creation of windows programs. Its main flaw is the fact that micro$hit made it, and therefore under their monopoly, it only runs on windows. Another complaint is about the way many new users use the language. They just paste a couple of objects on a form, user a few undeclared variables (variants, which are slow), and run the program. A real program creates objects at runtime and user delared variables at all times (forced by Option Explicit.) Other than that, it is a good language. It is easy enough to learn for beginners (unlike other languages such as java/C++) and powerful enough to perform complicated calculations and make windows-based programs and games with readable code.
'This is a sample VB program
'It finds the prime factors of any number the user specifies
'Declare Objects
Dim WithEvents txtNumber As TextBox
Dim WithEvents lblPrime As Label
Dim WithEvents cmdFactor As CommandButton

Private Sub cmdFactor_Click()
Dim counter&, answer$, number&
'Check to make sure user entered a valid number
If Not IsNumeric(txtNumber) Then Exit Sub
If Len(txtNumber) = 0 Or txtNumber > 2000000000 Or Sgn(txtNumber) = -1 Then Exit Sub
'Create variable = to what user entered.
number = txtNumber
'factor out 2's
Do While number Mod 2 = 0
number = number / 2
answer = answer & " * 2"
Loop
'factor out other numbers
For counter = 3 To number Step 2
Do While number Mod counter = 0
'exit when primes are exhausted
If number = 1 Then Exit Do
number = number / counter
answer = answer & " * " & counter
Loop
Next counter
'results
MsgBox Right$(answer, Len(answer) - 3), 15, "The Prime Factors of " & txtNumber & " are..."
'gives the textbox focus
txtNumber.SetFocus
End Sub

Private Sub Form_KeyDown(KeyCode%, Shift%)
'pressing escape exits the program
If KeyCode = 27 Then Unload Me
End Sub

Private Sub Form_Load()
'set up form
With Me
.KeyPreview = True
.Move (Screen.Width - .Width) \ 2, (Screen.Height - .Width) \ 2
End With
Set txtNumber = Controls.Add("VB.TextBox", "txtNumber")
With txtNumber
.Move (Me.Width - .Width) \ 2, (Me.Height - .Width) \ 2
.Visible = True
End With
Set lblPrime = Controls.Add("VB.Label", "lblPrime")
With lblPrime
.Caption = "Find Prime Factors Of What Number?"
.Move txtNumber.Left, txtNumber.Top - 800, .Width, .Height + 400
.Visible = True
End With
Set cmdFactor = Controls.Add("VB.CommandButton", "cmdFactor")
With cmdFactor
.Caption = "Factor"
.Default = True
.Move txtNumber.Left, txtNumber.Top + 800
.Visible = True
End With
End Sub

Private Sub Form_Terminate()
'clean up
Dim clrObject As Object
For Each clrObject In Me
clrObject = ""
Next clrObject
End
End Sub
by too good for a name December 5, 2004
mugGet the Visual Basic mug.

Based

#Based is all about being yourself and not caring what anybody else thinks. If you followed Lil B The BasedGod on twitter you'd know he's actually a very deep person who constantly talks about being yourself and staying positive. People like myself know what he's doing. He could have easily follow the other thousands of rappers that try to sound like lil Wayne but he didn't.
Your pink G-Shock makes you look gay. IDC im based
by Lil G The RareBased October 27, 2011
mugGet the Based mug.

Basic's

Noun referring to "basic bitches." Basic's are the typical girl that thinks they are cool because they're artsy, can make a duck face, carry around coffee cups, and where designer brands. You'll know a basic when you see one.
1: "dude checkout those girls, they're all wearing the same designer outit and they're walking around with empty coffee cups and taking selfie.

2: yeah they're basic's

1: werd.
by BasicsTheseDays September 4, 2013
mugGet the Basic's mug.

basic fish

Becky:Omg theres Sandra
Amelia:She's drinking Starbucks, shes such a basic fish
mugGet the basic fish mug.

Based and based-pilled

An amalgamation of the slang word based, meaning something you agree with, and the slang word based pilled, which is a combination of red pilled and based.
Hence, based and based-pilled.
Person 1: did you buy dairy free cookies?
Person 2: yes.
Person 1: Based and based-pilled.
by plantgoblin68 November 8, 2021
mugGet the Based and based-pilled mug.

Share this definition

Sign in to vote

We'll email you a link to sign in instantly.

Or

Check your email

We sent a link to

Open your email