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

Managed C++/CLI

 
GeneralRe: ListView Item Selection Problem Pin
bollwerj6-Feb-04 9:23
bollwerj6-Feb-04 9:23 
GeneralRe: ListView Item Selection Problem Pin
hyph3n15-Feb-04 2:34
hyph3n15-Feb-04 2:34 
GeneralMaking a slow program run faster Pin
Tank_Aviator5-Feb-04 19:30
Tank_Aviator5-Feb-04 19:30 
GeneralRe: Making a slow program run faster Pin
dj_oden14-Feb-04 1:33
dj_oden14-Feb-04 1:33 
GeneralPrint .Net Bitmap With MFC Pin
Shaun Becker4-Feb-04 9:14
Shaun Becker4-Feb-04 9:14 
GeneralLoad Icon From Resource Pin
Skute4-Feb-04 3:47
Skute4-Feb-04 3:47 
GeneralHELP!!! compiler seems confused... Pin
Nik Vogiatzis3-Feb-04 20:30
Nik Vogiatzis3-Feb-04 20:30 
GeneralRe: HELP!!! compiler seems confused... Pin
Roger Stewart5-Feb-04 6:53
professionalRoger Stewart5-Feb-04 6:53 
You probably need to uniquely identify your implementation.

bool IDataParameterCollection::Contains(String *p)
{
    //if IndexOf returns a value less than 0, then we know that
    //the item doesn't exist
    if (this->IndexOf(p) >= 0)
        return true;
    else
        return false;
}


Roger Stewart
"I Owe, I Owe, it's off to work I go..."

GeneralRe: HELP!!! compiler seems confused... Pin
Nik Vogiatzis5-Feb-04 9:51
Nik Vogiatzis5-Feb-04 9:51 
GeneralCompile New Form Control Pin
Skute3-Feb-04 2:39
Skute3-Feb-04 2:39 
GeneralON_UPDATE_UI problem Pin
Keith Halligan3-Feb-04 0:08
Keith Halligan3-Feb-04 0:08 
QuestionHow to add a function that has both external and internal name into a ActiveX? Pin
ray_li2-Feb-04 8:37
ray_li2-Feb-04 8:37 
GeneralCrashing of .NET IDE when placing custom designer control in toolbox Pin
Tonkuz2-Feb-04 2:35
Tonkuz2-Feb-04 2:35 
GeneralRe: Crashing of .NET IDE when placing custom designer control in toolbox Pin
Anonymous5-Feb-04 17:05
Anonymous5-Feb-04 17:05 
GeneralGetting an HINSTANCE in a managed C++ dll Pin
dabs2-Feb-04 2:09
dabs2-Feb-04 2:09 
GeneralRe: Getting an HINSTANCE in a managed C++ dll Pin
Anonymous13-Feb-04 12:28
Anonymous13-Feb-04 12:28 
QuestionCasting of a Object * to a Enum value question?? Pin
araelgig2-Feb-04 1:27
araelgig2-Feb-04 1:27 
AnswerRe: Casting of a Object * to a Enum value question?? Pin
araelgig3-Feb-04 1:08
araelgig3-Feb-04 1:08 
GeneralLNK2005 Error. Pin
adarsh_sebiz1-Feb-04 19:05
adarsh_sebiz1-Feb-04 19:05 
GeneralRe: LNK2005 Error. Pin
Mike Dimmick2-Feb-04 2:36
Mike Dimmick2-Feb-04 2:36 
GeneralRe: LNK2005 Error. Pin
adarsh_sebiz10-Feb-04 1:46
adarsh_sebiz10-Feb-04 1:46 
Generalargument and matrix Pin
Dheeraj Mehta1-Feb-04 18:10
Dheeraj Mehta1-Feb-04 18:10 
Questionset /clr option in MFC application? Pin
scoct31-Jan-04 21:10
scoct31-Jan-04 21:10 
Generalreading inputs Pin
Liyana30-Jan-04 12:13
Liyana30-Jan-04 12:13 
GeneralRe: reading inputs Pin
Roger Wright3-Feb-04 4:25
professionalRoger Wright3-Feb-04 4: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.