how to make a pop up window by VB.net?

  • Thread starter Thread starter fanbaly
  • Start date Start date
F

fanbaly

I find savefiledialog and other pre-established dialogboxes from toolbox.
But how about a fully custom dialog like the about_click event in Help of
all programes?

I am fresh in VB.net programming, looking forward to your answers.
 
Just create a form like any other and use form.showdialog to use it as a
dialog box. You can also customize the properties to appear the same, i.e.
resizable, minimize button, etc.

--
Eric Marvets
Principal Consultant

the bang project

<shameless self promotion>

Email (e-mail address removed) for Information on Our Architecture and
Mentoring Services

</shameless self promotion>
 
Back
Top