Click here to Skip to main content
15,913,722 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How do I implement the Redo() Method in my code? Pin
MatrixCoder8-May-07 17:09
MatrixCoder8-May-07 17:09 
GeneralRe: How do I implement the Redo() Method in my code? Pin
josh04768-May-07 17:33
josh04768-May-07 17:33 
AnswerRe: How do I implement the Redo() Method in my code? Pin
Christian Graus8-May-07 17:14
protectorChristian Graus8-May-07 17:14 
QuestionHow to add remaining blank column at datagridview ? Pin
cheeken2u8-May-07 16:39
cheeken2u8-May-07 16:39 
AnswerRe: How to add remaining blank column at datagridview ? Pin
P P Vilsad8-May-07 21:26
P P Vilsad8-May-07 21:26 
Questionproblem running vb6 application in client side Pin
RohitRajPokhrel8-May-07 16:08
RohitRajPokhrel8-May-07 16:08 
Questiondatagrid refresh using updated dataset Pin
brendagv8-May-07 15:55
brendagv8-May-07 15:55 
QuestionSelect DataGrid Row Pin
New_Coder8-May-07 12:19
New_Coder8-May-07 12:19 
Does anyone know how to select a specific row in a datagrid without having to click on the grey box to the left of each row?

IE if I have a datagrid "My_DataGrid" that looks like below:

Line# Name
1 Bob
2 Joe
3 Mike


If I use the code below and click anyware on the data Grid (Ie on the Joe field) I get UserName = Bob

private Sub My_dataGrid.Click()
dim UserName as string

My_DataGrid.refresh

UserName = My_DataGrid.Colums("Name")
end sub


If I click on the Grey Box to the left of Joe I get UserName = Joe

Any Ideas


AnswerRe: Select DataGrid Row Pin
P P Vilsad8-May-07 16:02
P P Vilsad8-May-07 16:02 
GeneralRe: Select DataGrid Row Pin
New_Coder9-May-07 6:21
New_Coder9-May-07 6:21 
Questionlearn vb.net to connect to plc Pin
superappman8-May-07 11:46
superappman8-May-07 11:46 
QuestionUser Controls Pin
Ridge Howison8-May-07 11:33
Ridge Howison8-May-07 11:33 
QuestionCurrentrow syntax issue Pin
Hansduncan8-May-07 10:23
Hansduncan8-May-07 10:23 
AnswerRe: Currentrow syntax issue Pin
Hansduncan8-May-07 11:27
Hansduncan8-May-07 11:27 
QuestionClicking DropDownList item should do.. Pin
porsti8-May-07 10:12
porsti8-May-07 10:12 
AnswerRe: Clicking DropDownList item should do.. Pin
MatrixCoder8-May-07 10:18
MatrixCoder8-May-07 10:18 
AnswerRe: Clicking DropDownList item should do.. Pin
Sherin Iranimose8-May-07 18:54
Sherin Iranimose8-May-07 18:54 
GeneralRe: Clicking DropDownList item should do.. Pin
porsti9-May-07 19:41
porsti9-May-07 19:41 
GeneralActive Directory question Pin
Psycho-*Coder*-Extreme8-May-07 9:19
Psycho-*Coder*-Extreme8-May-07 9:19 
GeneralRe: Active Directory question Pin
Dave Kreskowiak8-May-07 10:10
mveDave Kreskowiak8-May-07 10:10 
GeneralRe: Active Directory question Pin
Psycho-*Coder*-Extreme8-May-07 10:28
Psycho-*Coder*-Extreme8-May-07 10:28 
GeneralRe: Active Directory question Pin
Dave Kreskowiak8-May-07 10:36
mveDave Kreskowiak8-May-07 10:36 
GeneralRe: Active Directory question Pin
Psycho-*Coder*-Extreme8-May-07 11:07
Psycho-*Coder*-Extreme8-May-07 11:07 
QuestionHow to make a program that is able to save data ? Pin
Me0w!8-May-07 8:13
Me0w!8-May-07 8:13 
AnswerRe: How to make a program that is able to save data ? Pin
Dave Kreskowiak8-May-07 8:16
mveDave Kreskowiak8-May-07 8:16 

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.