C
Christian Blackburn
Hi Gang,
I'm a long time VB programmer and in that language I now how to
combine constants. Can somebody give me the correct syntax for
combining constants in C# for the following dialog:
using Microsoft.VisualBasic;
Interaction.MsgBox("Can you even see the form yet?",
(MsgBoxStyle.Question | MsgBoxStyle.OkOnly), "Debug");
Thanks I know this is easy, but heh I'm a noob.
Thanks,
Christian
I'm a long time VB programmer and in that language I now how to
combine constants. Can somebody give me the correct syntax for
combining constants in C# for the following dialog:
using Microsoft.VisualBasic;
Interaction.MsgBox("Can you even see the form yet?",
(MsgBoxStyle.Question | MsgBoxStyle.OkOnly), "Debug");
Thanks I know this is easy, but heh I'm a noob.
Thanks,
Christian