Skip to main content

AccessTr.neT


Createobject("wscript.shell").popup Mesajda 3 Buton Ve Default Seçim

Createobject("wscript.shell").popup Mesajda 3 Buton Ve Default Seçim

Çözüldü #1
iyi günler
Public Function closingMsgBox(mesaj As String, Title As String, sure As Integer)
    CreateObject("WScript.Shell").PopUp mesaj, sure, Title, vbOKOnly + vbExclamation
End Function
ile kendiliğinden kapanan mesaj kutusu yapılıyor bunu 3 butonlu vbYesNoCancel olacak şekilde ayarlayıp istediğimiz bir butonu varsayılan olarak belirleyebilir miyiz
mesela hiç tıklanmazsa yes kabul etsin veya istersek no kabul etsin bu seçimi de fonksiyona argument olarak göndersek mümkün mü
@benbendedeilem
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
Createobject("wscript.shell").popup Mesajda 3 Buton Ve Default Seçim - Yazar: accessman - 24/03/2020, 10:33
Task