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

.NET (Core and Framework)

 
GeneralADOCE.NET Pin
Abbas_Riazi20-May-05 0:15
professionalAbbas_Riazi20-May-05 0:15 
GeneralWhy any of the mouse events not working on lonhorn? :-( Pin
mmsspp19-May-05 22:14
mmsspp19-May-05 22:14 
GeneralInterop Call to FindWindow() Pin
RFID Chris19-May-05 13:34
RFID Chris19-May-05 13:34 
GeneralMy blog! Pin
Carl Mercier19-May-05 9:25
Carl Mercier19-May-05 9:25 
GeneralProblem in Compact Framework with DataGrid Pin
gnewtzie19-May-05 4:07
gnewtzie19-May-05 4:07 
General64 bit Platform Pin
sukasukabo19-May-05 0:29
sukasukabo19-May-05 0:29 
GeneralReference variables aready initialized Pin
KaptinKrunch18-May-05 8:38
KaptinKrunch18-May-05 8:38 
GeneralRe: Reference variables aready initialized Pin
Robert Rohde18-May-05 8:52
Robert Rohde18-May-05 8:52 
No it wont take up much memory! If you pass your HashTable to another form only a reference to that single HashTable is passed. So the memory usage is just 4 byte (on a 32 bit os). This also means changing the HashTable in one place also changes it everywhere else you passed the reference to.

If you still dont want to pass the HashTable around and you only need one instance of it in your whole application declare the variable in your main form public static. This way everyone can access it with MyMainFormClassName.MyPublicHashTableVariable.
GeneralRe: Reference variables aready initialized Pin
KaptinKrunch18-May-05 11:08
KaptinKrunch18-May-05 11:08 
GeneralRe: Reference variables aready initialized Pin
Marc Clifton18-May-05 9:32
mvaMarc Clifton18-May-05 9:32 
General.net Setup Project......want to read registry key Pin
Stakale18-May-05 7:35
Stakale18-May-05 7:35 
GeneralRe: .net Setup Project......want to read registry key Pin
MoustafaS18-May-05 8:00
MoustafaS18-May-05 8:00 
GeneralDeserialization from an unserialized file Pin
eussam18-May-05 4:30
eussam18-May-05 4:30 
GeneralRe: Deserialization from an unserialized file Pin
S. Senthil Kumar18-May-05 5:51
S. Senthil Kumar18-May-05 5:51 
GeneralRe: Deserialization from an unserialized file Pin
eussam18-May-05 6:10
eussam18-May-05 6:10 
General.Net file format Pin
852y3agnna18-May-05 1:18
852y3agnna18-May-05 1:18 
GeneralRe: .Net file format Pin
Mike Dimmick18-May-05 1:43
Mike Dimmick18-May-05 1:43 
GeneralCustom toolbar control in .Net framework Pin
agrafov17-May-05 9:59
agrafov17-May-05 9:59 
GeneralRe: Custom toolbar control in .Net framework Pin
John Arlen117-May-05 10:23
John Arlen117-May-05 10:23 
GeneralRe: Custom toolbar control in .Net framework Pin
Carl Mercier17-May-05 11:13
Carl Mercier17-May-05 11:13 
GeneralRe: Custom toolbar control in .Net framework Pin
Sebrell22-May-05 15:50
Sebrell22-May-05 15:50 
GeneralDetermining logon provider Pin
Ryan McCauley17-May-05 6:24
Ryan McCauley17-May-05 6:24 
GeneralProblem with GetTextExtentPoint32 Pin
Alsvha17-May-05 1:20
Alsvha17-May-05 1:20 
GeneralRe: Problem with GetTextExtentPoint32 Pin
John Arlen117-May-05 10:18
John Arlen117-May-05 10:18 
GeneralRe: Problem with GetTextExtentPoint32 Pin
Alsvha17-May-05 18:31
Alsvha17-May-05 18:31 

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.