Click here to Skip to main content
16,018,460 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: CANNOT add new database in C++ 2008 (bug BY DESIGN!) Pin
Paul Conrad2-Jan-08 6:26
professionalPaul Conrad2-Jan-08 6:26 
GeneralAbout exe file Pin
minihotto1-Jan-08 18:01
minihotto1-Jan-08 18:01 
GeneralRe: About exe file Pin
led mike2-Jan-08 5:08
led mike2-Jan-08 5:08 
GeneralRe: About exe file Pin
uusheikh8-Jan-08 20:45
uusheikh8-Jan-08 20:45 
GeneralRead a file hosted on server Pin
CodeItWell29-Dec-07 11:14
CodeItWell29-Dec-07 11:14 
GeneralGraphical Interface Program in C ...Having Error ...Please Help Pin
codingrocks27-Dec-07 22:57
codingrocks27-Dec-07 22:57 
GeneralRe: Graphical Interface Program in C ...Having Error ...Please Help Pin
CPallini28-Dec-07 10:53
mveCPallini28-Dec-07 10:53 
QuestionProperties to Property Sheet ? Pin
W Balboos, GHB27-Dec-07 3:56
W Balboos, GHB27-Dec-07 3:56 
Hi, all:

I'm migrating code from VS2003 to VS2005, (using /clr without :oldsyntax) and have hit a strange problem. I have a control class with properties. They used to show up (VS2003) in the application using the control (in their own category) - but now nothing.

Here's a piece:

[Description("Total Number Of (Unsuccesful) Logon Attempts Before Failure"),Category("Logon_Dialog")]<br />
static property int LogonTries {<br />
  public: int get()              { return retries;}<br />
  public: void set(int NumTries) { retries = NumTries; }<br />
} // int property LogonTries


Searching all about on MSDN, I finally came up with an example. Alas, it looks just like what I have! (Thanks, again, Microsoft)

How do I get a property to show up in the property list for the control?

Thanks,

Balboos
QuestionHow to copy winform from one project to another project Pin
s196675m26-Dec-07 12:37
s196675m26-Dec-07 12:37 
AnswerRe: How to copy winform from one project to another project Pin
teejayem27-Dec-07 3:26
teejayem27-Dec-07 3:26 
GeneralWindows Xp Menu Pin
mikobi26-Dec-07 1:11
mikobi26-Dec-07 1:11 
GeneralFile Handling Pin
Sangeetha_J26-Dec-07 0:55
Sangeetha_J26-Dec-07 0:55 
GeneralRe: File Handling Pin
earlgraham4-Jan-08 7:05
earlgraham4-Jan-08 7:05 
Generalcalling one winform from another winform problem Pin
_tasleem20-Dec-07 6:17
_tasleem20-Dec-07 6:17 
GeneralRe: calling one winform from another winform problem Pin
Christian Graus22-Dec-07 19:22
protectorChristian Graus22-Dec-07 19:22 
QuestionCan't figure out C4430 errors ... Pin
peepsicola20-Dec-07 5:32
peepsicola20-Dec-07 5:32 
GeneralRe: Can't figure out C4430 errors ... Pin
Mark Salsbery20-Dec-07 6:46
Mark Salsbery20-Dec-07 6:46 
GeneralRe: Can't figure out C4430 errors ... Pin
peepsicola20-Dec-07 7:25
peepsicola20-Dec-07 7:25 
GeneralRe: Can't figure out C4430 errors ... Pin
Mark Salsbery20-Dec-07 7:32
Mark Salsbery20-Dec-07 7:32 
GeneralRe: Can't figure out C4430 errors ... Pin
Christian Graus22-Dec-07 19:01
protectorChristian Graus22-Dec-07 19:01 
GeneralRe: Can't figure out C4430 errors ... Pin
Mark Salsbery23-Dec-07 6:28
Mark Salsbery23-Dec-07 6:28 
QuestionMarshalling from managed to unmanaged types Pin
kushu20-Dec-07 1:02
kushu20-Dec-07 1:02 
GeneralRe: Marshalling from managed to unmanaged types Pin
Mark Salsbery20-Dec-07 8:29
Mark Salsbery20-Dec-07 8:29 
QuestionRe: Marshalling from managed to unmanaged types Pin
kushu20-Dec-07 22:45
kushu20-Dec-07 22:45 
QuestionConverting from cli::array to Byte[] Pin
WilliamD19-Dec-07 0:38
WilliamD19-Dec-07 0:38 

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.