M mahaboob macrumors member Original poster Jul 10, 2008 31 0 Sep 24, 2008 #1 Hi all, I'm new to REALbasic. How can I show Yes, No and Cancel buttons in a MsgBox. Thanks in advance
Hi all, I'm new to REALbasic. How can I show Yes, No and Cancel buttons in a MsgBox. Thanks in advance
L lazydog macrumors 6502a Sep 3, 2005 709 6 Cramlington, UK Sep 24, 2008 #2 Code: dim value as integer = MsgBox( "Hello World!", 3, "Demo" ) b e n