Click here to Skip to main content
15,898,134 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: vb 2005 web app date problem Pin
Andy_L_J4-Nov-07 16:47
Andy_L_J4-Nov-07 16:47 
QuestionConnection Change in deployment package Pin
mhaneefa3-Nov-07 6:45
mhaneefa3-Nov-07 6:45 
AnswerRe: Connection Change in deployment package Pin
AliAmjad3-Nov-07 9:04
AliAmjad3-Nov-07 9:04 
GeneralRe: Connection Change in deployment package Pin
mhaneefa4-Nov-07 7:49
mhaneefa4-Nov-07 7:49 
QuestionWinsock with SSL ? Pin
Dan Suthar3-Nov-07 6:36
professionalDan Suthar3-Nov-07 6:36 
AnswerRe: Winsock with SSL ? Pin
AliAmjad3-Nov-07 9:02
AliAmjad3-Nov-07 9:02 
GeneralRe: Winsock with SSL ? Pin
Dan Suthar4-Nov-07 5:21
professionalDan Suthar4-Nov-07 5:21 
QuestionPlease help me to sort an tow dimensional array with repeating numbers in that array Pin
anpm3-Nov-07 4:26
anpm3-Nov-07 4:26 
A two dimensional array contains two columns, one column with numbers 0 to 45 and another column with a sum number . i want to sort this array in descending order with the corresponding index.

the code is below
i am not getting what to do when they are same
the array is like
0 1 2 3 4
5 7 5 11 7
Dim row As Integer
Dim col As Integer
Dim temp(1) As String
Dim rec As Integer
For row = 0 To 46 - 2
For col = row + 1 To 46 - 1
If fileArray(row, 1) > fileArray(col, 1) Then
For rec = 0 To 1
temp(rec) = fileArray(row, rec)
Next
For rec = 0 To 1
fileArray(row, rec) = fileArray(col, rec)
Next
For rec = 0 To 1
fileArray(col, rec) = temp(rec)
Next
ElseIf fileArray(row, 1) = fileArray(col, 1) Then
what to write here ?
End If
Next
Next
AnswerRe: Please help me to sort an tow dimensional array with repeating numbers in that array Pin
Paul Conrad3-Nov-07 5:26
professionalPaul Conrad3-Nov-07 5:26 
AnswerRe: Please help me to sort an tow dimensional array with repeating numbers in that array Pin
Guffa3-Nov-07 11:27
Guffa3-Nov-07 11:27 
JokeRe: Please help me to sort an tow dimensional array with repeating numbers in that array Pin
Paul Conrad3-Nov-07 13:09
professionalPaul Conrad3-Nov-07 13:09 
QuestionDatagridtextbox with a button in it Pin
Salman Sheikh3-Nov-07 2:55
Salman Sheikh3-Nov-07 2:55 
QuestionVB password help Pin
arranmc1823-Nov-07 2:20
arranmc1823-Nov-07 2:20 
AnswerRe: VB password help Pin
AliAmjad3-Nov-07 5:03
AliAmjad3-Nov-07 5:03 
GeneralRe: VB password help Pin
arranmc1823-Nov-07 8:18
arranmc1823-Nov-07 8:18 
GeneralRe: VB password help Pin
AliAmjad3-Nov-07 8:52
AliAmjad3-Nov-07 8:52 
AnswerRe: VB password help Pin
Paul Conrad3-Nov-07 5:28
professionalPaul Conrad3-Nov-07 5:28 
AnswerRe: VB password help Pin
Dan Suthar4-Nov-07 5:29
professionalDan Suthar4-Nov-07 5:29 
QuestionPropertyBag Pin
danasegaranea3-Nov-07 1:53
danasegaranea3-Nov-07 1:53 
QuestionManintain session Pin
~V~3-Nov-07 1:37
~V~3-Nov-07 1:37 
AnswerRe: Manintain session Pin
pmarfleet3-Nov-07 6:46
pmarfleet3-Nov-07 6:46 
Questiongetting sql server-2005 backups from vb.net 2005 Pin
kishore lkumar2-Nov-07 20:35
kishore lkumar2-Nov-07 20:35 
QuestionLooping through a array of strcutres Pin
Benny_Lava2-Nov-07 19:37
Benny_Lava2-Nov-07 19:37 
AnswerRe: Looping through a array of strcutres Pin
Christian Graus2-Nov-07 21:02
protectorChristian Graus2-Nov-07 21:02 
AnswerRe: Looping through a array of strcutres Pin
MohammadAmiry3-Nov-07 0:15
MohammadAmiry3-Nov-07 0:15 

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.