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.Visua lBasic;
Interaction.Msg Box("Can you even see the form yet?",
(MsgBoxStyle.Qu estion | MsgBoxStyle.OkO nly), "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.Visua lBasic;
Interaction.Msg Box("Can you even see the form yet?",
(MsgBoxStyle.Qu estion | MsgBoxStyle.OkO nly), "Debug");
Thanks I know this is easy, but heh I'm a noob.
Thanks,
Christian
Comment