Click here to Skip to main content
15,896,606 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Need Assistance on OLEDragDrop and Drag methods Pin
Kschuler1-Jun-09 9:48
Kschuler1-Jun-09 9:48 
GeneralRe: Need Assistance on OLEDragDrop and Drag methods Pin
ymilan1-Jun-09 13:48
ymilan1-Jun-09 13:48 
QuestionVB.net Monitor Database Table Edits Pin
liona1-Jun-09 4:29
liona1-Jun-09 4:29 
AnswerRe: VB.net Monitor Database Table Edits Pin
ScottM11-Jun-09 4:46
ScottM11-Jun-09 4:46 
QuestionDataGrid Editing Pin
MacIntyre31-May-09 23:05
MacIntyre31-May-09 23:05 
AnswerRe: DataGrid Editing Pin
Jay Royall1-Jun-09 0:33
Jay Royall1-Jun-09 0:33 
GeneralRe: DataGrid Editing Pin
MacIntyre1-Jun-09 3:57
MacIntyre1-Jun-09 3:57 
GeneralRe: DataGrid Editing Pin
Jay Royall1-Jun-09 4:24
Jay Royall1-Jun-09 4:24 
Sorry my friend but I am fairly new to programming and haven't had any experience using the DataGrid control, I've only used the DataGridView control. To get data out of the DataGridView can depend on how you populate the grid, if the grid is databound then you can get the data from the data source, otherwise using something like:
dgrMyGrid.Rows(2).Cells("Comments").Value
will get data from the column named 'Comments' on the 3rd row for the DataGridView control, may well be different for the DataGrid control but a little Googling will explain all!

Sorry I can't be of more help.
GeneralRe: DataGrid Editing Pin
MacIntyre1-Jun-09 4:40
MacIntyre1-Jun-09 4:40 
GeneralRe: DataGrid Editing Pin
Dave Kreskowiak1-Jun-09 5:05
mveDave Kreskowiak1-Jun-09 5:05 
GeneralRe: DataGrid Editing Pin
MacIntyre1-Jun-09 4:45
MacIntyre1-Jun-09 4:45 
GeneralRe: DataGrid Editing Pin
Dave Kreskowiak1-Jun-09 5:07
mveDave Kreskowiak1-Jun-09 5:07 
GeneralRe: DataGrid Editing Pin
MacIntyre1-Jun-09 5:28
MacIntyre1-Jun-09 5:28 
GeneralRe: DataGrid Editing Pin
Dave Kreskowiak1-Jun-09 6:15
mveDave Kreskowiak1-Jun-09 6:15 
GeneralRe: DataGrid Editing Pin
MacIntyre1-Jun-09 6:32
MacIntyre1-Jun-09 6:32 
GeneralRe: DataGrid Editing Pin
MacIntyre1-Jun-09 4:37
MacIntyre1-Jun-09 4:37 
Question[Visual Basic 6.0] Convert string to unicode for command line Pin
blurboy31-May-09 22:04
blurboy31-May-09 22:04 
AnswerRe: [Visual Basic 6.0] Convert string to unicode for command line Pin
Dave Kreskowiak1-Jun-09 1:51
mveDave Kreskowiak1-Jun-09 1:51 
AnswerRe: [Visual Basic 6.0] Convert string to unicode for command line Pin
CPallini1-Jun-09 2:30
mveCPallini1-Jun-09 2:30 
Questionsum up rows in excel Pin
priy@31-May-09 21:29
priy@31-May-09 21:29 
AnswerRe: sum up rows in excel Pin
Dalek Dave31-May-09 21:35
professionalDalek Dave31-May-09 21:35 
GeneralRe: sum up rows in excel Pin
priy@31-May-09 21:44
priy@31-May-09 21:44 
GeneralRe: sum up rows in excel Pin
Dalek Dave31-May-09 22:42
professionalDalek Dave31-May-09 22:42 
GeneralRe: sum up rows in excel Pin
priy@31-May-09 23:27
priy@31-May-09 23:27 
GeneralRe: sum up rows in excel Pin
Dalek Dave31-May-09 23:39
professionalDalek Dave31-May-09 23:39 

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.