Click here to Skip to main content
15,897,273 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDownloading file from website using windows form app Pin
rainbowknight19-Jul-06 18:05
rainbowknight19-Jul-06 18:05 
Questionsigning PDF documents with frame work 1.1 Pin
walsudani19-Jul-06 17:58
walsudani19-Jul-06 17:58 
AnswerRe: signing PDF documents with frame work 1.1 Pin
Paul Conrad19-Jul-06 19:58
professionalPaul Conrad19-Jul-06 19:58 
GeneralRe: signing PDF documents with frame work 1.1 Pin
walsudani19-Jul-06 21:24
walsudani19-Jul-06 21:24 
GeneralRe: signing PDF documents with frame work 1.1 Pin
Paul Conrad19-Jul-06 21:49
professionalPaul Conrad19-Jul-06 21:49 
Questiondatagrid updation Pin
lolup19-Jul-06 17:19
lolup19-Jul-06 17:19 
Questioncouldnt find installable ISAM??? Pin
campbells19-Jul-06 17:13
campbells19-Jul-06 17:13 
Questionlink .dbf file to VB Pin
campbells19-Jul-06 15:26
campbells19-Jul-06 15:26 
is there any component to select to link the .dbf file from VB??
I wanna create a program that able for me to write inside the .dbf file, but i cant link it... wat happen?

Private Sub Adodc1_WillMove(ByVal adReason As ADODB.EventReasonEnum, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
Dim oConn As New ADODB.Connection
Dim oRs As New ADODB.Recordset
'ODBC Driver for dBASE
oConn.Open "Driver={Microsoft dBASE Driver (*.dbf)};" & _
"DriverID=277;" & _
"Dbq=C:\Documents and Settings\Administrator\Desktop\SaTO\"
'Then specify the filename in the SQL statement:

oRs.Open "Select * From Shelf.dbf", oConn, , , adCmdText
End Sub
QuestionDatagridViewcolumn cell Formatting Pin
projectcode119-Jul-06 9:44
projectcode119-Jul-06 9:44 
Questionget all database Pin
eagertolearn19-Jul-06 9:23
eagertolearn19-Jul-06 9:23 
AnswerRe: get all database Pin
Paul Conrad19-Jul-06 14:32
professionalPaul Conrad19-Jul-06 14:32 
GeneralRe: get all database Pin
eagertolearn2-Aug-06 8:06
eagertolearn2-Aug-06 8:06 
QuestionStrange problem - missing form Pin
CJotaO19-Jul-06 9:12
CJotaO19-Jul-06 9:12 
AnswerRe: Strange problem - missing form Pin
The ANZAC19-Jul-06 21:49
The ANZAC19-Jul-06 21:49 
GeneralRe: Strange problem - missing form Pin
CJotaO20-Jul-06 22:15
CJotaO20-Jul-06 22:15 
QuestionSocket security issue - Help Pin
Rookie19-Jul-06 9:00
Rookie19-Jul-06 9:00 
QuestionWebbrowser control Pin
ggpptt19-Jul-06 8:47
ggpptt19-Jul-06 8:47 
QuestionSockets with Vb.Net 2005 Pin
Sagar RW19-Jul-06 6:38
Sagar RW19-Jul-06 6:38 
AnswerRe: Sockets with Vb.Net 2005 Pin
Paul Conrad19-Jul-06 14:33
professionalPaul Conrad19-Jul-06 14:33 
GeneralRe: Sockets with Vb.Net 2005 Pin
Sagar RW19-Jul-06 16:58
Sagar RW19-Jul-06 16:58 
AnswerRe: Sockets with Vb.Net 2005 Pin
Keith Malwitz20-Jul-06 4:25
Keith Malwitz20-Jul-06 4:25 
GeneralRe: Sockets with Vb.Net 2005 Pin
Sagar RW20-Jul-06 5:05
Sagar RW20-Jul-06 5:05 
GeneralRe: Sockets with Vb.Net 2005 Pin
Keith Malwitz20-Jul-06 5:09
Keith Malwitz20-Jul-06 5:09 
QuestionGetting focus on form load Pin
sa_runner19-Jul-06 5:23
sa_runner19-Jul-06 5:23 
AnswerRe: Getting focus on form load Pin
Kschuler19-Jul-06 8:22
Kschuler19-Jul-06 8:22 

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.