Click here to Skip to main content
15,920,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MDI Pin
Mekong River8-Jun-06 23:23
Mekong River8-Jun-06 23:23 
GeneralRe: MDI Pin
Socheat.Net8-Jun-06 23:29
Socheat.Net8-Jun-06 23:29 
GeneralRe: MDI Pin
Mekong River8-Jun-06 23:35
Mekong River8-Jun-06 23:35 
GeneralRe: MDI Pin
Socheat.Net8-Jun-06 23:40
Socheat.Net8-Jun-06 23:40 
GeneralRe: MDI Pin
Mekong River8-Jun-06 23:46
Mekong River8-Jun-06 23:46 
AnswerRe: MDI Pin
Mekong River8-Jun-06 23:09
Mekong River8-Jun-06 23:09 
Questionclick on the row in the datagrid in vb.net1.1 Pin
amaneet8-Jun-06 20:42
amaneet8-Jun-06 20:42 
AnswerRe: click on the row in the datagrid in vb.net1.1 [modified] Pin
TheFoZ8-Jun-06 22:06
TheFoZ8-Jun-06 22:06 
Create an event handler for the data grid. EIther Click or DoubleClick

Use this syntax to extract the data from the current row.

DataGrid.Item(Datagrid.CurrentRowIndex, ColumnNumber)

So if the First name is in Column 1 do
TextBox.Text = Ctype(DataGrid.Item(datagrid.CurrentRowIndex, 1), String)

Hope this helps


-- modified at 4:51 Friday 9th June, 2006
Questionexcel data entry form in vb.net 1.1 Pin
amaneet8-Jun-06 20:24
amaneet8-Jun-06 20:24 
AnswerRe: excel data entry form in vb.net 1.1 [modified] Pin
TheFoZ8-Jun-06 20:40
TheFoZ8-Jun-06 20:40 
GeneralRe: excel data entry form in vb.net 1.1 [modified] Pin
amaneet8-Jun-06 20:45
amaneet8-Jun-06 20:45 
GeneralRe: excel data entry form in vb.net 1.1 [modified] Pin
TheFoZ8-Jun-06 20:50
TheFoZ8-Jun-06 20:50 
GeneralRe: excel data entry form in vb.net 1.1 [modified] Pin
amaneet8-Jun-06 20:57
amaneet8-Jun-06 20:57 
GeneralRe: excel data entry form in vb.net 1.1 [modified] Pin
TheFoZ8-Jun-06 21:04
TheFoZ8-Jun-06 21:04 
GeneralRe: excel data entry form in vb.net 1.1 [modified] Pin
amaneet8-Jun-06 21:12
amaneet8-Jun-06 21:12 
GeneralRe: excel data entry form in vb.net 1.1 [modified] Pin
TheFoZ8-Jun-06 21:54
TheFoZ8-Jun-06 21:54 
QuestionWindows Service Pin
_mubashir8-Jun-06 19:48
_mubashir8-Jun-06 19:48 
AnswerRe: Windows Service Pin
Steve Pullan9-Jun-06 0:53
Steve Pullan9-Jun-06 0:53 
AnswerRe: Windows Service Pin
Dave Kreskowiak9-Jun-06 1:13
mveDave Kreskowiak9-Jun-06 1:13 
Questiondoes vb.net has Method to convert string to unicode and unicode to string? Pin
roitha8-Jun-06 17:32
roitha8-Jun-06 17:32 
AnswerRe: does vb.net has Method to convert string to unicode and unicode to string? Pin
progload8-Jun-06 21:39
progload8-Jun-06 21:39 
AnswerRe: does vb.net has Method to convert string to unicode and unicode to string? Pin
Mekong River8-Jun-06 23:48
Mekong River8-Jun-06 23:48 
QuestionCOPYDATASTRUCT Pin
smokepipes8-Jun-06 12:50
smokepipes8-Jun-06 12:50 
AnswerRe: COPYDATASTRUCT Pin
progload8-Jun-06 15:13
progload8-Jun-06 15:13 
GeneralRe: COPYDATASTRUCT Pin
smokepipes8-Jun-06 22:40
smokepipes8-Jun-06 22:40 

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.