Click to See Complete Forum and Search --> : VB Dot Net Toolbar


Jim
07-02-2003, 09:39 AM
I'm trying to click a button on a toolbar and have a form appear! I can't
seem to get the form to show. Any help would be greatly appreciated.

Thanks..

Jim

james
07-02-2003, 11:44 AM
In the button's click event:
Dim mySecondForm as New Form2()
mySecondForm.Show()


james


"Jim" <jcb1269@excite.com> wrote in message
news:3f02e089$1@tnews.web.devx.com...
>
> I'm trying to click a button on a toolbar and have a form appear! I can't
> seem to get the form to show. Any help would be greatly appreciated.
>
> Thanks..
>
> Jim