Can Anyone Help with this??

oggmorg

Member
Joined
Jan 25, 2012
Messages
16
Programming Experience
1-3
Hi All, i have a program that calls a form from my main by doing the following-

dim f as new form1()
d.show()
d.refresh()
d.run()
d.close()

the problem i have is that i have added in a cancel button, but when the form loads i am unable to click on it, the cursor shows as "busy" when i have my mouse over the form... can anyone help me with this?
 
Back
Top