Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > Visual C++ .NET > Attributes


Search:
What's New - What's Hot
Getting and Setting File Attributes     
Total Hits: 1450  |  Today: 0Author: DevASP      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I will describe the attributes of files such as archive, directory, hidden, normal, read only, system, temporary. These all attributes are in the Boolean form(means a file is in hidden mode or not etc).
Beside this I will also discuss that how to get the size of a file, Get the full path of a file.All these Information will be get or Set by OS System services. Get the File Size. GetFileSize is the API in Windows System service which provide us the size of file in bytes or 0xFF...

C++: The Most Powerful Language for .NET Framework Programming     
Total Hits: 96  |  Today: 0Author: Kenny Kerr      Rating:  
Read Reviews | Write Review |  Your Rating: 

Explore the design and rationale for the new C++/CLI language introduced with Visual C++ 2005. Use this knowledge to write powerful .NET applications with the most powerful programming language for .NET programming....

C++ Attributes: Make COM Programming a Breeze with New Feature in Visual Studio .NET  Version: 0.00     Price: $0.00  
Total Hits: 8  |  Today: 0Author: Richard Grimes      Rating:  
Read Reviews | Write Review |  Your Rating: 

C++ attributes in Visual Studio .NET are used to generate C++ code through attribute providers. Attribute providers generate code for COM classes, and the code is injected by the C++ compiler at compile time. This has the effect of reducing the amount of code that you need to write. In addition, with C++ attributes you no longer need to maintain separate IDL and RGS files, which makes project management simpler. This article explains C++ attributes, the process used by the attribute provider to ...

Using the ToolboxBitmap attribute from Managed C++  Version: 0.00     Price: $0.00  
Total Hits: 48  |  Today: 0Author: Noogle      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is a very brief note on associating a bitmap image with a component or user control from a Managed C++ project. The C# technique is more straightforward and is already documented in the standard help. Doing this in C++ is initially a pain, because there are few (if any) sample projects around, that do this. It took me quite a while to find a post on one of the newsgroups that provided the solution. Once you know what to look for, you'll find the right posts, so the idea of this article is j...

C++ Attributes: Make COM Programming a Breeze with New Feature in Visual Studio .NET     
Total Hits: 84  |  Today: 0Author: Richard Grimes      Rating:  
Read Reviews | Write Review |  Your Rating: 

C++ attributes in Visual Studio .NET are used to generate C++ code through attribute providers. Attribute providers generate code for COM classes, and the code is injected by the C++ compiler at compile time. This has the effect of reducing the amount of code that you need to write. In addition, with C++ attributes you no longer need to maintain separate IDL and RGS files, which makes project management simpler. This article explains C++ attributes, the process used by the attribute provider to ...



Disclaimer - Privacy
© 2002-2012 DevASP.net