Click here to Skip to main content
15,887,477 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Memory oddness Pin
Ray Cassick24-Feb-05 6:29
Ray Cassick24-Feb-05 6:29 
GeneralRe: Memory oddness Pin
Turok_4_2_024-Feb-05 14:22
Turok_4_2_024-Feb-05 14:22 
GeneralRe: Memory oddness Pin
Andy Brummer24-Feb-05 8:09
sitebuilderAndy Brummer24-Feb-05 8:09 
GeneralChange path of "obj" directory in .NET Pin
Mohammed Saleem23-Feb-05 0:02
Mohammed Saleem23-Feb-05 0:02 
GeneralProblems with process spawning Pin
usman.ghani22-Feb-05 8:11
usman.ghani22-Feb-05 8:11 
GeneralRe: Problems with process spawning Pin
S. Senthil Kumar22-Feb-05 18:09
S. Senthil Kumar22-Feb-05 18:09 
GeneralRe: Problems with process spawning Pin
usman.ghani26-Feb-05 3:15
usman.ghani26-Feb-05 3:15 
Generalcreate copy of a hashtable... Pin
Ray Cassick21-Feb-05 19:09
Ray Cassick21-Feb-05 19:09 
UGH! Why is this so hard?

It's not really hard, just annowuying that I have to do it.

All I want to do is copy one hashtable from here to there

dim firstHashtable as NewHashtable
dim secondHashtable as new Hashtable

firstHashtable.Add("Key1", "Value1")
firstHashtable.Add("key2", "Value2")

secondHashtable = firstHashtable

I don't want a shallow copy, or a shallow clone... no fancy shmancy pointer stuff.. all I want is is a second copy of the hashtable.

There is a Copy method, but noooooooooo, that copies the contents fo some funky array...

UGH!


Paul Watson wrote:
"At the end of the day it is what you produce that counts, not how many doctorates you have on the wall."
George Carlin wrote:
"Don't sweat the petty things, and don't pet the sweaty things."
Jörgen Sigvardsson wrote:
If the physicists find a universal theory describing the laws of universe, I'm sure the a**hole constant will be an integral part of that theory.


GeneralRe: create copy of a hashtable... Pin
S. Senthil Kumar22-Feb-05 18:07
S. Senthil Kumar22-Feb-05 18:07 
GeneralLoading Assembly from a Web Service Pin
Vadim Tabakman21-Feb-05 18:29
Vadim Tabakman21-Feb-05 18:29 
Generalwindows application write to console Pin
krealiza21-Feb-05 16:42
krealiza21-Feb-05 16:42 
GeneralRe: windows application write to console Pin
Rei Miyasaka22-Feb-05 17:35
Rei Miyasaka22-Feb-05 17:35 
GeneralRe: windows application write to console Pin
krealiza22-Feb-05 17:57
krealiza22-Feb-05 17:57 
GeneralRe: windows application write to console Pin
Rei Miyasaka22-Feb-05 18:00
Rei Miyasaka22-Feb-05 18:00 
GeneralRe: windows application write to console Pin
krealiza22-Feb-05 18:13
krealiza22-Feb-05 18:13 
GeneralRe: windows application write to console Pin
Rei Miyasaka22-Feb-05 18:40
Rei Miyasaka22-Feb-05 18:40 
GeneralWebService Ticks must be between Pin
Vadim Tabakman21-Feb-05 14:54
Vadim Tabakman21-Feb-05 14:54 
GeneralCan't see anything (DirectX) Pin
truonghongquan21-Feb-05 14:41
truonghongquan21-Feb-05 14:41 
GeneralRe: Can't see anything (DirectX) Pin
truonghongquan1-Mar-05 15:04
truonghongquan1-Mar-05 15:04 
GeneralInstaller Files (prevent overwrite) Pin
swcrissman21-Feb-05 10:52
swcrissman21-Feb-05 10:52 
GeneralRe: Installer Files (prevent overwrite) Pin
rwestgraham23-Feb-05 13:32
rwestgraham23-Feb-05 13:32 
GeneralRe: Installer Files (prevent overwrite) Pin
swcrissman25-Feb-05 10:57
swcrissman25-Feb-05 10:57 
General.net Remoting Question Pin
occcy20-Feb-05 22:23
occcy20-Feb-05 22:23 
GeneralRe: .net Remoting Question Pin
S. Senthil Kumar21-Feb-05 15:23
S. Senthil Kumar21-Feb-05 15:23 
GeneralSocket polling Pin
Magnus2720-Feb-05 7:44
Magnus2720-Feb-05 7:44 

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.