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

Managed C++/CLI

 
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 
GeneralRe: HELP!!! compiler seems confused... Pin
Nik Vogiatzis5-Feb-04 9:51
Nik Vogiatzis5-Feb-04 9:51 
hi roger...

yeah, already tried that, and then it comes up with:

MySqlParameterCollection.h(23) : error C3244: 'IDataParameterCollection.Contains' : this method was introduced by 'System::Data::IDataParameterCollection' not by 'System::Data::IDataParameterCollection'<br />


which is strange... however, you did inspire me and i tried this:

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


and that seems to have removed one of the 'errors', i just need to workout why the same technique is not working for __property bool get_IsNullable(void) for MySqlParameter, and i will have it! Big Grin | :-D

cheers and thanks for your assistance roger...
nik

Nik Vogiatzis
PhD Candidate: University of South Australia
+++++++++++++++++++++++++++
Developing new generation Traffic Micro-simulation Tools for Traffic Engineers
em: nikolaos.vogiatzis@unisa.edu.au
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 
GeneralRe: reading inputs Pin
Nik Vogiatzis18-Feb-04 17:22
Nik Vogiatzis18-Feb-04 17:22 

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.