Click here to Skip to main content
15,917,568 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Memory Leak Pin
David Crow8-May-03 4:26
David Crow8-May-03 4:26 
GeneralPassing around params VC++6.0 VC# Pin
NHM8-May-03 0:50
NHM8-May-03 0:50 
GeneralRe: Passing around params VC++6.0 VC# Pin
Stephane Rodriguez.8-May-03 1:01
Stephane Rodriguez.8-May-03 1:01 
GeneralRe: Passing around params VC++6.0 VC# Pin
NHM8-May-03 1:19
NHM8-May-03 1:19 
GeneralRe: Passing around params VC++6.0 VC# Pin
Stephane Rodriguez.8-May-03 1:29
Stephane Rodriguez.8-May-03 1:29 
GeneralRe: Passing around params VC++6.0 VC# Pin
NHM8-May-03 3:18
NHM8-May-03 3:18 
GeneralRe: Passing around params VC++6.0 VC# Pin
Stephane Rodriguez.8-May-03 3:29
Stephane Rodriguez.8-May-03 3:29 
GeneralRe: Passing around params VC++6.0 VC# Pin
NHM8-May-03 3:45
NHM8-May-03 3:45 
i've just overriden the WndProc... no code added to the base override...

this is what i have...

a) a vc++ 6.0 Mdi app (.exe)
b) a vc# dll with:
- class A (interface) (cominterop)
(i have to call some methods and access some properties)
- class B (windows form)

in the vc++ 6.0 mdi app i create an instance of classA
then i call a method from class A wich does this:

public void SomeThing()
{
Form1 f = new Form1();
f.Show();
}

and this is what i intended to do:

public void SomeThing( Form parent)
{
Form1 f = new Form1( Form parent);
f.MdiParent = parent;
f.Show();
}

i just want to say to the VC# winForm that his container is the VC++ 6.0 APP

what can i do?
GeneralRe: Passing around params VC++6.0 VC# Pin
Stephane Rodriguez.8-May-03 3:51
Stephane Rodriguez.8-May-03 3:51 
GeneralWS_CLIPSIBLINGS......... Pin
Neha8-May-03 0:15
Neha8-May-03 0:15 
GeneralRe: WS_CLIPSIBLINGS......... Pin
jhaga8-May-03 2:59
professionaljhaga8-May-03 2:59 
GeneralCFile Pin
macmac387-May-03 23:19
macmac387-May-03 23:19 
GeneralRe: CFile Pin
Neville Franks8-May-03 0:08
Neville Franks8-May-03 0:08 
GeneralRe: CFile Pin
macmac388-May-03 0:36
macmac388-May-03 0:36 
GeneralRe: CFile Pin
Neville Franks8-May-03 1:56
Neville Franks8-May-03 1:56 
GeneralRe: CFile Pin
Hari Krishnan (Noida)8-May-03 0:46
Hari Krishnan (Noida)8-May-03 0:46 
GeneralCarray doubt Pin
doctorpi7-May-03 22:38
doctorpi7-May-03 22:38 
GeneralRe: Carray doubt Pin
Dr-Kuulun7-May-03 22:54
Dr-Kuulun7-May-03 22:54 
GeneralRe: Carray doubt Pin
Cedric Moonen7-May-03 22:57
Cedric Moonen7-May-03 22:57 
GeneralRe: Carray doubt Pin
jhwurmbach7-May-03 23:15
jhwurmbach7-May-03 23:15 
GeneralRe: Carray doubt Pin
David Crow8-May-03 3:29
David Crow8-May-03 3:29 
GeneralRefresh problem... Pin
Neha7-May-03 22:24
Neha7-May-03 22:24 
GeneralRe: Refresh problem... Pin
Ernest Laurentin8-May-03 3:59
Ernest Laurentin8-May-03 3:59 
GeneralBitmap processing Pin
sooyewguan7-May-03 21:33
sooyewguan7-May-03 21:33 
GeneralRe: Bitmap processing Pin
Chris Losinger8-May-03 3:07
professionalChris Losinger8-May-03 3:07 

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.