Click here to Skip to main content
16,015,969 members
Home / Discussions / C#
   

C#

 
AnswerRe: Which is faster?? Pin
yoaz22-Oct-04 7:34
yoaz22-Oct-04 7:34 
AnswerRe: Which is faster?? Pin
Jankinsoo22-Oct-04 19:01
Jankinsoo22-Oct-04 19:01 
GeneralMFC/C++ app can't acquire C# mutex Pin
sjhart22-Oct-04 0:44
sjhart22-Oct-04 0:44 
GeneralRe: MFC/C++ app can't acquire C# mutex Pin
Uwe Keim23-Oct-04 4:49
sitebuilderUwe Keim23-Oct-04 4:49 
Generalhook 2 forms Pin
StateOfTrance21-Oct-04 22:54
StateOfTrance21-Oct-04 22:54 
GeneralRe: hook 2 forms Pin
Alex Korchemniy22-Oct-04 18:49
Alex Korchemniy22-Oct-04 18:49 
GeneralEvents in DataGrid Pin
Anonymous21-Oct-04 21:12
Anonymous21-Oct-04 21:12 
GeneralRe: Events in DataGrid Pin
KSEI22-Oct-04 0:50
KSEI22-Oct-04 0:50 
Because your problem is not very clear to me, I assume that your datagrid's data source is from a dataset.
You can try set an event handler for one of these dataset events.
1. RowChanged
2. RowChanging
3. ColumnChanged
4. ColumnChanging

For the changing event, it occurs when data is changing. You can cancel or accept the changes in this event.
For the changed event, it occurs when data has been changed successfully.
GeneralRe: Events in DataGrid Pin
Anonymous22-Oct-04 3:38
Anonymous22-Oct-04 3:38 
GeneralCompiler / parser that gives types and methods Pin
Stefan Henze21-Oct-04 21:08
sussStefan Henze21-Oct-04 21:08 
GeneralRe: Compiler / parser that gives types and methods Pin
leppie21-Oct-04 22:38
leppie21-Oct-04 22:38 
GeneralRe: Compiler / parser that gives types and methods Pin
Stefan Henze22-Oct-04 15:09
sussStefan Henze22-Oct-04 15:09 
GeneralRe: Compiler / parser that gives types and methods Pin
leppie22-Oct-04 20:27
leppie22-Oct-04 20:27 
GeneralSharing classes... Pin
Peff21-Oct-04 21:03
Peff21-Oct-04 21:03 
QuestionHow to pass the GUID of usb to api SetupDiGetClassDevs()? Pin
momer21-Oct-04 18:37
momer21-Oct-04 18:37 
QuestionCan I set ListView.SmallImageList handle to system's ImageList? Pin
Anonymous21-Oct-04 18:18
Anonymous21-Oct-04 18:18 
GeneralReturning data from console application Pin
Carl Mercier21-Oct-04 18:05
Carl Mercier21-Oct-04 18:05 
GeneralRe: Returning data from console application Pin
Peff21-Oct-04 21:25
Peff21-Oct-04 21:25 
GeneralRe: Returning data from console application Pin
Carl Mercier22-Oct-04 2:40
Carl Mercier22-Oct-04 2:40 
GeneralRe: Returning data from console application Pin
Carl Mercier22-Oct-04 3:05
Carl Mercier22-Oct-04 3:05 
GeneralWeekly Reports Pin
Tim DuBois21-Oct-04 17:30
Tim DuBois21-Oct-04 17:30 
GeneralRe: Weekly Reports Pin
KSEI22-Oct-04 1:28
KSEI22-Oct-04 1:28 
GeneralDisable Alt-Tab and windows key Pin
GA-BOYZ21-Oct-04 16:57
GA-BOYZ21-Oct-04 16:57 
GeneralRe: Disable Alt-Tab and windows key Pin
benjymous22-Oct-04 4:21
benjymous22-Oct-04 4:21 
GeneralRe: Disable Alt-Tab and windows key Pin
Anonymous22-Oct-04 4:37
Anonymous22-Oct-04 4:37 

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.