Click here to Skip to main content
15,792,657 members
Home / Discussions / C#
   

C#

 
GeneralRe: unresolved hashtable problem Pin
Jassim Rahma25-Apr-10 1:06
Jassim Rahma25-Apr-10 1:06 
GeneralRe: unresolved hashtable problem Pin
Som Shekhar25-Apr-10 1:17
Som Shekhar25-Apr-10 1:17 
GeneralRe: unresolved hashtable problem Pin
Jassim Rahma25-Apr-10 1:23
Jassim Rahma25-Apr-10 1:23 
GeneralRe: unresolved hashtable problem Pin
Som Shekhar25-Apr-10 1:33
Som Shekhar25-Apr-10 1:33 
GeneralRe: unresolved hashtable problem Pin
Jassim Rahma25-Apr-10 2:14
Jassim Rahma25-Apr-10 2:14 
GeneralRe: unresolved hashtable problem Pin
Som Shekhar25-Apr-10 2:25
Som Shekhar25-Apr-10 2:25 
GeneralRe: unresolved hashtable problem [modified] Pin
Jassim Rahma26-Apr-10 4:48
Jassim Rahma26-Apr-10 4:48 
GeneralRe: unresolved hashtable problem Pin
Som Shekhar26-Apr-10 4:54
Som Shekhar26-Apr-10 4:54 
Well it was easy to catch. Thanks for the effort of stripping it down.

Just change
Form2 myForm = new Form2();


to
Form2 myForm = new Form2(public_var);


and it works. You created the Constructor but didn't use it.
GeneralRe: unresolved hashtable problem Pin
Jassim Rahma26-Apr-10 13:35
Jassim Rahma26-Apr-10 13:35 
GeneralRe: unresolved hashtable problem Pin
Som Shekhar26-Apr-10 18:41
Som Shekhar26-Apr-10 18:41 
QuestionVariable of type Pin
jabbawok20-Apr-10 11:18
jabbawok20-Apr-10 11:18 
AnswerRe: Variable of type Pin
Anthony Mushrow20-Apr-10 11:31
professionalAnthony Mushrow20-Apr-10 11:31 
GeneralRe: Variable of type Pin
jabbawok20-Apr-10 11:37
jabbawok20-Apr-10 11:37 
AnswerRe: Variable of type Pin
Luc Pattyn20-Apr-10 11:34
sitebuilderLuc Pattyn20-Apr-10 11:34 
GeneralRe: Variable of type Pin
jabbawok20-Apr-10 11:54
jabbawok20-Apr-10 11:54 
GeneralRe: Variable of type Pin
jabbawok20-Apr-10 12:00
jabbawok20-Apr-10 12:00 
GeneralRe: Variable of type Pin
Luc Pattyn20-Apr-10 12:09
sitebuilderLuc Pattyn20-Apr-10 12:09 
GeneralRe: Variable of type Pin
jabbawok20-Apr-10 13:53
jabbawok20-Apr-10 13:53 
GeneralRe: Variable of type Pin
Luc Pattyn20-Apr-10 12:03
sitebuilderLuc Pattyn20-Apr-10 12:03 
GeneralRe: Variable of type Pin
jabbawok20-Apr-10 12:12
jabbawok20-Apr-10 12:12 
GeneralRe: Variable of type Pin
Luc Pattyn20-Apr-10 12:15
sitebuilderLuc Pattyn20-Apr-10 12:15 
GeneralRe: Variable of type Pin
jabbawok20-Apr-10 12:23
jabbawok20-Apr-10 12:23 
AnswerRe: Variable of type Pin
jabbawok20-Apr-10 13:56
jabbawok20-Apr-10 13:56 
AnswerRe: Variable of type Pin
AspDotNetDev20-Apr-10 14:04
protectorAspDotNetDev20-Apr-10 14:04 
GeneralRe: Variable of type Pin
jabbawok20-Apr-10 14:32
jabbawok20-Apr-10 14: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.