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

Managed C++/CLI

 
GeneralRe: csocket in managed code Pin
Nish Nishant6-Aug-02 17:44
sitebuilderNish Nishant6-Aug-02 17:44 
Generalcsocketin managed code Pin
imran_rafique5-Aug-02 23:56
imran_rafique5-Aug-02 23:56 
GeneralCopyLocal Mystery in Man C++ Pin
Firoz5-Aug-02 21:19
Firoz5-Aug-02 21:19 
GeneralRe: CopyLocal Mystery in Man C++ Pin
Nish Nishant6-Aug-02 17:41
sitebuilderNish Nishant6-Aug-02 17:41 
GeneralRe: CopyLocal Mystery in Man C++ Pin
Nick Hodapp9-Aug-02 14:23
sitebuilderNick Hodapp9-Aug-02 14:23 
Generalbutton controls for forms Pin
smooth5-Aug-02 12:33
smooth5-Aug-02 12:33 
GeneralRe: button controls for forms Pin
James T. Johnson5-Aug-02 14:41
James T. Johnson5-Aug-02 14:41 
GeneralHWND in a Managed C++ Class Library Pin
gekoscan4-Aug-02 22:51
gekoscan4-Aug-02 22:51 
Hey coders....
Okay I am just trying to create an instance from HWND and it won't let me.

ie.
<br />
using namespace System;<br />
#using <mscorlib.dll> <br />
<br />
public _gc class COO<br />
{<br />
   HWND m_hwnd;<br />
public:<br />
   COO(HWND hwnd)<br />
   :m_hwnd(hwnd)<br />
   {}<br />
};


When I hover over HWND it gives me (typedef HWND__ *HND) so I assume it is recognizing it but for some reason I can't use it....

If anyone could tell me why and how to get around this it would be much appreciated. Thanks... Big Grin | :-D
GeneralRe: HWND in a Managed C++ Class Library Pin
Nish Nishant4-Aug-02 23:52
sitebuilderNish Nishant4-Aug-02 23:52 
Generalhyperlink Pin
smooth4-Aug-02 18:26
smooth4-Aug-02 18:26 
GeneralRe: hyperlink Pin
Nish Nishant4-Aug-02 19:23
sitebuilderNish Nishant4-Aug-02 19:23 
Generalresource management Pin
RK_20004-Aug-02 11:59
RK_20004-Aug-02 11:59 
Generalunzip Pin
smooth3-Aug-02 15:41
smooth3-Aug-02 15:41 
GeneralRe: unzip Pin
James T. Johnson4-Aug-02 13:35
James T. Johnson4-Aug-02 13:35 
GeneralRe: unzip Pin
Shog98-Aug-02 18:25
sitebuilderShog98-Aug-02 18:25 
QuestionError code (0x80131019) ?? Pin
Firoz2-Aug-02 1:09
Firoz2-Aug-02 1:09 
General" denotes a field where a class was expected" Pin
Anonymous30-Jul-02 22:52
Anonymous30-Jul-02 22:52 
GeneralUserControl using Man C++ Pin
Firoz30-Jul-02 20:35
Firoz30-Jul-02 20:35 
GeneralRe: UserControl using Man C++ Pin
Nish Nishant30-Jul-02 20:41
sitebuilderNish Nishant30-Jul-02 20:41 
QuestionCListBox::SetItemData equivalent? Pin
Nish Nishant29-Jul-02 18:56
sitebuilderNish Nishant29-Jul-02 18:56 
AnswerRe: CListBox::SetItemData equivalent? Pin
Christian Graus29-Jul-02 19:00
protectorChristian Graus29-Jul-02 19:00 
GeneralRe: CListBox::SetItemData equivalent? Pin
Nish Nishant29-Jul-02 19:19
sitebuilderNish Nishant29-Jul-02 19:19 
GeneralRe: CListBox::SetItemData equivalent? Pin
Shog929-Jul-02 19:25
sitebuilderShog929-Jul-02 19:25 
GeneralRe: CListBox::SetItemData equivalent? Pin
Nish Nishant29-Jul-02 19:34
sitebuilderNish Nishant29-Jul-02 19:34 
GeneralRe: CListBox::SetItemData equivalent? Pin
Shog929-Jul-02 19:40
sitebuilderShog929-Jul-02 19:40 

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.