Click here to Skip to main content
15,914,795 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: is there any code to change macro security mode.. Pin
Johan Hakkesteegt8-Jun-07 2:45
Johan Hakkesteegt8-Jun-07 2:45 
Questiontextboxes in datagridview Pin
Sonia Gupta3-Jun-07 18:05
Sonia Gupta3-Jun-07 18:05 
AnswerRe: textboxes in datagridview Pin
Dave Kreskowiak4-Jun-07 3:29
mveDave Kreskowiak4-Jun-07 3:29 
QuestionCreate word document based on existing template Pin
Mekong River3-Jun-07 17:49
Mekong River3-Jun-07 17:49 
QuestionAdd dll control at runtime Pin
smithdb3-Jun-07 5:53
smithdb3-Jun-07 5:53 
AnswerRe: Add dll control at runtime Pin
Tamimi - Code3-Jun-07 22:51
Tamimi - Code3-Jun-07 22:51 
Questionhow do i edit a selected row in datagrid? Pin
sathyan_82943-Jun-07 3:56
sathyan_82943-Jun-07 3:56 
AnswerRe: how do i edit a selected row in datagrid? Pin
Rupesh Kumar Swami3-Jun-07 20:59
Rupesh Kumar Swami3-Jun-07 20:59 
hi sathyan,
use following code at click event of edit menu

form2.nametextbox= Grid1.CurrentRow.Cells(0).Value.ToString
form2.agetextbox= Grid1.CurrentRow.Cells(1).Value.ToString
form2.rollnotextbox= Grid1.CurrentRow.Cells(2).Value.ToString
form2.addresstextbox= Grid1.CurrentRow.Cells(3).Value.ToString
form2.show

hope this helps

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

QuestionNeed help for a simple tile puzzle game Pin
marshmayllow3-Jun-07 2:58
marshmayllow3-Jun-07 2:58 
AnswerRe: Need help for a simple tile puzzle game Pin
Christian Graus3-Jun-07 18:21
protectorChristian Graus3-Jun-07 18:21 
QuestionGridview cutom control Pin
MahenBisht3-Jun-07 2:46
MahenBisht3-Jun-07 2:46 
QuestionToolstrip overflow button when DockStyle is not Top ? Pin
JW7382-Jun-07 23:33
JW7382-Jun-07 23:33 
QuestionSimple Case statement problem [modified] Pin
Visual Very Basic2-Jun-07 12:26
Visual Very Basic2-Jun-07 12:26 
AnswerRe: Simple Case statement problem Pin
Christian Graus2-Jun-07 13:17
protectorChristian Graus2-Jun-07 13:17 
GeneralRe: Simple Case statement problem Pin
Visual Very Basic2-Jun-07 13:48
Visual Very Basic2-Jun-07 13:48 
GeneralRe: Simple Case statement problem Pin
Dave Kreskowiak2-Jun-07 14:08
mveDave Kreskowiak2-Jun-07 14:08 
GeneralRe: Simple Case statement problem Pin
Visual Very Basic2-Jun-07 14:14
Visual Very Basic2-Jun-07 14:14 
GeneralRe: Simple Case statement problem Pin
Visual Very Basic2-Jun-07 14:31
Visual Very Basic2-Jun-07 14:31 
GeneralRe: Simple Case statement problem Pin
Dave Kreskowiak2-Jun-07 17:19
mveDave Kreskowiak2-Jun-07 17:19 
GeneralRe: Simple Case statement problem Pin
Visual Very Basic2-Jun-07 17:50
Visual Very Basic2-Jun-07 17:50 
GeneralRe: Simple Case statement problem Pin
Christian Graus2-Jun-07 18:56
protectorChristian Graus2-Jun-07 18:56 
GeneralRe: Simple Case statement problem Pin
Visual Very Basic2-Jun-07 19:15
Visual Very Basic2-Jun-07 19:15 
GeneralRe: Simple Case statement problem Pin
Christian Graus2-Jun-07 19:32
protectorChristian Graus2-Jun-07 19:32 
GeneralRe: Simple Case statement problem Pin
Visual Very Basic2-Jun-07 22:03
Visual Very Basic2-Jun-07 22:03 
GeneralRe: Simple Case statement problem Pin
Christian Graus3-Jun-07 1:30
protectorChristian Graus3-Jun-07 1: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.