Click here to Skip to main content
15,913,854 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralOnBuildProjConfigDone ignored Pin
magilvia14-Apr-05 12:08
magilvia14-Apr-05 12:08 
GeneralRe: OnBuildProjConfigDone ignored Pin
Dave Kreskowiak14-Apr-05 16:31
mveDave Kreskowiak14-Apr-05 16:31 
GeneralRe: OnBuildProjConfigDone ignored Pin
magilvia15-Apr-05 11:07
magilvia15-Apr-05 11:07 
Questionmaths function?? Pin
Anonymous14-Apr-05 11:54
Anonymous14-Apr-05 11:54 
AnswerRe: maths function?? Pin
Dave Kreskowiak14-Apr-05 16:21
mveDave Kreskowiak14-Apr-05 16:21 
QuestionHow to connect Datagrid to a datareader Pin
Suman Singh14-Apr-05 11:51
professionalSuman Singh14-Apr-05 11:51 
AnswerRe: How to connect Datagrid to a datareader Pin
Dave Kreskowiak14-Apr-05 16:16
mveDave Kreskowiak14-Apr-05 16:16 
AnswerRe: How to connect Datagrid to a datareader Pin
rhenerlau19-Apr-05 17:17
rhenerlau19-Apr-05 17:17 
check the code I inserted (bold line) You declare the datareader, and you set the data grid source to that, but you never assign any data to the data reader. Hope this helps!



dim dr as datareader

dr=datasource (from spreadsheet, or database, or whatever)

datagrid1.datasource = dr
Generaldata reading Pin
Amanjot14-Apr-05 11:34
Amanjot14-Apr-05 11:34 
GeneralRe: data reading Pin
Suman Singh14-Apr-05 11:56
professionalSuman Singh14-Apr-05 11:56 
GeneralRe: data reading Pin
Dave Kreskowiak14-Apr-05 16:19
mveDave Kreskowiak14-Apr-05 16:19 
Generalprogram start up Pin
_tasleem14-Apr-05 10:35
_tasleem14-Apr-05 10:35 
GeneralRe: program start up Pin
rwestgraham14-Apr-05 11:43
rwestgraham14-Apr-05 11:43 
QuestionHow do I switch between forms by hiding the other Pin
DevQuest14-Apr-05 9:37
DevQuest14-Apr-05 9:37 
AnswerRe: How do I switch between forms by hiding the other Pin
Anonymous14-Apr-05 10:07
Anonymous14-Apr-05 10:07 
GeneralRe: How do I switch between forms by hiding the other Pin
DevQuest14-Apr-05 11:22
DevQuest14-Apr-05 11:22 
GeneralRe: How do I switch between forms by hiding the other Pin
Mitch F.14-Apr-05 14:24
Mitch F.14-Apr-05 14:24 
AnswerRe: How do I switch between forms by hiding the other Pin
rhenerlau19-Apr-05 17:19
rhenerlau19-Apr-05 17:19 
GeneralCrystal Report TextObject Pin
dpagka14-Apr-05 5:15
dpagka14-Apr-05 5:15 
Generalimage button Pin
Lisana14-Apr-05 3:18
Lisana14-Apr-05 3:18 
GeneralRe: image button Pin
Dave Kreskowiak14-Apr-05 4:15
mveDave Kreskowiak14-Apr-05 4:15 
GeneralRe: image button Pin
Lisana14-Apr-05 5:44
Lisana14-Apr-05 5:44 
GeneralRe: image button Pin
Dave Kreskowiak14-Apr-05 5:56
mveDave Kreskowiak14-Apr-05 5:56 
GeneralRe: image button Pin
Lisana14-Apr-05 6:07
Lisana14-Apr-05 6:07 
GeneralRe: image button Pin
Dave Kreskowiak14-Apr-05 6:13
mveDave Kreskowiak14-Apr-05 6:13 

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.