Skip to main content

AccessTr.neT


msgbox da uyarı işareti çıkarma

msgbox da uyarı işareti çıkarma

Çözüldü #3
Message Box değerleri aşağıdaki
gibidir ( alıntı )

Message Box buton değerleri
Varsayılan değer 0 dır

• 0 = vbOKOnly - OK button only
• 1 = vbOKCancel - OK and Cancel buttons
• 2 = vbAbortRetryIgnore - Abort, Retry, and Ignore buttons
• 3 = vbYesNoCancel - Yes, No, and Cancel buttons
• 4 = vbYesNo - Yes and No buttons
• 5 = vbRetryCancel - Retry and Cancel buttons
• 16 = vbCritical - Critical Message icon
• 32 = vbQuestion - Warning Query icon
• 48 = vbExclamation - Warning Message icon
• 64 = vbInformation - Information Message icon
• 0 = vbDefaultButton1 - First button is default
• 256 = vbDefaultButton2 - Second button is default
• 512 = vbDefaultButton3 - Third button is default
• 768 = vbDefaultButton4 - Fourth button is default
• 0 = vbApplicationModal - Application modal (the current application will not work until the user responds to the message box)
• 4096 = vbSystemModal - System modal (all applications wont work until the user responds to the message box)


MessageBox
tuş basımı değerleri ( integer )

• 1 = vbOK - OK was clicked
• 2 = vbCancel - Cancel was clicked
• 3 = vbAbort - Abort was clicked
• 4 = vbRetry - Retry was clicked
• 5 = vbIgnore - Ignore was clicked
• 6 = vbYes - Yes was clicked
• 7 = vbNo - No was clicked

Ayrıca ekte bulacağınız küçük utility ile ( messagebuilder )
ilk mesajlarınızı otomatik düzenleyebilirsiniz ( copy butonu
ile kopyalayıp forma yapıştırın )

Kolay gelsin



.rar MsgBuilder.rar (Dosya Boyutu: 14,04 KB | İndirme Sayısı: 42)
okileturc, 18-03-2009 tarihinden beri AccessTr.neT üyesidir.
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
msgbox da uyarı işareti çıkarma - Yazar: Ziyaretçi - 22/02/2011, 09:38
Cvp: msgbox da uyarı işareti çıkarma - Yazar: okileturc - 22/02/2011, 09:50
Cvp: msgbox da uyarı işareti çıkarma - Yazar: Ziyaretçi - 22/02/2011, 20:41