Click here to Skip to main content
16,005,141 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to get internet connection speed ?? Pin
IvanBeograd17-Apr-06 8:58
IvanBeograd17-Apr-06 8:58 
GeneralRe: How to get internet connection speed ?? Pin
Dave Kreskowiak18-Apr-06 15:51
mveDave Kreskowiak18-Apr-06 15:51 
GeneralRe: How to get internet connection speed ?? Pin
IvanBeograd19-Apr-06 0:43
IvanBeograd19-Apr-06 0:43 
GeneralRe: How to get internet connection speed ?? Pin
Dave Kreskowiak19-Apr-06 1:26
mveDave Kreskowiak19-Apr-06 1:26 
GeneralRe: How to get internet connection speed ?? Pin
IvanBeograd19-Apr-06 1:41
IvanBeograd19-Apr-06 1:41 
Questionimage uploading Pin
TAREQ F ABUZUHRI15-Apr-06 9:46
TAREQ F ABUZUHRI15-Apr-06 9:46 
QuestionReading listview sibitems into an array Pin
mitsroff15-Apr-06 9:25
mitsroff15-Apr-06 9:25 
AnswerRe: Reading listview sibitems into an array Pin
mitsroff15-Apr-06 20:48
mitsroff15-Apr-06 20:48 
OK, I'll answer my own q. Here's one solution for those of you who have gotten into trouble with the mighty listview class...

For i As Integer = 0 To Me.MyListView.Items.Count - 1
Me.MyListView.Items(i).SubItems(5).Text
Next


'Where 5 is the index of the sixth column


QuestionHow to know that a Thread has finshed. Pin
cosma21715-Apr-06 5:38
cosma21715-Apr-06 5:38 
QuestionDamage variable Pin
Mr kilany15-Apr-06 3:16
Mr kilany15-Apr-06 3:16 
AnswerRe: Damage variable Pin
Dave Kreskowiak15-Apr-06 3:40
mveDave Kreskowiak15-Apr-06 3:40 
Questioncombobox show datagrid in VB.net Pin
vipinpaliwal198014-Apr-06 23:47
vipinpaliwal198014-Apr-06 23:47 
AnswerRe: combobox show datagrid in VB.net Pin
Mekong River15-Apr-06 23:19
Mekong River15-Apr-06 23:19 
QuestionMicrosoft Excel OLE in vb6 Pin
MohammadAmiry14-Apr-06 22:06
MohammadAmiry14-Apr-06 22:06 
AnswerRe: Microsoft Excel OLE in vb6 Pin
Mekong River15-Apr-06 23:22
Mekong River15-Apr-06 23:22 
GeneralRe: Microsoft Excel OLE in vb6 Pin
MohammadAmiry19-Apr-06 3:45
MohammadAmiry19-Apr-06 3:45 
GeneralRe: Microsoft Excel OLE in vb6 Pin
Mekong River19-Apr-06 3:48
Mekong River19-Apr-06 3:48 
GeneralThank you! Pin
MohammadAmiry22-Apr-06 3:14
MohammadAmiry22-Apr-06 3:14 
Questionproblem Pin
montee14-Apr-06 21:36
montee14-Apr-06 21:36 
AnswerRe: problem Pin
Great Shipra14-Apr-06 22:28
Great Shipra14-Apr-06 22:28 
AnswerRe: problem Pin
Mekong River15-Apr-06 23:23
Mekong River15-Apr-06 23:23 
Question3D Globe Pin
spelltwister14-Apr-06 13:48
spelltwister14-Apr-06 13:48 
AnswerRe: 3D Globe Pin
Ed.Poore15-Apr-06 23:33
Ed.Poore15-Apr-06 23:33 
GeneralRe: 3D Globe Pin
spelltwister28-Apr-06 18:41
spelltwister28-Apr-06 18:41 
GeneralRe: 3D Globe Pin
Ed.Poore28-Apr-06 23:32
Ed.Poore28-Apr-06 23:32 

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.