• Hubs
  • tagged visual basic

1-10 of 44 hubssort by Hot Best Latest

83

How to Create A For Next Loop in Excel VBA

If you’re interested in becoming an Excel guru, (or simply showing off) knowing how to construct loops in Excel VBA can be extremely useful. However, you should understand some basic concepts before...

0 comments    technology events cells
73

Software engineering project(Online banking)

Oracle Table Structure : cust : Name                                      Null?    Type  ----------------------------------------- --------...

0 comments    banking java activity
67

Visual Studio Tutorial

This VISUAL STUDIO TUTORIAL contains over 500 videos. Bob Tabor takes you deep inside the inner workings of the dotNET world in each of the videos. On average, each video is about 15 minutes long. There is...

1 comment    learn visual basic
Microsoft Visual Studio 2008 Programming IDE77

How To Become A Programmer

So you've decided to explore becoming a programmer/developer. Good for you! This is a much needed occupation, it's highly rewarding, it pays well, and it's fun! The benefits go on and on. Don't Do It For The...

26 comments    careers jobs job
NealWalters profile image73

how to connect vb with mysql?

1) Download the free ODBC Driver from MySQL website (link below). 2) Get the connection string from the other link below. I'm assuming you know ADO how to create connection objects. 3) You might be running...

3 comments    technology programming mysql
madape profile image63

VB.Net 2005: Programmatically Creating Controls, Graphics, Tooltips, Cursors

I have learned how to program through the school of hard knocks. I am self-taught and with that comes a lot of frustrating battles with my computer. Take for instance this 3-Day Folly I have spent the last 3...

0 comments    technology visual studio
harvey007 profile image60

Visual Basic 2005 Express - 5- Speech Recognition

This video tutorial shows how to add speech recognition to a simple dictation application. There are several steps involved in adding speech recognition: 1) Install Microsoft Speech SDK 5.1 2) Add Reference to...

0 comments    voice speech speech recognition
nicomp profile image67

Using Visual Basic to Identify Palindromic Numbers

A palindrome is a word that is the same both forward and backward. Some numbers are also palindromes. 101 is such a number. This function, written in Visual Basic, accepts an integer and returns a boolean...

0 comments    education tutorial programming
53

What is the Ideal Programmer?

The ideal programmer is one that is able to see the "big picture." The various charts in this article visually depict how the major pieces of the computer programming world fit together. Take a little...

technology programming languages
vishalgaikar profile image54

VB Interview questions

How do you register a component?Compiling the component, running REGSVR32 MyDLL.dll Name and explain the different compatibility types when creating a COM component No Compatibility ? New GUID created,...

0 comments    visual basic vb6
working