i am creating an application in which i require a splash screen. Now the thing is that i want my splash screen to be there without any title bar and frame border what should be the necessary code for it plz provide me with that....
thank you....
Recommended Answers
Jump to Postgo to solution explorer > right click your project > click add (i dont have vb at school so not sure but i think its add or it might be add form) > then double click splash screen.
i dont think that has a title bar or a fram …
Jump to PostUse timer to make delay and progress bar.
so, draw a timer and progress bar then add this following code :Private Sub WelcomeScreen_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Timer1.Enabled = True End Sub Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As …
All 6 Replies
toko
0
Junior Poster
Jx_Man
987
Nearly a Senior Poster
Featured Poster
asmit1987
0
Newbie Poster
Jx_Man
987
Nearly a Senior Poster
Featured Poster
asmit1987
0
Newbie Poster
Jx_Man
987
Nearly a Senior Poster
Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.