Click here to Skip to main content
15,891,629 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataSets vs Serviced Component Pin
Ista6-Aug-03 10:26
Ista6-Aug-03 10:26 
GeneralRe: DataSets vs Serviced Component Pin
schockp6-Aug-03 20:45
schockp6-Aug-03 20:45 
GeneralRe: DataSets vs Serviced Component Pin
Ista7-Aug-03 6:21
Ista7-Aug-03 6:21 
Generaldiff. threads access gui resource Pin
zecodela4-Aug-03 21:19
zecodela4-Aug-03 21:19 
GeneralRe: diff. threads access gui resource Pin
Furty4-Aug-03 21:53
Furty4-Aug-03 21:53 
QuestionListView drag drop example? Pin
azusakt4-Aug-03 15:41
azusakt4-Aug-03 15:41 
AnswerRe: ListView drag drop example? Pin
Khang Nguyen5-Aug-03 12:17
Khang Nguyen5-Aug-03 12:17 
GeneralDatagrid CurrentCellChanged problem Pin
work_to_live4-Aug-03 14:07
work_to_live4-Aug-03 14:07 
I have an ArrayList bound to a datagrid. I've developed a method of validating the data entered in the TextBoxes, and forcing the user to re-enter invalid data. Unfortunately, I use the CurrentCellChanged event to test if it's necessary to move the selection back to the cell with the invalid data in it. It works fine with one exception. If you're at the end of a row of data, and press the TAB key (return is fine), you get an extra CurrentCellChanged event. The first one takes you to the beginning of the same row, and the next one takes you to the next row! This messes with my logic that determines if it's necessary to move the selection back to the cell with the error in it.

Is there some way to inhibit the handling of the TAB key once you've determined that you want to select another cell?


GeneralRe: Datagrid CurrentCellChanged problem Pin
Ista8-Aug-03 19:25
Ista8-Aug-03 19:25 
Generaloledbcommand Pin
K4reem4-Aug-03 13:14
K4reem4-Aug-03 13:14 
GeneralRe: oledbcommand Pin
Ista4-Aug-03 17:58
Ista4-Aug-03 17:58 
GeneralRe: oledbcommand Pin
K4reem5-Aug-03 3:53
K4reem5-Aug-03 3:53 
GeneralRe: oledbcommand Pin
Ista5-Aug-03 9:33
Ista5-Aug-03 9:33 
GeneralRe: oledbcommand Pin
K4reem5-Aug-03 9:51
K4reem5-Aug-03 9:51 
GeneralRe: oledbcommand Pin
Ista5-Aug-03 9:57
Ista5-Aug-03 9:57 
GeneralScrolling and drawing with GDI+ and Windows Forms Pin
Arun Bhalla4-Aug-03 12:38
Arun Bhalla4-Aug-03 12:38 
GeneralRe: Scrolling and drawing with GDI+ and Windows Forms Pin
Furty4-Aug-03 15:12
Furty4-Aug-03 15:12 
GeneralRe: Scrolling and drawing with GDI+ and Windows Forms Pin
Arun Bhalla5-Aug-03 6:00
Arun Bhalla5-Aug-03 6:00 
Generalget rows returned from data adapter Pin
mikemilano4-Aug-03 11:46
mikemilano4-Aug-03 11:46 
GeneralRe: get rows returned from data adapter Pin
Alexander Kojevnikov4-Aug-03 22:15
Alexander Kojevnikov4-Aug-03 22:15 
GeneralRe: get rows returned from data adapter Pin
mikemilano5-Aug-03 3:47
mikemilano5-Aug-03 3:47 
GeneralSmall C#, VS2003, CheckedListBox, Intellisense question Pin
Robert L. Edwards4-Aug-03 11:05
Robert L. Edwards4-Aug-03 11:05 
Generalregex functions Pin
mikemilano4-Aug-03 9:40
mikemilano4-Aug-03 9:40 
GeneralRe: regex functions Pin
Eric Gunnerson (msft)4-Aug-03 9:54
Eric Gunnerson (msft)4-Aug-03 9:54 
GeneralRe: regex functions Pin
mikemilano4-Aug-03 10:27
mikemilano4-Aug-03 10:27 

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.