Pop Up
-
hi before you post, you need to think and plan and ask your self if people will understand what you going to ask. Number one, this is the way understand your unclear question. you want to Display a form when something happened in you other form lets say you MDI, e.g when a button is clicked then you want to popup a form(Window). if so you need to understand that in .NET we are now OOPs orientated, so you have to create an object of the form that you want to display and use the show method to diplay your form. it seems you have not learned the Basic's of vb.net, i suggest you buy a book, or here is an E-book that will help. http://www.ebooknetworking.com[^] Hope it helps
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
-
hi before you post, you need to think and plan and ask your self if people will understand what you going to ask. Number one, this is the way understand your unclear question. you want to Display a form when something happened in you other form lets say you MDI, e.g when a button is clicked then you want to popup a form(Window). if so you need to understand that in .NET we are now OOPs orientated, so you have to create an object of the form that you want to display and use the show method to diplay your form. it seems you have not learned the Basic's of vb.net, i suggest you buy a book, or here is an E-book that will help. http://www.ebooknetworking.com[^] Hope it helps
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
may I suggest using the 'showdialog' method (at least if I understand the OP correct)
If my help was helpfull let me know, if not let me know why. The only way we learn is by making mistakes.
-
You relaly need to pickup a book on VB.NET for Beginners. The ability to show another form is a very basic skill you must have in order to be successful in developing code in ANY language. Here's the documentation on two methods of showing a form, complete with examples: Form.Show method[^] Form.ShowDialog method[^]
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Use the Show or ShowDialog method. But, you really should get a book first.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
You relaly need to pickup a book on VB.NET for Beginners. The ability to show another form is a very basic skill you must have in order to be successful in developing code in ANY language. Here's the documentation on two methods of showing a form, complete with examples: Form.Show method[^] Form.ShowDialog method[^]
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007Seems like alot of people around here lately trying to do things beyond their apparent capabilities.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon