here...
is this possible? or maybe i'm in the wrong way.VB Code:
'frmname="Form1" public void Show(string frmname) { System.Windows.Forms.Form f; f.Name=frmname; '....here, how can i identify when i instantiate that 'it is pointing to Form1 ' supposed to be it looks like this...Form1 f=new Form1(); 'then Show(); }
for now i have no idea on it.![]()




Reply With Quote