Click here to Skip to main content
15,922,407 members
Home / Discussions / C#
   

C#

 
GeneralRe: UnhandledExceptionEventHandler Pin
Nick Parker28-May-02 17:01
protectorNick Parker28-May-02 17:01 
GeneralRe: UnhandledExceptionEventHandler Pin
James T. Johnson28-May-02 19:14
James T. Johnson28-May-02 19:14 
GeneralRe: UnhandledExceptionEventHandler Pin
Nick Parker29-May-02 1:39
protectorNick Parker29-May-02 1:39 
GeneralRe: UnhandledExceptionEventHandler Pin
Rama Krishna Vavilala29-May-02 4:18
Rama Krishna Vavilala29-May-02 4:18 
GeneralRe: UnhandledExceptionEventHandler Pin
Nick Parker29-May-02 5:08
protectorNick Parker29-May-02 5:08 
QuestionCan I do multiple selection onDatagrid in WinForms? Pin
28-May-02 5:34
suss28-May-02 5:34 
Generalcreate xml for collection class Pin
sharon28-May-02 1:58
sharon28-May-02 1:58 
GeneralRe: create xml for collection class Pin
James T. Johnson28-May-02 8:33
James T. Johnson28-May-02 8:33 
The collection must be strongly typed in order for the XML Serializer to work. Specifically the indexer must return the type and the IEnumerator implementation of Current must return the same type.

There are a couple different strongly typed generators out there, my favorite is CollectionGen from Chris Sells. There is another from Microsoft, which you can find on the GotDotNet website.

HTH,

James

Simplicity Rules!
GeneralRe: create xml for collection class Pin
sharon28-May-02 19:15
sharon28-May-02 19:15 
QuestionWhat the ¤#& is the use of Interfaces!!! Pin
Rickard Andersson2028-May-02 1:28
Rickard Andersson2028-May-02 1:28 
AnswerRe: What the ¤#& is the use of Interfaces!!! Pin
Nish Nishant28-May-02 4:02
sitebuilderNish Nishant28-May-02 4:02 
AnswerRe: What the ¤#& is the use of Interfaces!!! Pin
James T. Johnson28-May-02 8:27
James T. Johnson28-May-02 8:27 
GeneralRe: What the ¤#& is the use of Interfaces!!! Pin
Nish Nishant28-May-02 14:47
sitebuilderNish Nishant28-May-02 14:47 
GeneralRe: What the ¤#& is the use of Interfaces!!! Pin
James T. Johnson28-May-02 14:53
James T. Johnson28-May-02 14:53 
GeneralScaling a transparent 256 colors gif or png with GDI+ Pin
27-May-02 22:33
suss27-May-02 22:33 
GeneralRe: Scaling a transparent 256 colors gif or png with GDI+ Pin
James T. Johnson28-May-02 8:29
James T. Johnson28-May-02 8:29 
GeneralRe: Scaling a transparent 256 colors gif or png with GDI+ Pin
Todd Smith30-May-02 7:11
Todd Smith30-May-02 7:11 
QuestionHow can I use the libraries on runtime? Pin
Vu Truong27-May-02 22:10
Vu Truong27-May-02 22:10 
AnswerRe: How can I use the libraries on runtime? Pin
Nish Nishant28-May-02 1:07
sitebuilderNish Nishant28-May-02 1:07 
GeneralConverting Windows Forms to Web Forms using C# Pin
27-May-02 18:22
suss27-May-02 18:22 
GeneralVersioning Pin
27-May-02 18:05
suss27-May-02 18:05 
GeneralRe: Versioning Pin
James T. Johnson28-May-02 8:36
James T. Johnson28-May-02 8:36 
GeneralRe: Versioning Pin
29-May-02 9:55
suss29-May-02 9:55 
GeneralCalling default mail client...... Pin
Pranoti27-May-02 7:35
Pranoti27-May-02 7:35 
GeneralRe: Calling default mail client...... Pin
Rocky Moore27-May-02 8:46
Rocky Moore27-May-02 8:46 

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.