Click here to Skip to main content
15,918,742 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionagain stumped with arraylists Pin
srikanthdevsql10-Apr-07 21:58
srikanthdevsql10-Apr-07 21:58 
AnswerRe: again stumped with arraylists Pin
Zaegra10-Apr-07 22:04
Zaegra10-Apr-07 22:04 
GeneralRe: again stumped with arraylists Pin
srikanthdevsql10-Apr-07 22:09
srikanthdevsql10-Apr-07 22:09 
GeneralRe: again stumped with arraylists Pin
Christian Graus10-Apr-07 22:37
protectorChristian Graus10-Apr-07 22:37 
Questionto string cannot be used Pin
srikanthdevsql10-Apr-07 23:52
srikanthdevsql10-Apr-07 23:52 
AnswerRe: to string cannot be used Pin
_mubashir11-Apr-07 1:37
_mubashir11-Apr-07 1:37 
AnswerRe: to string cannot be used Pin
Christian Graus11-Apr-07 2:00
protectorChristian Graus11-Apr-07 2:00 
AnswerRe: again stumped with arraylists Pin
Dave Kreskowiak11-Apr-07 4:48
mveDave Kreskowiak11-Apr-07 4:48 
srikanth_nair wrote:
Dim ss As String() = mm.Item(0)


It doesn't work because you tried to convert an object (you didn't say what was stored in arrPosition()), stored in element 0, to an Array of Strings as specified by your String() declaration.

I believe it should have been:
Dim ss As String = mm.Item(0).ToString()



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questiondatabase and VB.Net Pin
Mshapis10-Apr-07 21:57
Mshapis10-Apr-07 21:57 
AnswerRe: database and VB.Net Pin
Colin Angus Mackay10-Apr-07 22:17
Colin Angus Mackay10-Apr-07 22:17 
QuestionComparing images using the GetPixel method Pin
Zaegra10-Apr-07 21:56
Zaegra10-Apr-07 21:56 
AnswerRe: Comparing images using the GetPixel method Pin
Christian Graus10-Apr-07 22:39
protectorChristian Graus10-Apr-07 22:39 
Questionhow to play Url through window media player Pin
onrivman10-Apr-07 21:41
onrivman10-Apr-07 21:41 
AnswerRe: how to play Url through window media player Pin
Dave Kreskowiak11-Apr-07 4:46
mveDave Kreskowiak11-Apr-07 4:46 
QuestionPrevent Certain EXE program from running Pin
chitzdacs10-Apr-07 21:38
chitzdacs10-Apr-07 21:38 
AnswerRe: Prevent Certain EXE program from running Pin
Christian Graus10-Apr-07 22:39
protectorChristian Graus10-Apr-07 22:39 
AnswerRe: Prevent Certain EXE program from running Pin
Dave Kreskowiak11-Apr-07 4:41
mveDave Kreskowiak11-Apr-07 4:41 
QuestionHow to rotate images? Pin
Diego F.10-Apr-07 21:24
Diego F.10-Apr-07 21:24 
AnswerRe: How to rotate images? Pin
Zaegra10-Apr-07 22:00
Zaegra10-Apr-07 22:00 
GeneralRe: How to rotate images? Pin
Diego F.10-Apr-07 22:11
Diego F.10-Apr-07 22:11 
GeneralRe: How to rotate images? Pin
Christian Graus10-Apr-07 22:40
protectorChristian Graus10-Apr-07 22:40 
GeneralRe: How to rotate images? Pin
Zaegra10-Apr-07 22:47
Zaegra10-Apr-07 22:47 
GeneralRe: How to rotate images? Pin
Diego F.10-Apr-07 23:01
Diego F.10-Apr-07 23:01 
GeneralRe: How to rotate images? Pin
Krish - KP10-Apr-07 23:17
Krish - KP10-Apr-07 23:17 
GeneralRe: How to rotate images? Pin
Diego F.10-Apr-07 23:30
Diego F.10-Apr-07 23:30 

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.