Click here to Skip to main content
16,007,687 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Multiple Forms Pin
dybs23-Aug-08 11:40
dybs23-Aug-08 11:40 
AnswerRe: Multiple Forms Pin
teejayem23-Aug-08 12:25
teejayem23-Aug-08 12:25 
QuestionRe: Multiple Forms Pin
Polar_Sheep23-Aug-08 18:13
Polar_Sheep23-Aug-08 18:13 
AnswerRe: Multiple Forms Pin
teejayem23-Aug-08 18:25
teejayem23-Aug-08 18:25 
NewsRe: Multiple Forms [modified] Pin
Polar_Sheep23-Aug-08 19:28
Polar_Sheep23-Aug-08 19:28 
QuestionOpenFileDialog example Pin
bkelly1322-Aug-08 14:03
bkelly1322-Aug-08 14:03 
AnswerRe: OpenFileDialog example Pin
teejayem22-Aug-08 15:43
teejayem22-Aug-08 15:43 
GeneralRe: OpenFileDialog example Pin
bkelly1323-Aug-08 3:15
bkelly1323-Aug-08 3:15 
Hello teejayem,
I feel like there are too many questions to ask. I check your example link, but Microsoft leaves so much out and is so different from my code that I don’t understand it.

RE: to use this class you need to include the System.Windows.Forms assembly and add the namespace on top of your .h

Does this mean to put the below at the top of my .h file?

#include “System.Windows.Forms”
using System.Windows.Forms

The on button function in my code, created by VS, starts like this:

void Ctest1Dlg::OnBnClickedSelectLogFileButton()
{

And does not look anything like the example code:

void button1_Click( Object^ /*sender*/, System::EventArgs^ /*e*/ )
{

I read about the ^ character and still don’t make any sense of that.

I wonder why we need more obscure characters in C++. It seems like we are trying to turn C++ into APL.

And just to be certain, I am using Visual Studio 2008 under Windows XP Home.

Thanks for your time

GeneralRe: OpenFileDialog example Pin
teejayem23-Aug-08 4:49
teejayem23-Aug-08 4:49 
GeneralRe: OpenFileDialog example Pin
Mark Salsbery23-Aug-08 10:23
Mark Salsbery23-Aug-08 10:23 
GeneralRe: OpenFileDialog example Pin
bkelly1323-Aug-08 10:51
bkelly1323-Aug-08 10:51 
GeneralRe: OpenFileDialog example Pin
Mark Salsbery24-Aug-08 8:29
Mark Salsbery24-Aug-08 8:29 
GeneralRe: OpenFileDialog example Pin
bkelly1324-Aug-08 11:52
bkelly1324-Aug-08 11:52 
QuestionPlease Guide Connect Sqlserver with VC++6.0. thanks very much Pin
aa_zz21-Aug-08 21:06
aa_zz21-Aug-08 21:06 
AnswerRe: Please Guide Connect Sqlserver with VC++6.0. thanks very much Pin
Paul Conrad22-Aug-08 6:39
professionalPaul Conrad22-Aug-08 6:39 
AnswerRe: Please Guide Connect Sqlserver with VC++6.0. thanks very much Pin
Polar_Sheep24-Aug-08 3:05
Polar_Sheep24-Aug-08 3:05 
QuestionDo we need to download library to use strcpy_s() Pin
Nandu_77b21-Aug-08 0:05
Nandu_77b21-Aug-08 0:05 
AnswerRe: Do we need to download library to use strcpy_s() Pin
George L. Jackson21-Aug-08 13:37
George L. Jackson21-Aug-08 13:37 
QuestionGraphic Effects Pin
Kyon8620-Aug-08 9:31
Kyon8620-Aug-08 9:31 
QuestionWhat is the difference between strcat_s() and strcat() Pin
Nandu_77b20-Aug-08 5:53
Nandu_77b20-Aug-08 5:53 
AnswerRe: What is the difference between strcat_s() and strcat() Pin
Mark Salsbery20-Aug-08 6:57
Mark Salsbery20-Aug-08 6:57 
QuestionAnalysing managed C++ [modified] Pin
jithen_dt19-Aug-08 10:03
jithen_dt19-Aug-08 10:03 
AnswerRe: Profiling managed C++ Pin
dybs19-Aug-08 13:41
dybs19-Aug-08 13:41 
GeneralRe: Profiling managed C++ Pin
jithen_dt19-Aug-08 15:50
jithen_dt19-Aug-08 15:50 
QuestionCommercial vendor hacking your code? Pin
fredsparkle19-Aug-08 9:25
fredsparkle19-Aug-08 9:25 

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.