Advertisement
virtualakademik

listing splash screen

Jun 26th, 2017
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1.      if(ProgressBar1->Position==100)
  2.  
  3.     {
  4.  
  5.     Form2->Show();
  6.  
  7.     Form1->Hide();
  8.  
  9.     Timer1->Enabled=False;
  10.  
  11.     }
  12.  
  13.     else
  14.  
  15.    {
  16.  
  17.    ProgressBar1->Position=ProgressBar1->Position+10;
  18.  
  19.    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement