|
-
Nov 25th, 2003, 06:57 AM
#1
Thread Starter
Fanatic Member
Forms from 6.0 to .Net
I have prepared a project in VB 6.0. Later on I upgraded it to VB .Net.
To call a form, the code 'MyForm1.show' was upgraded to 'MyForm1.DefInstance.Show()'. Now I added a new form in my .Net project.
My question is how to call the newly added form in the project. Because MyNewForm.Show or MyNewForm.DefInstance.Show method is not available.
Pls guide.
Regards,
Prakash
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|