change splash screen text?

RMC

Member
Joined
Apr 22, 2010
Messages
5
Programming Experience
Beginner
hello everybody, I´am new in this forum, I'am from Argentina, so my english is not so good...

okey here is my question.
I created a new application and add a splash screen ..
when i wanna change the text "WindowsApplication1" in "text" field of splash screen i change for "Video Club", but press F5 and VB show me the same WindowsApplication1 ...
that's is my problem..

If my english have typos, please tell me.
thanks
 
It gets the title text from assembly title, go to Application tab in Project properties and click "Assembly Information" button where you can change the Title.
You can of course also change the default code for the splash form to assign anything to the ApplicationTitle label Text, the template sets this in Load event.
 
Back
Top