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

C#

 
GeneralRe: TabControl Pin
Luis Alonso Ramos27-Jul-05 7:01
Luis Alonso Ramos27-Jul-05 7:01 
GeneralRe: TabControl Pin
zaboboa27-Jul-05 7:34
zaboboa27-Jul-05 7:34 
GeneralRe: TabControl Pin
Luis Alonso Ramos27-Jul-05 7:40
Luis Alonso Ramos27-Jul-05 7:40 
GeneralRe: TabControl Pin
zaboboa27-Jul-05 7:53
zaboboa27-Jul-05 7:53 
GeneralRe: TabControl Pin
Luis Alonso Ramos27-Jul-05 7:58
Luis Alonso Ramos27-Jul-05 7:58 
GeneralCustom cursor as resource Pin
Will L Pittenger26-Jul-05 6:26
Will L Pittenger26-Jul-05 6:26 
GeneralRe: Custom cursor as resource Pin
[Marc]26-Jul-05 8:37
[Marc]26-Jul-05 8:37 
GeneralRe: Custom cursor as resource Pin
Will L Pittenger26-Jul-05 13:18
Will L Pittenger26-Jul-05 13:18 
GeneralRe: Custom cursor as resource Pin
[Marc]26-Jul-05 14:11
[Marc]26-Jul-05 14:11 
GeneralRe: Custom cursor as resource Pin
Will L Pittenger27-Jul-05 7:18
Will L Pittenger27-Jul-05 7:18 
GeneralRe: Custom cursor as resource Pin
[Marc]27-Jul-05 8:21
[Marc]27-Jul-05 8:21 
GeneralRe: Custom cursor as resource Pin
Will L Pittenger27-Jul-05 10:02
Will L Pittenger27-Jul-05 10:02 
GeneralRe: Custom cursor as resource Pin
[Marc]27-Jul-05 10:50
[Marc]27-Jul-05 10:50 
GeneralRe: Custom cursor as resource Pin
Will L Pittenger27-Jul-05 17:44
Will L Pittenger27-Jul-05 17:44 
GeneralRe: Custom cursor as resource Pin
[Marc]27-Jul-05 20:12
[Marc]27-Jul-05 20:12 
GeneralMemory Leak Pin
dbetting26-Jul-05 6:06
dbetting26-Jul-05 6:06 
GeneralRe: Memory Leak Pin
Steve Maier26-Jul-05 7:18
professionalSteve Maier26-Jul-05 7:18 
GeneralRe: Memory Leak Pin
S. Senthil Kumar26-Jul-05 7:43
S. Senthil Kumar26-Jul-05 7:43 
GeneralRe: Memory Leak [EDITED] Pin
Dave Kreskowiak26-Jul-05 10:14
mveDave Kreskowiak26-Jul-05 10:14 
GeneralRe: Memory Leak [EDITED] Pin
Dan Neely27-Jul-05 2:52
Dan Neely27-Jul-05 2:52 
GeneralRe: Memory Leak [EDITED] Pin
Dave Kreskowiak27-Jul-05 6:33
mveDave Kreskowiak27-Jul-05 6:33 
QuestionHow to Convert Microsoft Excel sheet data into XML data Pin
dsrao26-Jul-05 5:58
dsrao26-Jul-05 5:58 
AnswerRe: How to Convert Microsoft Excel sheet data into XML data Pin
Dan Neely26-Jul-05 6:51
Dan Neely26-Jul-05 6:51 
GeneralPasing messages in remoting Pin
machocr26-Jul-05 5:25
machocr26-Jul-05 5:25 
QuestionHow to serialize/deserialize tree-like object? Pin
soniko26-Jul-05 5:13
soniko26-Jul-05 5:13 
I have class marked for serialization:

[Serializable]
public class DEMO
{
public DEMO[] ChildElements;
}

How can write code for serialization/deserialization in XML for such class? I need the shortest piece of code and without (if possible) manual working with XML nodes.

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.