Click here to Skip to main content
15,921,643 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: VS.NET and projects Pin
Andres Manggini16-Feb-02 15:05
Andres Manggini16-Feb-02 15:05 
GeneralRe: VS.NET and projects Pin
19-Feb-02 20:49
suss19-Feb-02 20:49 
GeneralVS.NET Enterprise Install - Fails Pin
Giles13-Feb-02 6:24
Giles13-Feb-02 6:24 
QuestionIs there a way to run managed c++ programs on computers w/o VS.NET (like win98, winme or win2k machines)? Pin
HJB41711-Feb-02 4:07
HJB41711-Feb-02 4:07 
AnswerRe: Is there a way to run managed c++ programs on computers w/o VS.NET (like win98, winme or win2k machines)? Pin
Mazdak11-Feb-02 4:24
Mazdak11-Feb-02 4:24 
Generalattributed programming Pin
omkamal9-Feb-02 6:32
omkamal9-Feb-02 6:32 
GeneralRe: attributed programming Pin
Michael Dunn9-Feb-02 7:51
sitebuilderMichael Dunn9-Feb-02 7:51 
GeneralRe: attributed programming Pin
James T. Johnson9-Feb-02 20:31
James T. Johnson9-Feb-02 20:31 
Attributes allow you to decorate code with various properties at compile time.

Then at runtime those properties can be examined and the data extracted. I'm thinking about writing an article for CP about this topic, I just need to come up with a different use for attributes so it doesn't clash with my commercial product Smile | :)

An attribute can be nothing more than a flag, SerializableAttribute, or it can perform something useful, ToolboxBitmapAttribute.

I suppose, you could think of an attribute as a readonly property on a type.

VS.NET uses attributes internally, if you design a usercontrol numerous attributes can be applied to the class and its properties to effect the visual and usage outcome. You can specify the toolbox bitmap, which properties show up in the properties box, whether those properties are readonly, and if it has an UI Editor.

From what I've read COM doesn't let you specify many attributes, where .NET allows you to place an attribute on anything (even attributes have an attribute, AttributeUsage which specifies where it is valid to use an attribute) Smile | :)

James

Sonork ID: 100.11138 - Hasaki
"My words but a whisper -- your deafness a SHOUT.
I may make you feel but I can't make you think." - Thick as a Brick, Jethro Tull 1972

GeneralRe: attributed programming Pin
omkamal10-Feb-02 4:36
omkamal10-Feb-02 4:36 
GeneralRe: attributed programming Pin
James T. Johnson10-Feb-02 8:44
James T. Johnson10-Feb-02 8:44 
QuestionWhat to do when events, messages & overrides don't work... Pin
Darren Schroeder8-Feb-02 15:58
Darren Schroeder8-Feb-02 15:58 
QuestionWhat happened to System.Windows? Pin
omkamal8-Feb-02 9:48
omkamal8-Feb-02 9:48 
AnswerRe: What happened to System.Windows? Pin
Konstantin Vasserman8-Feb-02 18:15
Konstantin Vasserman8-Feb-02 18:15 
GeneralRe: What happened to System.Windows? Pin
omkamal9-Feb-02 6:26
omkamal9-Feb-02 6:26 
QuestionMFC with .NET? Pin
Stan Shannon8-Feb-02 2:41
Stan Shannon8-Feb-02 2:41 
AnswerRe: MFC with .NET? Pin
NormDroid8-Feb-02 2:44
professionalNormDroid8-Feb-02 2:44 
GeneralRe: MFC with .NET? Pin
Stan Shannon8-Feb-02 2:57
Stan Shannon8-Feb-02 2:57 
GeneralRe: MFC with .NET? Pin
NormDroid8-Feb-02 2:59
professionalNormDroid8-Feb-02 2:59 
GeneralRe: MFC with .NET? Pin
Stan Shannon8-Feb-02 3:14
Stan Shannon8-Feb-02 3:14 
GeneralGDI+ Pin
Konstantin Vasserman6-Feb-02 16:49
Konstantin Vasserman6-Feb-02 16:49 
GeneralRe: GDI+ Pin
Christian Graus6-Feb-02 17:07
protectorChristian Graus6-Feb-02 17:07 
GeneralRe: GDI+ Pin
Konstantin Vasserman6-Feb-02 17:16
Konstantin Vasserman6-Feb-02 17:16 
GeneralRe: GDI+ Pin
Christian Graus6-Feb-02 21:40
protectorChristian Graus6-Feb-02 21:40 
GeneralRe: GDI+ Pin
Konstantin Vasserman7-Feb-02 0:42
Konstantin Vasserman7-Feb-02 0:42 
General.NET vs COM extensibility Pin
Daniel Turini6-Feb-02 7:06
Daniel Turini6-Feb-02 7:06 

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.