Click here to Skip to main content
15,915,093 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to read pictures from MS Word Pin
aparna.shukla129-Oct-06 22:28
aparna.shukla129-Oct-06 22:28 
QuestionIE Browser control in windows form(vb.net) onBlur event Pin
gspowar29-Oct-06 17:37
gspowar29-Oct-06 17:37 
Questionvb try to skip some data while reading?? [urgent] Pin
campbells29-Oct-06 15:50
campbells29-Oct-06 15:50 
AnswerRe: vb try to skip some data while reading?? [urgent] Pin
aparna.shukla129-Oct-06 19:27
aparna.shukla129-Oct-06 19:27 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
campbells29-Oct-06 19:35
campbells29-Oct-06 19:35 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
aparna.shukla129-Oct-06 20:39
aparna.shukla129-Oct-06 20:39 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
campbells29-Oct-06 21:06
campbells29-Oct-06 21:06 
AnswerRe: vb try to skip some data while reading?? [urgent] Pin
shreekar29-Oct-06 20:26
shreekar29-Oct-06 20:26 
campbells wrote:
For dr = 0 To (Adodc1.Recordset.RecordCount - 1)
For dc = 0 To (DataGrid1.Columns.Count - 1)
DataGrid1.Row = dr


I am not entirely sure I understand your problem, but should not you put the line "DataGrid1.Row = dr" between
"For dr = 0 To (Adodc1.Recordset.RecordCount - 1)"
AND
For dc = 0 To (DataGrid1.Columns.Count - 1)"

so that the row is changed after all the columns are processed?

Hope this helps.

Shreekar
http://shreekarishere.blogspot.com

GeneralRe: vb try to skip some data while reading?? [urgent] Pin
campbells29-Oct-06 21:09
campbells29-Oct-06 21:09 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
aparna.shukla129-Oct-06 21:36
aparna.shukla129-Oct-06 21:36 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
campbells29-Oct-06 21:39
campbells29-Oct-06 21:39 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
aparna.shukla129-Oct-06 21:41
aparna.shukla129-Oct-06 21:41 
AnswerRe: vb try to skip some data while reading?? [urgent] Pin
Dave Kreskowiak30-Oct-06 3:41
mveDave Kreskowiak30-Oct-06 3:41 
QuestionDeployment Crystal reports. No CR msm file when adding merge modules [modified] Pin
steve_rm29-Oct-06 15:50
steve_rm29-Oct-06 15:50 
AnswerRe: Deployment Crystal reports. No CR msm file when adding merge modules Pin
Dave Sexton29-Oct-06 19:42
Dave Sexton29-Oct-06 19:42 
QuestionHow to automatically dismiss error message from MS PowerPoint Pin
paulajohn29-Oct-06 11:23
paulajohn29-Oct-06 11:23 
AnswerRe: How to automatically dismiss error message from MS PowerPoint Pin
Guffa29-Oct-06 11:28
Guffa29-Oct-06 11:28 
GeneralRe: How to automatically dismiss error message from MS PowerPoint Pin
paulajohn29-Oct-06 11:50
paulajohn29-Oct-06 11:50 
QuestionVisual Inheritance MenuStrip Control Visual Basic 2005 [modified] Pin
DJEarl29-Oct-06 9:32
DJEarl29-Oct-06 9:32 
QuestionDetermine Framework Version Pin
andyr200529-Oct-06 7:31
andyr200529-Oct-06 7:31 
AnswerRe: Determine Framework Version Pin
UltraCoder29-Oct-06 10:02
UltraCoder29-Oct-06 10:02 
GeneralRe: Determine Framework Version Pin
andyr200529-Oct-06 10:12
andyr200529-Oct-06 10:12 
GeneralRe: Determine Framework Version Pin
UltraCoder29-Oct-06 10:24
UltraCoder29-Oct-06 10:24 
GeneralRe: Determine Framework Version Pin
Dave Kreskowiak29-Oct-06 16:57
mveDave Kreskowiak29-Oct-06 16:57 
GeneralRe: Determine Framework Version Pin
Richard Jones1-Nov-06 9:38
Richard Jones1-Nov-06 9:38 

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.