Click here to Skip to main content
15,919,358 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Passing a DataTable to a Sub Pin
Dave Kreskowiak2-Jul-07 10:13
mveDave Kreskowiak2-Jul-07 10:13 
GeneralRe: Passing a DataTable to a Sub Pin
HurricaneDan2-Jul-07 14:41
HurricaneDan2-Jul-07 14:41 
GeneralRe: Passing a DataTable to a Sub Pin
Dave Kreskowiak3-Jul-07 2:01
mveDave Kreskowiak3-Jul-07 2:01 
QuestionGet serial number of monitor Pin
ctlqt122-Jul-07 7:08
ctlqt122-Jul-07 7:08 
AnswerRe: Get serial number of monitor Pin
Dave Kreskowiak2-Jul-07 8:32
mveDave Kreskowiak2-Jul-07 8:32 
QuestionVirtual keyboard window focus and SendMessage. Pin
remarkpk112-Jul-07 6:20
remarkpk112-Jul-07 6:20 
Questionbutton on a datagrid cell Pin
cutequencher2-Jul-07 6:19
cutequencher2-Jul-07 6:19 
AnswerRe: button on a datagrid cell Pin
remarkpk112-Jul-07 6:26
remarkpk112-Jul-07 6:26 
Depending on where the new row is added, you can use a RowDoubleClick or Click event to process the data in that field. For example, if the row is added to the end of the data grid, you can use a collection of the rows and access the last element of the collection array directly.

Then, you could systematically go through the cells you want to extract the data out of by passing the column name to one of the functions provided by the data grid class (something like SelectedIndex() or Index() and then you pass the name of the column).

Hope this helps.
GeneralRe: button on a datagrid cell Pin
cutequencher2-Jul-07 6:29
cutequencher2-Jul-07 6:29 
GeneralRe: button on a datagrid cell Pin
remarkpk112-Jul-07 6:34
remarkpk112-Jul-07 6:34 
QuestionHide a property that isn't overridable... Pin
Nick Rioux2-Jul-07 3:46
Nick Rioux2-Jul-07 3:46 
AnswerRe: Hide a property that isn't overridable... Pin
originSH2-Jul-07 5:07
originSH2-Jul-07 5:07 
GeneralRe: Hide a property that isn't overridable... Pin
Nick Rioux2-Jul-07 5:14
Nick Rioux2-Jul-07 5:14 
GeneralRe: Hide a property that isn't overridable... Pin
originSH2-Jul-07 5:38
originSH2-Jul-07 5:38 
GeneralRe: Hide a property that isn't overridable... Pin
Luc Pattyn2-Jul-07 6:31
sitebuilderLuc Pattyn2-Jul-07 6:31 
GeneralRe: Hide a property that isn't overridable... Pin
originSH2-Jul-07 22:44
originSH2-Jul-07 22:44 
AnswerRe: Hide a property that isn't overridable... [modified] Pin
TwoFaced2-Jul-07 6:41
TwoFaced2-Jul-07 6:41 
QuestionConvert textbox value to Null if no entry in the TextBox vb.net Pin
Vimalsoft(Pty) Ltd2-Jul-07 3:31
professionalVimalsoft(Pty) Ltd2-Jul-07 3:31 
AnswerRe: Convert textbox value to Null if no entry in the TextBox vb.net Pin
Colin Angus Mackay2-Jul-07 3:38
Colin Angus Mackay2-Jul-07 3:38 
GeneralRe: Convert textbox value to Null if no entry in the TextBox vb.net Pin
Vimalsoft(Pty) Ltd2-Jul-07 3:49
professionalVimalsoft(Pty) Ltd2-Jul-07 3:49 
AnswerRe: Convert textbox value to Null if no entry in the TextBox vb.net Pin
Nick Rioux2-Jul-07 4:18
Nick Rioux2-Jul-07 4:18 
GeneralRe: Convert textbox value to Null if no entry in the TextBox vb.net [modified] Pin
Vimalsoft(Pty) Ltd2-Jul-07 4:44
professionalVimalsoft(Pty) Ltd2-Jul-07 4:44 
GeneralRe: Convert textbox value to Null if no entry in the TextBox vb.net Pin
Nick Rioux2-Jul-07 4:51
Nick Rioux2-Jul-07 4:51 
GeneralRe: Convert textbox value to Null if no entry in the TextBox vb.net Pin
Vimalsoft(Pty) Ltd2-Jul-07 5:04
professionalVimalsoft(Pty) Ltd2-Jul-07 5:04 
GeneralRe: Convert textbox value to Null if no entry in the TextBox vb.net [modified] Pin
Nick Rioux2-Jul-07 5:09
Nick Rioux2-Jul-07 5:09 

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.