Click here to Skip to main content
15,906,335 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem in Getting Handle of EditBox. Pin
Atul2318-Nov-07 19:57
Atul2318-Nov-07 19:57 
AnswerRe: Problem in Getting Handle of EditBox. Pin
Peter Weyzen18-Nov-07 20:06
Peter Weyzen18-Nov-07 20:06 
QuestionRe: Problem in Getting Handle of EditBox. Pin
Hamid_RT18-Nov-07 21:58
Hamid_RT18-Nov-07 21:58 
Questionhow to disable a button in toolbar? Pin
panthal18-Nov-07 19:25
panthal18-Nov-07 19:25 
AnswerRe: how to disable a button in toolbar? Pin
Rajesh R Subramanian18-Nov-07 22:07
professionalRajesh R Subramanian18-Nov-07 22:07 
QuestionInternet Explorer Security Setting of Trusted Sites Programmatically - Please Guide Pin
h@$@n18-Nov-07 18:48
h@$@n18-Nov-07 18:48 
Questionhow to create an exe from an dll file. Pin
amiya das18-Nov-07 18:36
amiya das18-Nov-07 18:36 
QuestionHow compile this managed c++ help urgently needed Pin
G.Makesh18-Nov-07 18:35
G.Makesh18-Nov-07 18:35 
here CSharpHelloWorld.netmodule is in the bin folder of the managed c++ project

#include <mscorlib.dll>
#include "CSharpHelloWorld.netmodule"

#include namespace System;

public __gc class HelloWorldC
{
public:
CSharpHelloWorld __gc *t; // Provide .NET interop and garbage collecting to the pointer.
HelloWorldC() {
t = new CSharpHelloWorld(); // Assign the reference a new instance of the object
}

// This inline function is called from the C++ Code
void callCSharpHelloWorld() {
t->displayHelloWorld();
}
};

thanks in advance
AnswerRe: How compile this managed c++ help urgently needed Pin
Nelek18-Nov-07 22:23
protectorNelek18-Nov-07 22:23 
QuestionDelete or Destroy? Pin
Oliver12318-Nov-07 18:19
Oliver12318-Nov-07 18:19 
AnswerRe: Delete or Destroy? Pin
CooperWu18-Nov-07 18:30
CooperWu18-Nov-07 18:30 
AnswerRe: Delete or Destroy? Pin
Peter Weyzen18-Nov-07 19:22
Peter Weyzen18-Nov-07 19:22 
AnswerRe: Delete or Destroy? Pin
jhwurmbach18-Nov-07 22:19
jhwurmbach18-Nov-07 22:19 
QuestionData connection is failed Pin
CodingLover18-Nov-07 17:55
CodingLover18-Nov-07 17:55 
AnswerRe: Data connection is failed Pin
manish.patel18-Nov-07 18:10
manish.patel18-Nov-07 18:10 
GeneralRe: Data connection is failed Pin
CodingLover18-Nov-07 18:40
CodingLover18-Nov-07 18:40 
QuestionPassing and receving value through ShellExecute Pin
neha.agarwal2718-Nov-07 17:36
neha.agarwal2718-Nov-07 17:36 
AnswerRe: Passing and receving value through ShellExecute Pin
Sarath C18-Nov-07 17:45
Sarath C18-Nov-07 17:45 
QuestionRe: Passing and receving value through ShellExecute [modified] Pin
Rajesh R Subramanian18-Nov-07 22:16
professionalRajesh R Subramanian18-Nov-07 22:16 
AnswerRe: Passing and receving value through ShellExecute Pin
neha.agarwal2718-Nov-07 23:02
neha.agarwal2718-Nov-07 23:02 
GeneralRe: Passing and receving value through ShellExecute Pin
Rajesh R Subramanian18-Nov-07 23:22
professionalRajesh R Subramanian18-Nov-07 23:22 
GeneralRe: Passing and receving value through ShellExecute Pin
neha.agarwal2718-Nov-07 23:26
neha.agarwal2718-Nov-07 23:26 
GeneralRe: Passing and receving value through ShellExecute Pin
Rajesh R Subramanian18-Nov-07 23:31
professionalRajesh R Subramanian18-Nov-07 23:31 
GeneralRe: Passing and receving value through ShellExecute Pin
neha.agarwal2718-Nov-07 23:51
neha.agarwal2718-Nov-07 23:51 
GeneralRe: Passing and receving value through ShellExecute Pin
Rajesh R Subramanian18-Nov-07 23:57
professionalRajesh R Subramanian18-Nov-07 23:57 

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.