Click here to Skip to main content
15,885,278 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to safely Form.Invoke from another thread? Pin
michal.kreslik25-Jul-07 21:43
michal.kreslik25-Jul-07 21:43 
GeneralRe: How to safely Form.Invoke from another thread? Pin
michal.kreslik25-Jul-07 23:13
michal.kreslik25-Jul-07 23:13 
QuestionGROUP BY RECORD IN GRIDVIEW & EXPORT TO EXCEL Pin
krishanpanda25-Jul-07 1:07
krishanpanda25-Jul-07 1:07 
QuestionNeed VSD for asp.net case study Pin
Banjo Ayorinde25-Jul-07 1:05
Banjo Ayorinde25-Jul-07 1:05 
AnswerRe: Need VSD for asp.net case study Pin
UglyxXXx25-Jul-07 23:25
UglyxXXx25-Jul-07 23:25 
QuestionDataGridView Pin
sangramkp25-Jul-07 0:48
sangramkp25-Jul-07 0:48 
AnswerRe: DataGridView Pin
Tormod Fjeldskaar25-Jul-07 1:00
Tormod Fjeldskaar25-Jul-07 1:00 
Questiondatagrid focus Pin
praveenkumar palla25-Jul-07 0:45
praveenkumar palla25-Jul-07 0:45 
present functionality:
on load the datagridview's selection mode is "FullRowSelect".
on clicking "Rename" button i am changing the selection mode to "CellSelect"(only the column is editable) and selecting that cell of the selected row index and then double clicking on that cell we able type(cursor is focusing to that cell) the code is

dgvLasers.EditingPanel.Visible = true;
bEdit = true;
dgvLasers.SelectionMode = DataGridViewSelectionMode.CellSelect;
dgvLasers.Rows[intIndex].Cells[1].Selected = true;

but a small change required
on clicking "Rename" button only the cell shold be selected and cursor should be focused to that cell (i.e. without clicking on the cell we should able to type or replace the text)

please help me on this

Thanks in advance

praveen Kumar palla
AnswerRe: datagrid focus Pin
Nouman Bhatti25-Jul-07 2:46
Nouman Bhatti25-Jul-07 2:46 
QuestionHiding Form after loading another Pin
Banjo Ayorinde25-Jul-07 0:12
Banjo Ayorinde25-Jul-07 0:12 
AnswerRe: Hiding Form after loading another Pin
Eduard Keilholz25-Jul-07 0:21
Eduard Keilholz25-Jul-07 0:21 
AnswerRe: Hiding Form after loading another Pin
PhilDanger25-Jul-07 3:51
PhilDanger25-Jul-07 3:51 
QuestionHiding Form after loading another Pin
Banjo Ayorinde25-Jul-07 0:09
Banjo Ayorinde25-Jul-07 0:09 
QuestionCreating a web based report in win app Pin
Banjo Ayorinde25-Jul-07 0:02
Banjo Ayorinde25-Jul-07 0:02 
Questionhoe to pass parameter in crystal report dynamically? Pin
help as an alias25-Jul-07 0:00
help as an alias25-Jul-07 0:00 
AnswerRe: hoe to pass parameter in crystal report dynamically? Pin
Nouman Bhatti25-Jul-07 2:54
Nouman Bhatti25-Jul-07 2:54 
GeneralRe: hoe to pass parameter in crystal report dynamically? Pin
help as an alias25-Jul-07 3:00
help as an alias25-Jul-07 3:00 
Questionmouse event Pin
cyn824-Jul-07 23:56
cyn824-Jul-07 23:56 
AnswerRe: mouse event Pin
Eduard Keilholz25-Jul-07 0:22
Eduard Keilholz25-Jul-07 0:22 
AnswerRe: mouse event Pin
Martin#25-Jul-07 0:29
Martin#25-Jul-07 0:29 
QuestionC# Screensaver Pin
Identity Undisclosed24-Jul-07 23:52
Identity Undisclosed24-Jul-07 23:52 
AnswerRe: C# Screensaver Pin
Martin#24-Jul-07 23:57
Martin#24-Jul-07 23:57 
QuestionColor GroupBox Pin
mjelten24-Jul-07 21:32
mjelten24-Jul-07 21:32 
AnswerRe: Color GroupBox Pin
Jon Hulatt24-Jul-07 23:03
Jon Hulatt24-Jul-07 23:03 
GeneralRe: Color GroupBox Pin
mjelten24-Jul-07 23:12
mjelten24-Jul-07 23:12 

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.