From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,adf78995e627c64b X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: passing an Hwnd from a C lang prog to a MFC dll Date: 1999/12/17 Message-ID: <83cm68$1ff4$1@news.gate.net>#1/1 X-Deja-AN: 561848618 References: <385561c4.0@munix01.marshall.edu> <1NNWOC7RSh2Rk+gwNwkrvDlnSpqy@4ax.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 945413128 48612 207.36.137.52 (17 Dec 1999 06:45:28 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 17 Dec 1999 06:45:28 GMT Newsgroups: comp.lang.ada Date: 1999-12-17T06:45:28+00:00 List-Id: His question spec. mentioned that he had Ada code that was creating the HWND and is certainly an appropriate question. To put my own 2cents in, I have also done: CWnd Parent; Parrent.Attach(hwnd); and used that CWnd in code where the hwnd was created in Ada code and it should work. David Botton Mark McIntyre wrote in message <1NNWOC7RSh2Rk+gwNwkrvDlnSpqy@4ax.com>... >please take this away from Comp.lang.c as it is not c and has nothing >to do with the ANSI C language.