|
| This writing talks about hard links and soft links; two of the nice features of NTFS file system.
You can divide file links into two categories: 1) Normal Links (shortcuts) 2) Symbolic LinksRead more.. |
| Views: 703
| Bookmarked: 0
times | By: Geming Leader |
On:
9/2/2010 3:05:56 PM |
Article |
|
|
| This lesson focuses on how to change the screen resolution and color system programmatically via DirectX. It starts by an overview about how the Windows satisfies user’s need through the Display Settings window. Then, it digs into discussing how to retrieve these settings and to change these programmatically in the .NET environment.Read more.. |
| Views: 742
| Bookmarked: 0
times | By: Geming Leader |
On:
9/2/2010 11:11:56 AM |
Article |
|
|
| A union is a memory location that is shared by two or more different types of variables. A union provides a way for interpreting the same bit pattern in two or more different ways (or forms.)
In fact, unions share structures lots of characteristics, like the way they defined and marshaled. It might be helpful to know that, like structures, unions can be defined inside a structure or even as a single entity. In addition, unions can define complex types inside, like structures too.Read more.. |
| Views: 807
| Bookmarked: 0
times | By: Geming Leader |
On:
9/2/2010 11:57:44 AM |
Article |
|
|
| Which is better, to use BeginPaint/EndPaint, or to use GetDC/ReleaseDC?Read more.. |
| Views: 1175
| Bookmarked: 0
times | By: Geming Leader |
On:
9/2/2010 12:34:34 PM |
Article |
|