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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top