Jon Box's Weblog

 


.NET Articles by the Atomic group

MSDN RDs









Subscribe to "Jon Box's Weblog" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

 

 

  Thursday, January 08, 2004


If you have ever needed to depend on the order of data in a HybridDictionary, be sure to put the data in backwards.  For example,

Dim HD As New HybridDictionary
HD.Add("Alpha", "some value")
HD.Add("Omega", "some value")

Dim myDE As DictionaryEntry
For Each myDE In HD
    Debug.WriteLine(myDE.Key)
Next myDE

Yields the following:
Omega
Alpha

 


12:17:05 AM    comment []

http://www.systemwebmail.com

This FAQ addresses questions and problems with System.Web.Mail (SWM).
It starts with an Introduction and Programming Samples. It concludes with resolutions to challenging errors and other resources.


12:06:55 AM    comment []


Click here to visit the Radio UserLand website. © Copyright 2004 Jon Box.
Last update: 9/1/2004; 12:05:24 AM.

January 2004
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Dec   Feb