TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
tdpowell23
NA
38
0
another problem with splash screens
Feb 5 2005 2:40 PM
i am using the code below and the problem is is that when it open the next form it doesnt close the splash screen any ideas why??? Private Sub splashform_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load splashtimer.Start() End Sub Public Sub splashtimer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles splashtimer.Tick splashtimer.Stop() Dim raceform As New RaceTimesform raceform.ShowDialog() Me.Close() End Sub
Reply
Answers (
2
)
Trace not working
how can i link my vb.net program to microsoft access?