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

Visual Basic

 
AnswerRe: class Pin
leckey16-Aug-07 3:24
leckey16-Aug-07 3:24 
Questiontreeview scrollbars Pin
lee2315-Aug-07 16:02
lee2315-Aug-07 16:02 
AnswerRe: treeview scrollbars Pin
Tom Deketelaere15-Aug-07 20:53
professionalTom Deketelaere15-Aug-07 20:53 
GeneralRe: treeview scrollbars Pin
lee2315-Aug-07 21:11
lee2315-Aug-07 21:11 
GeneralRe: treeview scrollbars Pin
Tom Deketelaere15-Aug-07 21:21
professionalTom Deketelaere15-Aug-07 21:21 
GeneralRe: treeview scrollbars Pin
lee2315-Aug-07 22:22
lee2315-Aug-07 22:22 
GeneralRe: treeview scrollbars Pin
Tom Deketelaere15-Aug-07 22:44
professionalTom Deketelaere15-Aug-07 22:44 
QuestionLooping thru one column Pin
zchwllms15-Aug-07 10:12
zchwllms15-Aug-07 10:12 
Hello all I have a datagrid that i need to loop through the column called TABLE_NAME and use all the cells that end with the word "Data". ANY help is appreciated. I have included a small snippet:

Dim dt As DataTable = acc_connect.GetSchema("tables")

GridView1.DataSource = dt
GridView1.SelectAll()
For Each r As DataGridViewCell In GridView1.SelectedCells

Dim str As String = r.Value.ToString
Dim i As Integer = str.IndexOf("Data")
If Not i = -1 Then

But this in no way works, thanks in advance!!!
AnswerRe: Looping thru one column Pin
Luc Pattyn15-Aug-07 10:26
sitebuilderLuc Pattyn15-Aug-07 10:26 
QuestionRe: Looping thru one column Pin
zchwllms15-Aug-07 10:39
zchwllms15-Aug-07 10:39 
AnswerRe: Looping thru one column Pin
Luc Pattyn15-Aug-07 10:56
sitebuilderLuc Pattyn15-Aug-07 10:56 
GeneralRe: Looping thru one column Pin
zchwllms15-Aug-07 11:01
zchwllms15-Aug-07 11:01 
GeneralRe: Looping thru one column Pin
Luc Pattyn15-Aug-07 11:36
sitebuilderLuc Pattyn15-Aug-07 11:36 
GeneralRe: Looping thru one column Pin
zchwllms15-Aug-07 11:46
zchwllms15-Aug-07 11:46 
AnswerRe: Looping thru one column Pin
GuyThiebaut16-Aug-07 5:28
professionalGuyThiebaut16-Aug-07 5:28 
GeneralRe: Looping thru one column Pin
zchwllms16-Aug-07 5:55
zchwllms16-Aug-07 5:55 
QuestionSelected Text Pin
Taylor Kobani15-Aug-07 8:33
Taylor Kobani15-Aug-07 8:33 
AnswerRe: Selected Text Pin
Luc Pattyn15-Aug-07 9:07
sitebuilderLuc Pattyn15-Aug-07 9:07 
AnswerRe: Selected Text Pin
Dave Kreskowiak15-Aug-07 9:22
mveDave Kreskowiak15-Aug-07 9:22 
AnswerRe: Selected Text Pin
DigiOz Multimedia15-Aug-07 11:56
DigiOz Multimedia15-Aug-07 11:56 
GeneralRe: Selected Text Pin
Zia Ul Haq Soofi15-Aug-07 21:50
Zia Ul Haq Soofi15-Aug-07 21:50 
GeneralRe: Selected Text Pin
Taylor Kobani16-Aug-07 0:05
Taylor Kobani16-Aug-07 0:05 
GeneralRe: Selected Text Pin
DigiOz Multimedia16-Aug-07 4:07
DigiOz Multimedia16-Aug-07 4:07 
QuestionSelect all from datagridview Pin
Froz3n15-Aug-07 8:27
Froz3n15-Aug-07 8:27 
AnswerRe: Select all from datagridview Pin
Taylor Kobani15-Aug-07 8:42
Taylor Kobani15-Aug-07 8:42 

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.