Click here to Skip to main content
15,911,896 members
Home / Discussions / C#
   

C#

 
Generalservice that collect files.. Pin
japanreddy16-Jun-04 6:48
japanreddy16-Jun-04 6:48 
GeneralRe: service that collect files.. Pin
Colin Angus Mackay16-Jun-04 7:17
Colin Angus Mackay16-Jun-04 7:17 
GeneralRe: service that collect files.. Pin
japanreddy16-Jun-04 7:22
japanreddy16-Jun-04 7:22 
GeneralRe: service that collect files.. Pin
Colin Angus Mackay16-Jun-04 8:48
Colin Angus Mackay16-Jun-04 8:48 
GeneralRe: service that collect files.. Pin
japanreddy16-Jun-04 9:13
japanreddy16-Jun-04 9:13 
GeneralChange OLE Link Path in a word document Pin
ASerfes16-Jun-04 6:22
professionalASerfes16-Jun-04 6:22 
Questioncan i capture the double click event of a CELL in a windows datagrd? Pin
robmays16-Jun-04 6:14
robmays16-Jun-04 6:14 
AnswerRe: can i capture the double click event of a CELL in a windows datagrd? Pin
Heath Stewart16-Jun-04 8:59
protectorHeath Stewart16-Jun-04 8:59 
Even handling the WM_PARENTNOTIFY message won't work (it will receive the WM_LBUTTONDOWN message, but you can just as easily handle DataGrid.CurrentCellChanged) because once the cell is in edit more, the hosted control is what is handling windows messages.

My recommendation is to just handle the DataGrid.CurrentCellChanged with a little logic to determine when the user is picking a cell (or may no additional logic is required).

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: can i capture the double click event of a CELL in a windows datagrd? Pin
robmays16-Jun-04 9:27
robmays16-Jun-04 9:27 
GeneralRe: can i capture the double click event of a CELL in a windows datagrd? Pin
robmays16-Jun-04 10:59
robmays16-Jun-04 10:59 
GeneralDesign Question Pin
matthias s.16-Jun-04 5:35
matthias s.16-Jun-04 5:35 
GeneralRe: Design Question Pin
Colin Angus Mackay16-Jun-04 5:42
Colin Angus Mackay16-Jun-04 5:42 
GeneralRe: Design Question Pin
matthias s.16-Jun-04 5:49
matthias s.16-Jun-04 5:49 
GeneralRe: Design Question Pin
Colin Angus Mackay16-Jun-04 6:07
Colin Angus Mackay16-Jun-04 6:07 
GeneralRe: Design Question Pin
matthias s.16-Jun-04 6:22
matthias s.16-Jun-04 6:22 
GeneralRe: Design Question Pin
Steven Campbell16-Jun-04 6:18
Steven Campbell16-Jun-04 6:18 
GeneralRe: Design Question Pin
Serge Lobko-Lobanovsky16-Jun-04 6:26
Serge Lobko-Lobanovsky16-Jun-04 6:26 
GeneralRe: Design Question Pin
Colin Angus Mackay16-Jun-04 6:31
Colin Angus Mackay16-Jun-04 6:31 
Generalpreserving same type information Pin
avneeshb16-Jun-04 5:19
avneeshb16-Jun-04 5:19 
GeneralRe: preserving same type information Pin
Serge Lobko-Lobanovsky16-Jun-04 6:54
Serge Lobko-Lobanovsky16-Jun-04 6:54 
GeneralRe: preserving same type information Pin
avneeshb16-Jun-04 8:50
avneeshb16-Jun-04 8:50 
GeneralProject references! Pin
goldoche16-Jun-04 5:15
goldoche16-Jun-04 5:15 
GeneralRe: Project references! Pin
goldoche16-Jun-04 5:37
goldoche16-Jun-04 5:37 
GeneralCustom control Pin
liko16-Jun-04 5:15
liko16-Jun-04 5:15 
GeneralRe: Custom control Pin
Stefan Troschuetz16-Jun-04 5:24
Stefan Troschuetz16-Jun-04 5:24 

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.