Click here to Skip to main content
16,005,339 members
Home / Discussions / C#
   

C#

 
GeneralRe: Cursor Clipping Pin
Heath Stewart29-Mar-04 9:13
protectorHeath Stewart29-Mar-04 9:13 
GeneralRe: Cursor Clipping Pin
Tristan Rhodes29-Mar-04 11:05
Tristan Rhodes29-Mar-04 11:05 
GeneralEvents Pin
Demian Panello29-Mar-04 4:40
Demian Panello29-Mar-04 4:40 
GeneralRe: Events Pin
Colin Angus Mackay29-Mar-04 5:11
Colin Angus Mackay29-Mar-04 5:11 
GeneralRe: Events Pin
Colin Angus Mackay29-Mar-04 5:13
Colin Angus Mackay29-Mar-04 5:13 
GeneralRe: Events Pin
Heath Stewart29-Mar-04 5:19
protectorHeath Stewart29-Mar-04 5:19 
GeneralSerializing /DeSerializing a class by itself Pin
MANJU_JOHN29-Mar-04 4:32
sussMANJU_JOHN29-Mar-04 4:32 
GeneralRe: Serializing /DeSerializing a class by itself Pin
Heath Stewart29-Mar-04 5:18
protectorHeath Stewart29-Mar-04 5:18 
It won't work when you deserialze (by default) since a new object is created from deserialization. What you probably could do is deserialize to a new object (a your Hashtable derivative) then enumerate through the DictionaryEntry objects (using the IDictionaryEnumerator from Hashtable.GetEnumerator) and add them back into your current instance. When the deserialized Hashtable falls out of scope, it will eventually be garbage collected.

 

Microsoft MVP, Visual C#
My Articles
GeneralCustom textbox with OnPaintBackground Pin
Stephen Birdsall29-Mar-04 3:59
Stephen Birdsall29-Mar-04 3:59 
GeneraltabPages Pin
bertcox29-Mar-04 2:50
bertcox29-Mar-04 2:50 
GeneralRe: tabPages Pin
Dave Kreskowiak29-Mar-04 4:09
mveDave Kreskowiak29-Mar-04 4:09 
GeneralRe: tabPages Pin
bertcox29-Mar-04 4:13
bertcox29-Mar-04 4:13 
GeneralRow moving Pin
basdanny29-Mar-04 1:45
basdanny29-Mar-04 1:45 
GeneralLong arithmetic Pin
Lego Bragis29-Mar-04 0:40
Lego Bragis29-Mar-04 0:40 
GeneralRe: Long arithmetic Pin
Dave Kreskowiak29-Mar-04 2:08
mveDave Kreskowiak29-Mar-04 2:08 
GeneralRe: Long arithmetic Pin
Lego Bragis29-Mar-04 7:35
Lego Bragis29-Mar-04 7:35 
GeneralRe: Long arithmetic Pin
Dave Kreskowiak29-Mar-04 7:48
mveDave Kreskowiak29-Mar-04 7:48 
GeneralRe: Long arithmetic Pin
Lego Bragis29-Mar-04 8:08
Lego Bragis29-Mar-04 8:08 
GeneralRe: Long arithmetic Pin
Spanky329-Mar-04 3:03
Spanky329-Mar-04 3:03 
GeneralIE DOM in C# Pin
Lego Bragis29-Mar-04 0:34
Lego Bragis29-Mar-04 0:34 
GeneralRe: IE DOM in C# Pin
Dave Kreskowiak29-Mar-04 2:11
mveDave Kreskowiak29-Mar-04 2:11 
GeneralRe: IE DOM in C# Pin
Heath Stewart29-Mar-04 4:20
protectorHeath Stewart29-Mar-04 4:20 
GeneralRe: IE DOM in C# Pin
Dave Kreskowiak30-Mar-04 1:49
mveDave Kreskowiak30-Mar-04 1:49 
QuestionHow to change URL of a WebService? Pin
User-37793628-Mar-04 23:44
User-37793628-Mar-04 23:44 
AnswerRe: How to change URL of a WebService? Pin
jillellamudi29-Mar-04 0:23
jillellamudi29-Mar-04 0:23 

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.