merhaba arkadaşlar bir formum var bu form da msgboxstyle nasıl kullanıldığı hakkında yardımcı olabilirmisiniz.
---------------------------------------------------------------------------
benim yaptığım hastane otomosyonu aşağıda buna sizce daha neler ekleyebilirim
---------------------------------------------------------------------------
yardımlarınız için şimdiden teşekkürler
msgbox da uyarı işareti çıkarma
Ek görünmüyor sorunuz Access ile mi ilgil ?
okileturc, 18-03-2009 tarihinden beri AccessTr.neT üyesidir.
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
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
okileturc, 18-03-2009 tarihinden beri AccessTr.neT üyesidir.
onu tamamladım çözdüm sağolun
Konuyu Okuyanlar: 1 Ziyaretçi