-
-
[
C#(.net)]
pocket1945src.zip
Pocket 1945 is a classic shooter inspired by the classic 1942 game. The game is written in C# targeting the .NET Compact Framework. This article is my first submission to Code Project and is my contribution to ongoing .NET CF competition.
Category:
SCM Upload User:
zbmdjc Size:
56K
-
[
C#(.net)]
XCtrls_Src.zip
... different bitmap images to be displayed for each of the button states. This includes disabled, normal, mouse over, and button pressed. In addition to the button graphics, it was important to include button text and control the alignment of the text with ...
-
[
C#(.net)]
JBSocketServerTestSource.zip
... doesn t cause the kind of packet fragmentation and delays that you might encounter in the wild. Often when testing in the development ... that this is how it always is. As we pointed out in a previous article, the server developer is always responsible for ...
-
[
ASP/ASPX(.net)]
flashasp.zip
access the database using Flash MX. Please remember that Flash is unable to natively access a database. A programming language (ASP in this case) provides the programming logic, while Flash works at the presentation tier of the application.
-
[
Visual C++ (VC++)]
programdesignpractice.Zip
... , testing, performance, portability, design, interface and style, and the law in mind, the discussion of the actual design process, but we ... methods, it will be translated and published fill current gaps in the area of books. The book is worth every dream ...
-
-
[
Visual C++ (VC++)]
UserFun.zip
This 4 part series will discuss the Windows access control model and how it is implemented in Windows NT and 2000. In this 2nd article we will start programming with security identifiers, access control lists and security descriptors. We will solve ...
-
[
Visual C++ (VC++)]
boost.zip
This 4 part series will discuss the Windows access control model and how it is implemented in Windows NT and 2000. In this 2nd article we will start programming with security identifiers, access control lists and security descriptors. We will solve ...
-
[
Visual C++ (VC++)]
APIHookingRevisited_src.zip
There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating ... be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is ...
Category:
Hook api Upload User:
shyinglong Size:
8K
-
[
Visual C++ (VC++)]
ReadOnlyComboBox_demo.zip
... ReadOnly property of a TextBox to true, you can t edit the text in the TextBox anymore. The user can still select the text and copy it ... user has a visual indication of the ReadOnly mode. The text is still painted in black, as in a normal editable TextBox.