Click here to Skip to main content
15,888,579 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help me ! Urgent. Pin
Sonia Gupta24-May-07 23:33
Sonia Gupta24-May-07 23:33 
GeneralRe: Help me ! Urgent. Pin
Colin Angus Mackay25-May-07 0:05
Colin Angus Mackay25-May-07 0:05 
AnswerRe: Help me ! Urgent. Pin
Tom Wright25-May-07 8:39
Tom Wright25-May-07 8:39 
AnswerHow many friggin' times do we have to tell you?!?!?! Pin
leckey25-May-07 18:00
leckey25-May-07 18:00 
QuestionReading from rtf file to DB Pin
samerh24-May-07 21:45
samerh24-May-07 21:45 
AnswerRe: Reading from rtf file to DB Pin
Dave Kreskowiak25-May-07 3:06
mveDave Kreskowiak25-May-07 3:06 
QuestionGetting values from datagridview and showing in relevant textboxes Pin
venkata lakshmi prasanna24-May-07 21:43
venkata lakshmi prasanna24-May-07 21:43 
AnswerRe: Getting values from datagridview and showing in relevant textboxes Pin
Rupesh Kumar Swami24-May-07 22:09
Rupesh Kumar Swami24-May-07 22:09 
hi,
Use this one at double click event of DatagridView
dim i as integer
i=datagridview.SelectedRows.Item(0).Index
' here 0 indicate first row from selected rows and rowno is store in var. i

txtecode.text=datagridview.rows(i).cells(0).tostring
' here i use first column of selected row(mean first row). u specify according to your requirement



Hope this Helps



Rupesh Kumar Swami
Software Engineer,
Integrated Solution,
Bikaner (India)

Questioncall a .css Pin
matjame24-May-07 21:35
matjame24-May-07 21:35 
AnswerRe: call a .css Pin
Vasudevan Deepak Kumar24-May-07 22:25
Vasudevan Deepak Kumar24-May-07 22:25 
AnswerRe: call a .css Pin
Guffa24-May-07 23:05
Guffa24-May-07 23:05 
GeneralRe: call a .css Pin
matjame24-May-07 23:59
matjame24-May-07 23:59 
GeneralRe: call a .css Pin
Colin Angus Mackay25-May-07 0:08
Colin Angus Mackay25-May-07 0:08 
AnswerRe: call a .css Pin
Guffa25-May-07 0:11
Guffa25-May-07 0:11 
QuestionHow to delete a particular row from a datagrid..? Pin
Balagurunathan S24-May-07 20:23
Balagurunathan S24-May-07 20:23 
AnswerRe: How to delete a particular row from a datagrid..? Pin
CPallini24-May-07 20:41
mveCPallini24-May-07 20:41 
AnswerRe: How to delete a particular row from a datagrid..? Pin
klaydze24-May-07 23:02
klaydze24-May-07 23:02 
QuestionWhat does it mean? Pin
Socheat.Net24-May-07 19:20
Socheat.Net24-May-07 19:20 
QuestionRe: What does it mean? Pin
Sonia Gupta24-May-07 19:56
Sonia Gupta24-May-07 19:56 
AnswerRe: What does it mean? Pin
Socheat.Net24-May-07 20:40
Socheat.Net24-May-07 20:40 
GeneralRe: What does it mean? Pin
Sonia Gupta24-May-07 20:49
Sonia Gupta24-May-07 20:49 
GeneralRe: What does it mean? Pin
Socheat.Net24-May-07 20:53
Socheat.Net24-May-07 20:53 
AnswerRe: What does it mean? Pin
venkata lakshmi prasanna24-May-07 21:47
venkata lakshmi prasanna24-May-07 21:47 
GeneralRe: What does it mean? Pin
Socheat.Net24-May-07 21:55
Socheat.Net24-May-07 21:55 
Questionwindows Pin
Sonia Gupta24-May-07 18:25
Sonia Gupta24-May-07 18:25 

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.