Click here to Skip to main content
15,896,269 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGrab Frame From MPEG file (VB .NET) Pin
zammourr21-Nov-05 17:08
zammourr21-Nov-05 17:08 
AnswerRe: Grab Frame From MPEG file (VB .NET) Pin
Christian Graus21-Nov-05 17:39
protectorChristian Graus21-Nov-05 17:39 
Questiondic Pin
FaribaYousefi21-Nov-05 14:32
FaribaYousefi21-Nov-05 14:32 
AnswerRe: dic Pin
Christian Graus21-Nov-05 14:48
protectorChristian Graus21-Nov-05 14:48 
QuestionMS Access Query Problems Pin
eatwork21-Nov-05 10:09
eatwork21-Nov-05 10:09 
AnswerRe: MS Access Query Problems Pin
KaptinKrunch21-Nov-05 10:28
KaptinKrunch21-Nov-05 10:28 
GeneralRe: MS Access Query Problems Pin
eatwork22-Nov-05 8:23
eatwork22-Nov-05 8:23 
GeneralRe: MS Access Query Problems Pin
dptalt22-Nov-05 9:13
dptalt22-Nov-05 9:13 
Dim MyConnectionString as String = "Jet OLEDB:Registry Path=;User ID=Admin;Jet OLEDB:System database=;Data Source=""C:\MyDatabase.mdb"";Provider=""Microsoft.Jet.OLEDB.4.0"";Persist Security Info=False;Jet OLEDB:Global Partial Bulk Ops=2;Mode=ReadWrite;Extended Properties="";COUNTRY=0;CP=1252;LANGID=0x0409"""

Dim MyConnection As New OleDbConnection(MyConnectionString)
Dim MyAdapter As New OleDbDataAdapter
Dim MyDataTable as New DataTable

MyAdapter.SelectCommand = New OleDbCommand("select * from MyTable", myconnection)
MyAdapter.Fill(MyDataTable)

Read a book on the subject! There is so much to learn.
GeneralRe: MS Access Query Problems Pin
eatwork23-Nov-05 5:24
eatwork23-Nov-05 5:24 
GeneralRe: MS Access Query Problems Pin
eatwork23-Nov-05 6:48
eatwork23-Nov-05 6:48 
GeneralRe: MS Access Query Problems Pin
dptalt24-Nov-05 10:10
dptalt24-Nov-05 10:10 
Questionauto updater (internet) Pin
makikg21-Nov-05 9:21
makikg21-Nov-05 9:21 
AnswerRe: auto updater (internet) Pin
Briga21-Nov-05 11:31
Briga21-Nov-05 11:31 
QuestionCODEDOM or EMIT to create Compact framework from regular frmwrk Pin
Lo Rez21-Nov-05 5:53
Lo Rez21-Nov-05 5:53 
AnswerRe: CODEDOM or EMIT to create Compact framework from regular frmwrk Pin
Dave Kreskowiak21-Nov-05 12:59
mveDave Kreskowiak21-Nov-05 12:59 
GeneralRe: CODEDOM or EMIT to create Compact framework from regular frmwrk Pin
Lo Rez22-Nov-05 2:59
Lo Rez22-Nov-05 2:59 
GeneralRe: CODEDOM or EMIT to create Compact framework from regular frmwrk Pin
Dave Kreskowiak22-Nov-05 15:17
mveDave Kreskowiak22-Nov-05 15:17 
Questionis there any method by which we can change RecordCount in VB??? Pin
Sushmadm21-Nov-05 2:50
Sushmadm21-Nov-05 2:50 
AnswerRe: is there any method by which we can change RecordCount in VB??? Pin
KaptinKrunch21-Nov-05 9:01
KaptinKrunch21-Nov-05 9:01 
QuestionVBSCRIPT Pin
marctonnard20-Nov-05 10:30
marctonnard20-Nov-05 10:30 
QuestionArrays Pin
chrischik20-Nov-05 9:31
chrischik20-Nov-05 9:31 
AnswerRe: Arrays Pin
Joshua Quick20-Nov-05 9:53
Joshua Quick20-Nov-05 9:53 
AnswerRe: Arrays Pin
Briga20-Nov-05 23:27
Briga20-Nov-05 23:27 
GeneralRe: Arrays Pin
Joshua Quick21-Nov-05 4:44
Joshua Quick21-Nov-05 4:44 
Questiondictionary Pin
FaribaYousefi20-Nov-05 2:17
FaribaYousefi20-Nov-05 2:17 

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.