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

#5
Set objWshShell = WScript.CreateObject("WScript.Shell")
satırında WScript fazlaydı onu sildim sadece
teşekkürler
strText = "Birşeyler yapılacak" & Chr(13)
strText = strText & "Yapmak istediğine eminmisin"
strTitle = "Onay Penceresi"
intType = vbYesNoCancel + vbQuestion + vbDefaultButton2
intSure = 5 'süre saniye cinsinden

Set objWshShell = CreateObject("WScript.Shell")
intResult = objWshShell.PopUp(strText, intSure, strTitle, intType)
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
Cvp: Createobject("wscript.shell").popup Mesajda 3 Buton Ve Default Seçim - Yazar: berduş - 24/03/2020, 11:23
Task