Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, September 03, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > .NET Namespaces > Microsoft
Search:
What's New - What's Hot
More Categories for CLRAdmin CLRAdmin (0)
More Categories for CSharp CSharp (4)
More Categories for Data Data (0)
More Categories for IE IE (0)
More Categories for JScript JScript (5)
More Categories for Microsoft.Office.Core Microsoft.Office.Core (0)
More Categories for Microsoft.VisualStudio.VSHelp Microsoft.VisualStudio.VSHelp (0)
More Categories for VisualBasic VisualBasic (2)
More Categories for VisualC VisualC (1)
More Categories for Vsa Vsa (16)
More Categories for Win32 Win32 (110)
 


The Win32 Foundation Classes (WFC) - Version 45    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Sam Blackburn       Rating:  
Read Reviews | Write Review |   Your 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)...

New Version Offers Revamped Platform Builder, Improved Tools, Enhanced API, and Source Code    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: microsoft       Rating:  
Read Reviews | Write Review |   Your 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...

Changing default icons for folders and drives    Version: 0.00       Price: $0.00   
Total Hits: 6  |  Today: 0 Author: Nishant Sivakumar       Rating:  
Read Reviews | Write Review |   Your 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 ...

Extended Trace: Trace macros for Win32.    Version: 0.00       Price: $0.00   
Total Hits: 14  |  Today: 0 Author: Zoltan Csizmadia       Rating:  
Read Reviews | Write Review |   Your 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....

Snake game in a Win32 Console.    Version: 0.00       Price: $0.00   
Total Hits: 18  |  Today: 0 Author: TopCoder23       Rating:  
Read Reviews | Write Review |   Your 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....

Opening Certificate Store in Win 7 64 bit    Version: 0.00       Price: $0.00   
Total Hits: 20  |  Today: 0 Author: Ahmed Kahwaji       Rating:  
Read Reviews | Write Review |   Your Rating: 

While trying to open the certificate store using the MMC, I got a frequent error "Microsoft Management Console has stopped working"...

Supernova Programming Language    Version: 0.00       Price: $0.00   
Total Hits: 44  |  Today: 0 Author: Mahmoud Fayed       Rating:  
Read Reviews | Write Review |   Your 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....

JScript Statements    Version: 0.00       Price: $0.00   
Total Hits: 48  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your 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....

JScript Identifiers    Version: 0.00       Price: $0.00   
Total Hits: 44  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your 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....

Version-Dependent Registry Keys    Version: 0.00       Price: $0.00   
Total Hits: 45  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your 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....

The Dynamic Registry Factor    Version: 0.00       Price: $0.00   
Total Hits: 89  |  Today: 0 Author: Roman Kecher       Rating:  
Read Reviews | Write Review |   Your 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)....

Browsing message queues with MQManager.NET    Version: 0.00       Price: $0.00   
Total Hits: 102  |  Today: 0 Author: zippy1981, Lars Hove Christiansen       Rating:  
Read Reviews | Write Review |   Your 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...


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net