Click here to Skip to main content
15,893,508 members
Home / Discussions / C#
   

C#

 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
Heath Stewart24-Jan-06 15:45
protectorHeath Stewart24-Jan-06 15:45 
QuestionDefaultValueAttribute Pin
tylerl24-Jan-06 10:07
tylerl24-Jan-06 10:07 
AnswerRe: DefaultValueAttribute Pin
Heath Stewart24-Jan-06 11:30
protectorHeath Stewart24-Jan-06 11:30 
QuestionSelf-deleting hashtable entries Pin
User 665824-Jan-06 10:02
User 665824-Jan-06 10:02 
AnswerRe: Self-deleting hashtable entries Pin
tylerl24-Jan-06 10:11
tylerl24-Jan-06 10:11 
GeneralRe: Self-deleting hashtable entries Pin
User 665824-Jan-06 12:58
User 665824-Jan-06 12:58 
AnswerRe: Self-deleting hashtable entries Pin
tarasn24-Jan-06 10:14
tarasn24-Jan-06 10:14 
GeneralRe: Self-deleting hashtable entries Pin
Dan Neely24-Jan-06 10:43
Dan Neely24-Jan-06 10:43 
GeneralRe: Self-deleting hashtable entries Pin
tarasn24-Jan-06 11:24
tarasn24-Jan-06 11:24 
GeneralRe: Self-deleting hashtable entries Pin
User 665824-Jan-06 12:56
User 665824-Jan-06 12:56 
GeneralRe: Self-deleting hashtable entries Pin
tarasn24-Jan-06 20:41
tarasn24-Jan-06 20:41 
QuestionManaged DirectX Question. Pin
cvetant24-Jan-06 9:03
cvetant24-Jan-06 9:03 
AnswerRe: Managed DirectX Question. Pin
James Gupta24-Jan-06 9:36
professionalJames Gupta24-Jan-06 9:36 
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 

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.