Click here to Skip to main content
15,910,787 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Comparing images using the GetPixel Method (2) Pin
Christian Graus11-Apr-07 10:53
protectorChristian Graus11-Apr-07 10:53 
QuestionSQL SERVER Pin
Socheat.Net10-Apr-07 22:43
Socheat.Net10-Apr-07 22:43 
AnswerRe: SQL SERVER Pin
Colin Angus Mackay10-Apr-07 22:49
Colin Angus Mackay10-Apr-07 22:49 
AnswerRe: SQL SERVER Pin
_mubashir10-Apr-07 22:49
_mubashir10-Apr-07 22:49 
AnswerRe: SQL SERVER Pin
Christian Graus10-Apr-07 22:52
protectorChristian Graus10-Apr-07 22:52 
QuestionHelp with reports Pin
Jats_4ru10-Apr-07 22:08
Jats_4ru10-Apr-07 22:08 
AnswerRe: Help with reports Pin
Dave Kreskowiak11-Apr-07 4:54
mveDave Kreskowiak11-Apr-07 4:54 
Questionagain stumped with arraylists Pin
srikanthdevsql10-Apr-07 21:58
srikanthdevsql10-Apr-07 21:58 
This is the code:
1.Dim mm As ArrayList = New ArrayList
2.Dim i As Integer
3. For i = 0 To intTotParam - 1
mm.Add(arrInputFileData(arrPosition(i)))
Next
4. Dim ss As String() = mm.Item(0)
5. MessageBox.Show(ss(0))

I am getting the error "Specified cast is not valid" at line 4.
Actually i need to sort the arraylist and find the largest element.
Retrieving the strings that has been added in the arraylists is of primary importance in my project and needed at many places.
Please help me out
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 
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 

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.