Click here to Skip to main content
15,900,110 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Serial Communication, vb.net Pin
Subjugate4-May-09 14:58
Subjugate4-May-09 14:58 
QuestionSQL Query Designer, Analyzer, Builder Pin
Stylus VB27-Apr-09 14:03
Stylus VB27-Apr-09 14:03 
AnswerRe: SQL Query Designer, Analyzer, Builder Pin
Mycroft Holmes27-Apr-09 19:26
professionalMycroft Holmes27-Apr-09 19:26 
AnswerRe: SQL Query Designer, Analyzer, Builder Pin
Tiyani Miyambo27-Apr-09 23:27
Tiyani Miyambo27-Apr-09 23:27 
AnswerRe: SQL Query Designer, Analyzer, Builder Pin
Ageesh29-Apr-09 1:40
Ageesh29-Apr-09 1:40 
QuestionMySQL in VB Pin
Dalek Dave27-Apr-09 10:14
professionalDalek Dave27-Apr-09 10:14 
AnswerRe: MySQL in VB Pin
Steven J Jowett27-Apr-09 10:36
Steven J Jowett27-Apr-09 10:36 
AnswerRe: MySQL in VB Pin
David Mujica27-Apr-09 10:37
David Mujica27-Apr-09 10:37 
VB.NET makes it really easy to get started. What you want to do is build yourself a table adapter and hook some of the GUI controls to it. The only thing that makes MySQL different from any other database is the specifics of the connection string. Once your connected, you really are insulated from the database; you shouldn't care whether it is Oracle, SQL-2005 or MySQL. This is a good thing.

Check this article out from MSDN ...
[^]
QuestionHow do you select text or data in a form? Pin
AndyASPVB27-Apr-09 9:35
AndyASPVB27-Apr-09 9:35 
AnswerRe: How do you select text or data in a form? Pin
Christian Graus27-Apr-09 9:52
protectorChristian Graus27-Apr-09 9:52 
AnswerRe: How do you select text or data in a form? Pin
Dave Kreskowiak27-Apr-09 11:14
mveDave Kreskowiak27-Apr-09 11:14 
QuestionRaising Events from a class library Pin
xbiplav27-Apr-09 9:12
xbiplav27-Apr-09 9:12 
AnswerRe: Raising Events from a class library [modified] Pin
Dave Kreskowiak27-Apr-09 11:13
mveDave Kreskowiak27-Apr-09 11:13 
QuestionDisplaying image on form Pin
Jim Turner27-Apr-09 9:01
Jim Turner27-Apr-09 9:01 
AnswerRe: Displaying image on form Pin
0x3c027-Apr-09 9:32
0x3c027-Apr-09 9:32 
Question[Message Deleted] Pin
bam37227-Apr-09 8:30
bam37227-Apr-09 8:30 
AnswerRe: Visual Basic Pin
Christian Graus27-Apr-09 9:53
protectorChristian Graus27-Apr-09 9:53 
Answerfloating point and Integer Math Pin
David Mujica27-Apr-09 10:56
David Mujica27-Apr-09 10:56 
QuestionOpenfileDialogBox file type change event handler Pin
meaningless27-Apr-09 3:08
meaningless27-Apr-09 3:08 
AnswerRe: OpenfileDialogBox file type change event handler Pin
Tom Deketelaere27-Apr-09 5:03
professionalTom Deketelaere27-Apr-09 5:03 
QuestionRefresh SQL 2000 (VB.NET) Pin
hoangsamac26-Apr-09 23:15
hoangsamac26-Apr-09 23:15 
AnswerRe: Refresh SQL 2000 (VB.NET) Pin
Christian Graus26-Apr-09 23:22
protectorChristian Graus26-Apr-09 23:22 
GeneralRe: Refresh SQL 2000 (VB.NET) Pin
hoangsamac26-Apr-09 23:30
hoangsamac26-Apr-09 23:30 
GeneralRe: Refresh SQL 2000 (VB.NET) Pin
Christian Graus26-Apr-09 23:52
protectorChristian Graus26-Apr-09 23:52 
GeneralRe: Refresh SQL 2000 (VB.NET) Pin
Jon_Boy27-Apr-09 3:21
Jon_Boy27-Apr-09 3:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.