Click here to Skip to main content
15,920,708 members
Home / Discussions / C#
   

C#

 
GeneralAckermann Function Pin
pmasknguyen4-May-04 4:26
pmasknguyen4-May-04 4:26 
GeneralRe: Ackermann Function Pin
Bill Dean4-May-04 4:38
Bill Dean4-May-04 4:38 
GeneralRe: Ackermann Function Pin
Dave Kreskowiak4-May-04 4:50
mveDave Kreskowiak4-May-04 4:50 
GeneralCalling c++ function (callback) from managed code. Pin
venkatareddym4-May-04 4:15
venkatareddym4-May-04 4:15 
GeneralRe: Calling c++ function (callback) from managed code. Pin
Heath Stewart4-May-04 4:29
protectorHeath Stewart4-May-04 4:29 
Generalsort a Datagrid Pin
bertcox4-May-04 3:27
bertcox4-May-04 3:27 
GeneralRe: sort a Datagrid Pin
Heath Stewart4-May-04 3:56
protectorHeath Stewart4-May-04 3:56 
GeneralRe: sort a Datagrid Pin
bertcox4-May-04 20:49
bertcox4-May-04 20:49 
GeneralRe: sort a Datagrid Pin
Heath Stewart5-May-04 3:00
protectorHeath Stewart5-May-04 3:00 
QuestionHow to change system date in .NET Pin
Anonymous4-May-04 3:24
Anonymous4-May-04 3:24 
AnswerRe: How to change system date in .NET Pin
Colin Angus Mackay4-May-04 3:31
Colin Angus Mackay4-May-04 3:31 
GeneralRe: How to change system date in .NET Pin
Heath Stewart4-May-04 3:35
protectorHeath Stewart4-May-04 3:35 
GeneralRe: How to change system date in .NET Pin
Jeff Varszegi4-May-04 7:14
professionalJeff Varszegi4-May-04 7:14 
GeneralRe: How to change system date in .NET Pin
Heath Stewart4-May-04 8:03
protectorHeath Stewart4-May-04 8:03 
GeneralRe: How to change system date in .NET Pin
Jeff Varszegi4-May-04 8:22
professionalJeff Varszegi4-May-04 8:22 
GeneralRe: How to change system date in .NET Pin
Heath Stewart4-May-04 8:27
protectorHeath Stewart4-May-04 8:27 
GeneralRe: How to change system date in .NET Pin
Jeff Varszegi4-May-04 8:33
professionalJeff Varszegi4-May-04 8:33 
GeneralRe: How to change system date in .NET Pin
Heath Stewart4-May-04 8:46
protectorHeath Stewart4-May-04 8:46 
GeneralRe: How to change system date in .NET Pin
eggie54-May-04 15:50
eggie54-May-04 15:50 
GeneralUpdate dataset Pin
Appelz4-May-04 2:39
Appelz4-May-04 2:39 
GeneralRe: Update dataset Pin
Heath Stewart4-May-04 4:31
protectorHeath Stewart4-May-04 4:31 
Why are you reading it back in and then deleting it? The DataSet remains unchanged after using WriteXml. If you want to accept changes made to the DataSet, call DataSet.AcceptChanges().

 

Microsoft MVP, Visual C#
My Articles
Generalassociate the ContextMenu Pin
cristina_tudor4-May-04 2:23
cristina_tudor4-May-04 2:23 
GeneralRe: associate the ContextMenu Pin
Bill Dean4-May-04 4:28
Bill Dean4-May-04 4:28 
GeneralRe: associate the ContextMenu Pin
Mike Dimmick4-May-04 5:29
Mike Dimmick4-May-04 5:29 
GeneralRe: associate the ContextMenu Pin
Bill Dean4-May-04 5:47
Bill Dean4-May-04 5:47 

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.