Click here to Skip to main content
15,889,176 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: I don't know why I have this error Pin
loyal ginger22-Jan-10 6:31
loyal ginger22-Jan-10 6:31 
GeneralRe: I don't know why I have this error Pin
Curious 200922-Jan-10 6:39
Curious 200922-Jan-10 6:39 
GeneralRe: I don't know why I have this error Pin
loyal ginger22-Jan-10 7:10
loyal ginger22-Jan-10 7:10 
GeneralRe: I don't know why I have this error Pin
Curious 200922-Jan-10 7:35
Curious 200922-Jan-10 7:35 
GeneralRe: I don't know why I have this error Pin
loyal ginger22-Jan-10 7:44
loyal ginger22-Jan-10 7:44 
GeneralRe: I don't know why I have this error Pin
Curious 200922-Jan-10 8:49
Curious 200922-Jan-10 8:49 
QuestionDatabase record to textboxes Pin
offroaderdan22-Jan-10 5:06
offroaderdan22-Jan-10 5:06 
AnswerRe: Database record to textboxes Pin
Eddy Vluggen23-Jan-10 5:48
professionalEddy Vluggen23-Jan-10 5:48 
VB.NET
' Bind a control at run time.
txtFirstName.DataField = "FirstName"
Set txtFirstName.DataSource = Adodc1
...
' Unbind it.
Set txtFirstName.DataSource = Nothing

Copied from an article[^] on databinding Smile | :)

I are Troll Suspicious | :suss:

QuestionHow can I import table from one database to another thru a from in VB.net Pin
waner michaud22-Jan-10 3:30
waner michaud22-Jan-10 3:30 
AnswerRe: How can I import table from one database to another thru a from in VB.net Pin
Eddy Vluggen23-Jan-10 5:04
professionalEddy Vluggen23-Jan-10 5:04 
GeneralRe: How can I import table from one database to another thru a from in VB.net Pin
waner michaud23-Jan-10 7:23
waner michaud23-Jan-10 7:23 
GeneralRe: How can I import table from one database to another thru a from in VB.net Pin
Eddy Vluggen24-Jan-10 1:36
professionalEddy Vluggen24-Jan-10 1:36 
GeneralRe: How can I import table from one database to another thru a from in VB.net Pin
waner michaud25-Jan-10 4:12
waner michaud25-Jan-10 4:12 
GeneralRe: How can I import table from one database to another thru a from in VB.net Pin
Eddy Vluggen25-Jan-10 7:58
professionalEddy Vluggen25-Jan-10 7:58 
GeneralRe: How can I import table from one database to another thru a from in VB.net Pin
waner michaud25-Jan-10 8:10
waner michaud25-Jan-10 8:10 
GeneralRe: How can I import table from one database to another thru a from in VB.net Pin
Eddy Vluggen25-Jan-10 8:34
professionalEddy Vluggen25-Jan-10 8:34 
GeneralRe: How can I import table from one database to another thru a from in VB.net Pin
waner michaud26-Jan-10 6:11
waner michaud26-Jan-10 6:11 
GeneralRe: How can I import table from one database to another thru a from in VB.net Pin
Eddy Vluggen26-Jan-10 6:24
professionalEddy Vluggen26-Jan-10 6:24 
GeneralRe: How can I import table from one database to another thru a from in VB.net Pin
waner michaud26-Jan-10 8:21
waner michaud26-Jan-10 8:21 
GeneralRe: How can I import table from one database to another thru a from in VB.net Pin
Eddy Vluggen26-Jan-10 8:35
professionalEddy Vluggen26-Jan-10 8:35 
GeneralRe: How can I import table from one database to another thru a from in VB.net Pin
waner michaud26-Jan-10 8:44
waner michaud26-Jan-10 8:44 
QuestionMake window application secure Pin
NarendraSinghJTV22-Jan-10 1:17
NarendraSinghJTV22-Jan-10 1:17 
AnswerRe: Make window application secure Pin
Gagan.2022-Jan-10 1:50
Gagan.2022-Jan-10 1:50 
GeneralRe: Make window application secure Pin
NarendraSinghJTV26-Jan-10 17:58
NarendraSinghJTV26-Jan-10 17:58 
GeneralRe: Make window application secure Pin
Gagan.2026-Jan-10 20:44
Gagan.2026-Jan-10 20:44 

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.