winform company presentation

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

Hi, I created a windows app in .net. Now I'd like to have a form with a
logo, it waits for some seconds and then that the main form appears and the
first one get closed. How can I do it?
 
Daniel,

You can do that. You would have to set it so that there is no border
drawn around your window. Then, that window is custom painted to show the
logo you want to display. There would also be a timer on the form which
would perform a countdown. When the timer is fired, you would get rid of
the form that is being displayed and then display the new form.

Hope this helps.
 
Back
Top