StackByte Posted October 30, 2018 Share Posted October 30, 2018 Dialog1 Açılışta çalışacak Ama ... Merhabalar program ilk açlışta Dialog1 açacak ama 3 sn sonra programın arayüzüne gitmesini nasıl sağlarım yardımcı olur musunuz Quote Link to comment Share on other sites More sharing options...
Dark_Angel Posted October 30, 2018 Share Posted October 30, 2018 (edited) On Startup DialogEx.Show("Dialog1", true, nil, nil); DialogEx On Show DialogEx.StartTimer(3000, 1); DialogEx On Timer if e_ID == 1 then DialogEx.Close(0); DialogEx.StopTimer(1); end Edited October 30, 2018 by Dark_Angel Quote Link to comment Share on other sites More sharing options...
StackByte Posted November 1, 2018 Author Share Posted November 1, 2018 teşekkürler Quote Link to comment Share on other sites More sharing options...
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.
Note: Your post will require moderator approval before it will be visible.