hi,

somewhere in my code i want to create an object from a form and simply show it, but when doing so the program hangs, and then has to be end tasked, whats the problem?!!


the code is something like :
dim frm as new form1()
frm.text="this is a test"
frm.show