Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: MessageBoxResult

$
0
0

Hi Oscar,

The MessageBoxResult enumeration is used in WPF applications.

If you are creating a Windows Forms application then you should be using DialogResult instead:

         evaluate type MessageBox::Show("new message", "caption", type MessageBoxButtons::OKCancel)

            when type DialogResult::OK

               continue

         end-evaluate


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>