Click here to Skip to main content
15,894,337 members
Home / Discussions / C#
   

C#

 
GeneralRe: Checking for range of numbers Pin
OriginalGriff12-Dec-15 22:53
mveOriginalGriff12-Dec-15 22:53 
AnswerRe: Checking for range of numbers Pin
harold aptroot12-Dec-15 22:41
harold aptroot12-Dec-15 22:41 
GeneralRe: Checking for range of numbers Pin
Eytukan16-Dec-15 4:00
Eytukan16-Dec-15 4:00 
AnswerRe: Checking for range of numbers Pin
Luc Pattyn14-Dec-15 11:07
sitebuilderLuc Pattyn14-Dec-15 11:07 
GeneralRe: Checking for range of numbers Pin
Eytukan16-Dec-15 3:59
Eytukan16-Dec-15 3:59 
QuestionCurrent datagrid row not being selected Pin
Member 1144944710-Dec-15 0:46
Member 1144944710-Dec-15 0:46 
AnswerRe: Current datagrid row not being selected Pin
Richard Deeming10-Dec-15 2:36
mveRichard Deeming10-Dec-15 2:36 
GeneralRe: Current datagrid row not being selected Pin
Member 1144944710-Dec-15 3:49
Member 1144944710-Dec-15 3:49 
That´s exactly the problem I described with other words. It is selecting the previous row, not the one where the mouse is clicked. But this only happens if the cell selected is empty, because if I write in the cell and click the button, that same row is the current row, not the previous one. That´s what the following code is telling:

MessageBox.Show(grid_lic.CurrentCell.ColumnIndex.ToString()); MessageBox.Show(grid_lic.CurrentCell.RowIndex.ToString());

I don't know where is the source of the problem. Any clue?
GeneralRe: Current datagrid row not being selected Pin
Richard Deeming10-Dec-15 4:18
mveRichard Deeming10-Dec-15 4:18 
GeneralRe: Current datagrid row not being selected Pin
Member 1144944710-Dec-15 5:34
Member 1144944710-Dec-15 5:34 
GeneralRe: Current datagrid row not being selected Pin
Richard Deeming10-Dec-15 5:53
mveRichard Deeming10-Dec-15 5:53 
GeneralRe: Current datagrid row not being selected Pin
Member 1144944714-Dec-15 6:25
Member 1144944714-Dec-15 6:25 
GeneralRe: Current datagrid row not being selected Pin
Member 1144944714-Dec-15 7:08
Member 1144944714-Dec-15 7:08 
GeneralRe: Current datagrid row not being selected Pin
Eddy Vluggen10-Dec-15 4:43
professionalEddy Vluggen10-Dec-15 4:43 
Questionwhy do not SetFocus row for the GridView when using the Thread ? Pin
Member 24584679-Dec-15 21:20
Member 24584679-Dec-15 21:20 
AnswerRe: why do not SetFocus row for the GridView when using the Thread ? Pin
Simon_Whale9-Dec-15 21:58
Simon_Whale9-Dec-15 21:58 
GeneralC# ECG Analysis Algorithm Pin
Member 121973799-Dec-15 18:45
Member 121973799-Dec-15 18:45 
GeneralRe: C# ECG Analysis Algorithm Pin
Mycroft Holmes9-Dec-15 19:00
professionalMycroft Holmes9-Dec-15 19:00 
GeneralRe: C# ECG Analysis Algorithm Pin
Eddy Vluggen10-Dec-15 4:46
professionalEddy Vluggen10-Dec-15 4:46 
GeneralRe: C# ECG Analysis Algorithm Pin
Gerry Schmitz11-Dec-15 7:14
mveGerry Schmitz11-Dec-15 7:14 
GeneralHow I Can Make My Program With Multiple Language For Forms In C# ? Pin
eng_aza9-Dec-15 15:07
eng_aza9-Dec-15 15:07 
GeneralRe: How I Can Make My Program With Multiple Language For Forms In C# ? Pin
Mycroft Holmes9-Dec-15 19:03
professionalMycroft Holmes9-Dec-15 19:03 
GeneralRe: How I Can Make My Program With Multiple Language For Forms In C# ? Pin
Gerry Schmitz11-Dec-15 7:15
mveGerry Schmitz11-Dec-15 7:15 
QuestionSolid color image vs Panel with BackColor Pin
David Sattler9-Dec-15 5:34
David Sattler9-Dec-15 5:34 
AnswerRe: Solid color image vs Panel with BackColor Pin
OriginalGriff9-Dec-15 5:48
mveOriginalGriff9-Dec-15 5:48 

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.