Hi,
I have a query in VB.
I have two forms.
The first form loads after few seconds my second form has to load.
How do I code for this.
Someone help me out.
Thanks,
Priya

Recommended Answers

All 5 Replies

Let them load whenever they want, only make the second form visible little later by elasping some time using a timer in the load event of the first one.

you want from2 like splashscreen?

Thanks for your idea to use Timer.
Let em give a try and get back to you
Thanks,
Priya

You call the second form in the timer event of timer control .Timer accepts interval in miliseconds . i.e. for 1 second u need to pass 1000.

or you can use delay()

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.