Silly question

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

Could anyone who is not bored to death with this topic, please direct me to;
how to do a splash screen that appears immediately when app starts and lets
other forms load in the background while it is displayed?

Thanks

Regards
 
Copy the code into a C# project and build it as a seperate assembly, then
just add a reference. The syntax difference between C# and VB.nET is
trivial...if you understand .NET and can implement it with VB.NET, trust me,
you can do it in C#. It'd be much much easier for a top notch VB.nET
programmer to learn C# than it would for a top notch VB6 programmer to learn
VB.NET
 
Back
Top