Click here to Skip to main content
15,914,392 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionOnComm Events in MSCOMM OCX control Pin
AmarjeetSinghMatharu13-Jul-07 18:39
AmarjeetSinghMatharu13-Jul-07 18:39 
Questionerror in building clr Pin
aefmaaradji13-Jul-07 13:27
aefmaaradji13-Jul-07 13:27 
AnswerRe: error in building clr Pin
Mark Salsbery13-Jul-07 16:38
Mark Salsbery13-Jul-07 16:38 
QuestionCandidate Function not Accessible Addendum Pin
BuckBrown13-Jul-07 11:08
BuckBrown13-Jul-07 11:08 
AnswerRe: Candidate Function not Accessible Addendum Pin
Mark Salsbery13-Jul-07 16:45
Mark Salsbery13-Jul-07 16:45 
GeneralRe: Candidate Function not Accessible Addendum Pin
BuckBrown16-Jul-07 5:32
BuckBrown16-Jul-07 5:32 
QuestionCandidate Function not Accessible Pin
BuckBrown13-Jul-07 10:39
BuckBrown13-Jul-07 10:39 
Questionusing namespace but still have to qualify command Pin
BuckBrown13-Jul-07 8:17
BuckBrown13-Jul-07 8:17 
Hi, I am new to CLI. Using Visual Studio 2005 C++/CLI. I have a simple app that I am beginning to develop. I created a CLR Windows Form app and gave the form1.h design some menu options. Then double clicked on a menu item and went to the generated function to add an OpenFileDialog. Just above the definition of the Form1 class I have using namespace defined for System, System::IO, System::Windows::Forms, and some other namespaces that I don't believe apply here. If I qualify the dialog result as System::Windows::Forms::DialogResult::OK then after the last double colon the intellisense puts up a list of results (OK, ABORT, etc.). But if I just type DialogResult:: then intellisense simply lets me choose between get() and set() properties so if I type if(openFileDialog->ShowFileDialog() == DialogResult::get()) I guess my question is...if the namespace that includes DialogResult is included why doesn't DialogResult:: give me a list of the possible results? Another issue is that I have another machine that uses the notation of ::DialogResult but if I try this on this machine I get a "not part of the global namespace" error. Any insight would be appreciated.

Buck
AnswerRe: using namespace but still have to qualify command Pin
BuckBrown13-Jul-07 8:19
BuckBrown13-Jul-07 8:19 
Questionstring format in visual c++ cli Pin
aefmaaradji13-Jul-07 5:54
aefmaaradji13-Jul-07 5:54 
AnswerRe: string format in visual c++ cli Pin
Bartosz Bien13-Jul-07 6:47
Bartosz Bien13-Jul-07 6:47 
QuestionThe wonderful world of MAPI Part II. Pin
originSH13-Jul-07 5:05
originSH13-Jul-07 5:05 
Questionreading .config file Pin
saqib8212-Jul-07 22:15
saqib8212-Jul-07 22:15 
AnswerRe: reading .config file Pin
Giorgi Dalakishvili13-Jul-07 3:18
mentorGiorgi Dalakishvili13-Jul-07 3:18 
Questiongame map loading Pin
nzadLithium12-Jul-07 20:41
nzadLithium12-Jul-07 20:41 
AnswerRe: game map loading Pin
Rage12-Jul-07 21:04
professionalRage12-Jul-07 21:04 
GeneralRe: game map loading Pin
nzadLithium12-Jul-07 21:42
nzadLithium12-Jul-07 21:42 
GeneralRe: game map loading Pin
Christian Graus13-Jul-07 3:30
protectorChristian Graus13-Jul-07 3:30 
GeneralRe: game map loading Pin
nzadLithium13-Jul-07 19:19
nzadLithium13-Jul-07 19:19 
AnswerRe: Query about Instant messaging program Pin
Christian Graus12-Jul-07 2:00
protectorChristian Graus12-Jul-07 2:00 
QuestionTo get system date or time Pin
mikobi11-Jul-07 20:59
mikobi11-Jul-07 20:59 
AnswerRe: To get system date or time Pin
Giorgi Dalakishvili11-Jul-07 23:04
mentorGiorgi Dalakishvili11-Jul-07 23:04 
AnswerRe: To get system date or time Pin
Christian Graus12-Jul-07 2:01
protectorChristian Graus12-Jul-07 2:01 
Questionrun an EXE for all users on a computer Pin
rahul398511-Jul-07 5:32
rahul398511-Jul-07 5:32 
AnswerRe: run an EXE for all users on a computer Pin
Christian Graus11-Jul-07 15:12
protectorChristian Graus11-Jul-07 15:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.