Creating a about Messagebox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I finished writing my program, and i want to create an "about" messagebox,
the thing is that i'm not sure that i should use the messagebox tool. what is
the right tool to make an about window (and how does it done?), and how can i
set it's location?

thanks,
Gidi
 
just make it a regular form, and call ShowDialog when you call it. You can
change the borders etc to suit the visual needs.
If you really want to be cool, make the form constructor private, and
instantiate the form inside a using block (to ensure disposal) from within a
static method.
 

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