Jump to content

Kurulurken Dialog Gösterme (Buton Ile)


aylavyu
 Share

Recommended Posts

[quote name='aylavyu' date='06 September 2011 - 14:58 ' timestamp='1315313912' post='1075072']
[b] Çk basit bir soru sorcam. Checkboxla yapıyorum ama. Buton ile yapamadım. Katılımsız program kurulrken Dialogmesajı göstercek "kuruluyor" gibi.. Nsl yapabilirm?
[/b]
[/quote]

Abi aylavyu'nun sorusuna göre benim dediğim doğru değilmi ?

Link to comment
Share on other sites

[b]O Zaman ;[/b]

[codebox]
StatusDlg.Show(MB_ICONINFORMATION, false);
StatusDlg.ShowProgressMeter(true);
StatusDlg.SetTitle("Kurulum v1");
StatusDlg.SetMessage("Programınız Kuruluyor. \nLütfen Bekleyiniz...");
StatusDlg.SetStatusText("Yükleme İlerlemesi");
Yukle = File.Run("AutoPlay\\Docs\\MyProg.exe", "", "", SW_SHOWNORMAL, false);
StatusDlg.SetMeterPos(100);
Application.Sleep(1000);
StatusDlg.Hide();
[/codebox]

Link to comment
Share on other sites

[quote]StatusDlg.Show(MB_ICONINFORMATION, false);
StatusDlg.ShowProgressMeter(true);
StatusDlg.SetTitle("Kurulum v1");
StatusDlg.SetMessage("Programınız Kuruluyor. \nLütfen Bekleyiniz...");
StatusDlg.SetStatusText("Yükleme İlerlemesi");
Yukle = File.Run("AutoPlay\\Docs\\MyProg.exe", "", "", SW_SHOWNORMAL, false);
StatusDlg.SetMeterPos(100);
Application.Sleep([size="4"][b]1000[/b][/size]);
StatusDlg.Hide();

[/quote]burada değişiklik yaparsan artırırsan olur istediğin diyorki Application.Sleep 'de 1000 sn yani 1 saniye bekle status dlg yi gizle diyor sen o 1000 sayısını artırırsan istediğin olur

Edited by pilgetir
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...