Search Result

Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
splash
  •  

  • AlarV
    started a topic Splash Screen before program begins
    in Java

    Splash Screen before program begins

    Hey everyone!
    I've been trying to create a Splash Screen in my Java program. I've managed to make the splash screen show itself, with the program. I now want to make it show first, and then show my main program. As in every program nowadays..

    Here is my code:

    Code:
    /*
    
    
    package ****;
    
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.Frame;
    ...
    See more | Go to post

  • How to Know When Previous Lines Have Been Processed in Form_Load?

    I'm writing a program in VB. When the program loads, I have to put some code in Form_Load to be processed. After that, an audio file should be played to show that the program is ready to work.

    My problem is that I can't know when the previous lines in the Form_Load have finished processing to be able to start playing an audio file.

    Imagine that you have to do large arithmetic calculations in Form_Load to allow the program...
    See more | Go to post
Working...