Click here to Skip to main content
15,894,291 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: help me in VB 6.0 Pin
Paul Conrad6-Aug-08 5:32
professionalPaul Conrad6-Aug-08 5:32 
AnswerRe: help me in VB 6.0 Pin
Tom Deketelaere6-Aug-08 0:02
professionalTom Deketelaere6-Aug-08 0:02 
AnswerRe: help me in VB 6.0 Pin
jzonthemtn6-Aug-08 4:24
jzonthemtn6-Aug-08 4:24 
AnswerRe: help me in VB 6.0 Pin
Paul Conrad6-Aug-08 5:30
professionalPaul Conrad6-Aug-08 5:30 
QuestionHave I screwed the pooch? Pin
Mycroft Holmes5-Aug-08 21:22
professionalMycroft Holmes5-Aug-08 21:22 
AnswerRe: Have I screwed the pooch? Pin
paas6-Aug-08 1:20
paas6-Aug-08 1:20 
GeneralRe: Have I screwed the pooch? Pin
Mycroft Holmes6-Aug-08 14:07
professionalMycroft Holmes6-Aug-08 14:07 
Questionwant to generate Pin
sathyan_82945-Aug-08 21:22
sathyan_82945-Aug-08 21:22 
hai all,
here i have a code to generate serial no in datagridview.

If e.RowIndex >= 0 AndAlso e.ColumnIndex = SLNo.Index Then
e.Value = e.RowIndex + 1 ' + 1 is becuase RowIndex is a zero based
End If

using above code,serial nos are displayed in ascending order.
but i want to display the serial nos in descending order.
so how to display the serial nos in descending order.
AnswerRe: want to generate Pin
Bardy855-Aug-08 21:40
Bardy855-Aug-08 21:40 
GeneralRe: want to generate Pin
sathyan_82945-Aug-08 22:07
sathyan_82945-Aug-08 22:07 
GeneralRe: want to generate Pin
Bardy855-Aug-08 22:47
Bardy855-Aug-08 22:47 
Questionshow wav Pin
morn20065-Aug-08 21:14
morn20065-Aug-08 21:14 
AnswerRe: show wav Pin
Steven J Jowett5-Aug-08 22:10
Steven J Jowett5-Aug-08 22:10 
AnswerRe: show wav Pin
sumit70345-Aug-08 22:49
sumit70345-Aug-08 22:49 
Questiondatagridview Pin
sathyan_82945-Aug-08 20:46
sathyan_82945-Aug-08 20:46 
AnswerRe: datagridview Pin
Mycroft Holmes5-Aug-08 21:25
professionalMycroft Holmes5-Aug-08 21:25 
AnswerRe: datagridview Pin
chandralekha5-Aug-08 23:31
chandralekha5-Aug-08 23:31 
QuestionHow to work with style element in WebBrowser control Pin
MAP Tiger5-Aug-08 12:03
MAP Tiger5-Aug-08 12:03 
AnswerRe: How to work with style element in WebBrowser control Pin
mghiassi6-Aug-08 7:46
mghiassi6-Aug-08 7:46 
GeneralRe: How to work with style element in WebBrowser control Pin
MAP Tiger6-Aug-08 8:38
MAP Tiger6-Aug-08 8:38 
QuestionForm Location Pin
CodingYoshi5-Aug-08 11:39
CodingYoshi5-Aug-08 11:39 
AnswerRe: Form Location Pin
Mycroft Holmes5-Aug-08 21:41
professionalMycroft Holmes5-Aug-08 21:41 
GeneralRe: Form Location Pin
CodingYoshi6-Aug-08 3:26
CodingYoshi6-Aug-08 3:26 
AnswerRe: Form Location Pin
Tom Deketelaere6-Aug-08 4:16
professionalTom Deketelaere6-Aug-08 4:16 
GeneralRe: Form Location Pin
CodingYoshi6-Aug-08 4:49
CodingYoshi6-Aug-08 4:49 

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.