startup window with image logo to disappear

  • Thread starter Thread starter trint
  • Start date Start date
T

trint

I need to create a winform that will show an image logo, disappear and
start it's own application next.
Thanks,
trint
 
Hi,

Why not use a splash screen ?

If not, you can createa menu/border/control less form with just an image
and then using Process.Start create the new process

Cheers,
 
Hello!
I need to create a winform that will show an image logo, disappear and
start it's own application next.

Great. How are you approaching the problem? Have you tried anything yet? ;-)
 
Back
Top