Darc Posted September 27, 2003 Posted September 27, 2003 I'm working on a game, and I have a splash screen on load. So far all it does is say what its doing, but what I want it to do is make the text of what it is doing fade in and out (using the Alpha setting in FromARGB) but I can't change it since its too busy loading. Is there a way to do multithreading in VB .NET to do this? Quote
ThePentiumGuy Posted September 27, 2003 Posted September 27, 2003 or you could do Application.DoEvents() (i think) Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.