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

Managed C++/CLI

 
QuestionInternetCrackUrl- freeing memory? Pin
Member 45587823-Aug-04 9:00
Member 45587823-Aug-04 9:00 
GeneralAdding classes and functions in VC++ Express Edition Pin
Majid Shahabfar22-Aug-04 10:01
Majid Shahabfar22-Aug-04 10:01 
GeneralRe: Adding classes and functions in VC++ Express Edition Pin
Anonymous19-Sep-04 14:14
Anonymous19-Sep-04 14:14 
GeneralInterfering with a print job! Help!!! Pin
miloX21-Aug-04 1:06
miloX21-Aug-04 1:06 
GeneralStrange :o| Pin
User 91483320-Aug-04 12:55
User 91483320-Aug-04 12:55 
Questionhow do you get shell extensions to run? Pin
Member 130861119-Aug-04 5:27
Member 130861119-Aug-04 5:27 
GeneralDesktop sharing application in vc++.net Pin
Member 69638018-Aug-04 19:14
Member 69638018-Aug-04 19:14 
GeneralChanging the browsable attribute of a property at run time Pin
pradeep_pc18-Aug-04 17:59
pradeep_pc18-Aug-04 17:59 
Hi,

Is it possible to conditionally change the value of the "Browsable"
attribute at the top of the property constructor at runtime in VC++.net?
For example, I would like to conditionally change the following property
(PartNumber) to display in a property grid. I can control whether it
displays by inserting either Browsable(True) or Browsable(False), but I
would like to do this programmatically based on a condition.

[Browsable(True)]
__property String* get_PartNumber()
{
return _partNumber;
}

__property void set_PartNumber(String* value)
{
_partNumber = value;
}



thanks,
Pradeep


GeneralGet MDI Child Handle Pin
MKlucher18-Aug-04 0:56
MKlucher18-Aug-04 0:56 
Generalproperly redraw form Pin
Anonymous17-Aug-04 14:33
Anonymous17-Aug-04 14:33 
GeneralERROR, to parse a parameter of a constructor from a pointer to a void Pin
Manolo Carrasco17-Aug-04 3:58
Manolo Carrasco17-Aug-04 3:58 
GeneralDifference between "->" and "." Pin
crushinghellhammer16-Aug-04 9:07
crushinghellhammer16-Aug-04 9:07 
GeneralRe: Difference between "->" and "." Pin
RNEELY16-Aug-04 11:15
RNEELY16-Aug-04 11:15 
QuestionHow to open File for ADDING information ? Pin
vgrigor112-Aug-04 20:32
vgrigor112-Aug-04 20:32 
QuestionHow to get "file size ON DISK" ? Pin
vgrigor111-Aug-04 4:30
vgrigor111-Aug-04 4:30 
AnswerRe: How to get "file size ON DISK" ? Pin
Anonymous17-Aug-04 14:45
Anonymous17-Aug-04 14:45 
GeneralSHDocVw::InternetExplorer automation Pin
HudsonKane11-Aug-04 3:03
HudsonKane11-Aug-04 3:03 
GeneralRe: SHDocVw::InternetExplorer automation Pin
HudsonKane11-Aug-04 5:47
HudsonKane11-Aug-04 5:47 
GeneralUse ProgressCtrl Pin
fatidarya9-Aug-04 11:07
fatidarya9-Aug-04 11:07 
GeneralVisStudio2003 Code Editor Screwed UP Pin
mailsink8-Aug-04 16:33
mailsink8-Aug-04 16:33 
QuestionIs c++ .net safe from decompiling? Pin
FocusedWolf6-Aug-04 7:12
FocusedWolf6-Aug-04 7:12 
GeneralManaged C++ Running Delay Pin
MKlucher5-Aug-04 12:17
MKlucher5-Aug-04 12:17 
GeneralRe: Managed C++ Running Delay Pin
eddstar12-Aug-04 12:18
eddstar12-Aug-04 12:18 
GeneralUsing VC++ Express compiler in Visual Studio 6 IDE Pin
adrian cooper5-Aug-04 2:09
adrian cooper5-Aug-04 2:09 
GeneralDiffrence between VC++ and managed Pin
X20404-Aug-04 12:24
X20404-Aug-04 12:24 

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.