Click here to Skip to main content
15,886,578 members
Home / Discussions / C#
   

C#

 
GeneralRe: Managed DirectX Question. Pin
cvetant24-Jan-06 9:45
cvetant24-Jan-06 9:45 
GeneralRe: Managed DirectX Question. Pin
James Gupta24-Jan-06 11:36
professionalJames Gupta24-Jan-06 11:36 
GeneralRe: Managed DirectX Question. Pin
cvetant24-Jan-06 11:46
cvetant24-Jan-06 11:46 
QuestionSerialization Question Pin
LighthouseJ24-Jan-06 8:39
LighthouseJ24-Jan-06 8:39 
AnswerRe: Serialization Question Pin
Le centriste24-Jan-06 9:59
Le centriste24-Jan-06 9:59 
GeneralRe: Serialization Question Pin
LighthouseJ24-Jan-06 10:11
LighthouseJ24-Jan-06 10:11 
GeneralRe: Serialization Question Pin
Le centriste24-Jan-06 10:14
Le centriste24-Jan-06 10:14 
AnswerRe: Serialization Question Pin
tarasn24-Jan-06 10:04
tarasn24-Jan-06 10:04 
You must put XMLArray and XmlArrayItem attributes as shown in code below:
<br />
[XmlArray ("MyItems"), XmlArrayItem("MyItem", typeof(MyItem))]<br />
public ArrayList MyItems = new ArrayList();<br />

The output XML should be in following form
<MyItems> <br />
<MyItem/><br />
<MyItem/><br />
</MyItems><br />

Of course the MyItem class must be serializable too.. Smile | :)

DevIntelligence.com - My blog for .Net Developers
GeneralRe: Serialization Question Pin
LighthouseJ24-Jan-06 10:13
LighthouseJ24-Jan-06 10:13 
QuestionPrinting problem... Pin
Stanciu Vlad24-Jan-06 7:26
Stanciu Vlad24-Jan-06 7:26 
QuestionHow to get the previous selected index of a tab? Pin
bouli24-Jan-06 5:42
bouli24-Jan-06 5:42 
AnswerRe: How to get the previous selected index of a tab? Pin
leppie24-Jan-06 6:32
leppie24-Jan-06 6:32 
AnswerRe: How to get the previous selected index of a tab? Pin
James Gupta24-Jan-06 9:37
professionalJames Gupta24-Jan-06 9:37 
GeneralRe: How to get the previous selected index of a tab? Pin
James Gupta24-Jan-06 9:46
professionalJames Gupta24-Jan-06 9:46 
GeneralRe: How to get the previous selected index of a tab? Pin
leppie24-Jan-06 11:59
leppie24-Jan-06 11:59 
QuestionPassword Encryption Pin
zaboboa24-Jan-06 4:45
zaboboa24-Jan-06 4:45 
AnswerRe: Password Encryption Pin
Judah Gabriel Himango24-Jan-06 4:55
sponsorJudah Gabriel Himango24-Jan-06 4:55 
GeneralRe: Password Encryption Pin
zaboboa24-Jan-06 5:03
zaboboa24-Jan-06 5:03 
GeneralRe: Password Encryption Pin
Judah Gabriel Himango24-Jan-06 7:56
sponsorJudah Gabriel Himango24-Jan-06 7:56 
AnswerRe: Password Encryption Pin
Colin Angus Mackay24-Jan-06 4:56
Colin Angus Mackay24-Jan-06 4:56 
GeneralRe: Password Encryption Pin
zaboboa24-Jan-06 5:01
zaboboa24-Jan-06 5:01 
QuestionHow to print a file? Pin
empty.at24-Jan-06 4:44
empty.at24-Jan-06 4:44 
AnswerRe: How to print a file? Pin
Judah Gabriel Himango24-Jan-06 4:57
sponsorJudah Gabriel Himango24-Jan-06 4:57 
Question.net 2.0 Pin
fmardani24-Jan-06 4:41
fmardani24-Jan-06 4:41 
AnswerRe: .net 2.0 Pin
Judah Gabriel Himango24-Jan-06 4:53
sponsorJudah Gabriel Himango24-Jan-06 4:53 

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.