Advertisement
2002VB Miscellaneous #17732

create a YES or NO msgbox

simply pops up an msgbox with a yes or no choice below (very simple)

AI

ИИ-обзор: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Исходный код
original-source
dim a as integer
a% = msgbox("Message box message ;-)",10+10)
if a% = 6 then '6 indicates a YES
msgbox "yes was choosen"
else
msgbox "no was choosen"
end if
Оригинальные комментарии (3)
Восстановлено из Wayback Machine