|
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Sam Blackburn
|
Rating:
|
|

Win32 Foundation Classes (WFC) is a library of C++ classes that extend Microsoft Foundation Classes (MFC) to do NT specific things. Microsoft has chosen to focus their efforts on making MFC do pretty GUI things rather that application development things. MFC views the world through GUI colored glasses. There's no real support for doing any sort of interesting application in MFC. Oh sure, there's database support but that is GUI-slanted (assumes the application will present the database in a GUI)...
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: microsoft
|
Rating:
|
|

Windows CE .NET, the newest member of the .NET family, includes a number of improvements over previous versions of Windows CE. For example, there are quite a few new APIs and enhancements to security and connectivity, the user interface, the kernel, and the emulator. In addition, DirectX support has been added and C++ in Windows CE .NET now supports C++ exceptions, STL, and runtime type information. In this article the author takes a tour of Windows CE .NET, starting with the New Platform Wizard...
|
|
|
|
Total Hits: 6 | Today: 0
|
Author: Nishant Sivakumar
|
Rating:
|
|

This article explains a simple way to get and set icons for folders (open and closed), hard drives, floppies and CD drives. The default icons are stored in Shell32.dll as icon resources. To change the icons, we need to modify the registry by adding some values and to set them back to default icons, we simply remove the values we added. Of course simply changing the registry values won't change the icons because Windows will take the icons from the icon cache. Tweak UI has a feature to flush the ...
|
|
|
|
Total Hits: 14 | Today: 0
|
Author: Zoltan Csizmadia
|
Rating:
|
|

Extended Trace is a collection of a lot of useful traces for Win32, such as:
* TRACE(...) implementation for Win32. * Messages with source code links. Just double click on the message in the Output Window, and jump to the source code. * Function parameters. Are you wonder what parameters your function was called with? Just call a simple macro, and will trace yor function prototype with the actual parameter values to the Output Window....
|
|
|
|
Total Hits: 18 | Today: 0
|
Author: TopCoder23
|
Rating:
|
|

The Snake game is a widespread game. It has been done a million times, and is playable on any device. Variants of snake run on things like cellphones to mainframes and Snake has been written in most of the major programming languages, from BASIC, C++, Pascal, Java to whatever. Today we are gonna take a look at a snake game that is written in c++ and is designed to run in a Win32 console using text characters....
|
|
|
|
Total Hits: 20 | Today: 0
|
Author: Ahmed Kahwaji
|
Rating:
|
|

While trying to open the certificate store using the MMC, I got a frequent error "Microsoft Management Console has stopped working"...
|
|
|
|
Total Hits: 44 | Today: 0
|
Author: Mahmoud Fayed
|
Rating:
|
|

I am Interested in Compiler implementation using AI Techniques and Supernova (Simple scripting language for MS-Windows which released formally as Freeware) is a result of my researches in this topic.
Supernova is a small size programming language (less than 3MByte) and you can use it for quick and simple tasks also it's useful for children as a start towards learning the art of programming....
|
|
|
|
Total Hits: 48 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

A JScript program is a collection of statements. A JScript statement, which is equivalent to a complete sentence in a natural language, combines expressions that perform one complete task....
|
|
|
|
Total Hits: 44 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

JScript is a case-sensitive language. Consequently, a variable named myCounter is different from a variable named MyCounter. Variable names can be of any length. The rules for creating valid variable names are as follows:
*
The first character must be a Unicode letter (either uppercase or lowercase) or an underscore (_) character. Note that a number cannot be used as the first character. *
Subsequent characters must be letters, numbers, or underscores....
|
|
|
|
Total Hits: 45 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

Most managed assemblies must be registered in the Windows registry for use by COM. Assemblies using registration-free COM interop are exempt from this requirement. You can register an assembly by using the Assembly Registration Tool (Regasm.exe) or methods exposed by the RegistrationServices class. Each mechanism creates version-dependent registry keys that allow multiple versions of the same assembly to run side-by-side on a computer....
|
|
|
|
Total Hits: 89 | Today: 0
|
Author: Roman Kecher
|
Rating:
|
|

This paper will discuss a specic design problem I've come across in the course of a hobby programming project, and the solution I have worked out for it. The solution can be viewed as a specic implementation of what can be considered as a far more general design pattern, which I've decided to call "The dynamic registry factory" (I'm open to suggestions of better names at this point)....
|
|
|
|
Total Hits: 102 | Today: 0
|
Author: zippy1981, Lars Hove Christiansen
|
Rating:
|
|

Microsoft Message Queue (MSMQ) technology is a popular Reliable Message Transportation Protocol for Windows developers. The primary reasons for its popularity are that it is included with all versions of the Windows Operating System and it has always been well supported by Microsoft's development tools.
One thing I've found lacking from the Microsoft MSMQ stack has been a good tool for viewing the contents of the messages in a MSMQ. The MSMQ MMC Snap-in is good for administering the queue...
|
|
|
|
|
|