Microsoft & .NET San Antonio TX

Developer.com offers daily news, articles, and tutorials for professional involved in the development of applications and other technical solutions. Daily coverage includes articles, tutorials, news and other resources related to all facets of development.

Newest Articles

Performance Monitor - Get System Counter Values (CPU, Memory, etc.) San Antonio TX

Great Windows 2000 resource meter application

Extending CPictureHolder for loading BMP, JPG, etc. San Antonio TX

This class extends the MFC CPictureHolder class to include better support for enhanced metafiles, access to picture handles, loading from files, and other capabilities.

CNewLabel : Advanced CStatic-Derived Class San Antonio TX

This class (CNewLabel) is derived from CStatic and performs a lot of things that the CStatic class can not do.

WBEM Class Wrapper for Local and Remote Process Creation San Antonio TX

This class will allow the creation of any specified process on a remote or local Windows machine.

Function to Set Default Printer San Antonio TX

SetPrinter is a simple DLL COM that enables you to programmatically set the default printer:

All Articles

.NET Tip San Antonio TX

Simplify finding the entry you need from an event log. Read on and learn more.

Adding Standard Deviation to LINQ San Antonio TX

This article tells you how to implement a simple Standard Deviation function for LINQ (Language Integrated Query).

Advanced C++/CLI San Antonio TX

C++/CLI has a number of advanced features that make developing and maintaining applications easier. Discover how these allow types to be moved between assemblies without breaking existing application, allow fast and efficient interoperability between native functions, and make it possible to create functions that take a variable number of parameters while still maintaining type safety.

An Active Server Pages Tutorial, Part 1 San Antonio TX

In a two-part introduction to the basics of plain ASP, the author walks you through the steps needed to employ scripts for creating dynamic Web pages.

An Active Server Pages Tutorial, Part 2 San Antonio TX

We conclude our tutorial on working with ASP by looking at Boolean functions, sessions and cookies, text files, and accessing databases.

Animated Background Banner San Antonio TX

Used to display an Animated Banner using the the CmdiMainClient class

Applied Microsoft .NET Framework Programming San Antonio TX

Jeffrey Richter provides chapter 6, 'Common Object Operations,' from his new book, Applied Microsoft .NET Framework Programming.

Audio Mixer Control Classes San Antonio TX

This is a new an improved version of the Audio Mixer Control Classes

Automating Repetitive Tasks in Visual Studio San Antonio TX

Visual Studio.Net has added an expanded extensibility model and macros to the unified Visual Studio IDE. The macro tools allow you to quickly record repetitive tasks, enhancing productivity.

Avoiding Boolean Overload San Antonio TX

Reduce your boolean logic to keep you program readable. Read this article on and learn more.

Book Review: ASP.NET For Dummies San Antonio TX

ASP.NET for Dummies is more than just a book. In addition to its 420 printed pages, it also contains a "cheat sheet" tear card, a support Web site, and a CD with over a hundred additional pages. Check out our full review of this new book.

Book Review: XML for Bosses San Antonio TX

The author "sells" managers on the benefits of XML, such as platform-neutral data and multiple presentations of an XML document. In so doing, managers working in all domains should begin to see XML's strengths.

C# Tips and Tricks San Antonio TX

Learn some tips and tricks with the C# 3.0 language features along with exploring some productivity gains with the Visual Studio IDE.

Capturing CommandBar Events in VB Add-Ins San Antonio TX

This code sample shows how to capture all the events from your command-bars in a Visual Basic Add-In using only one declared event handler.

CColor class Overview San Antonio TX

encapsulates the GDI color value (COLORREF)

Client/Server interprocess communication via shared memory San Antonio TX

Client/Server interprocess communication via Shared Memory

CNewLabel : Advanced CStatic-Derived Class San Antonio TX

This class (CNewLabel) is derived from CStatic and performs a lot of things that the CStatic class can not do.

Code to View/Hide Status Bar in SDI and MDI Applications San Antonio TX

Here's a little handler for the OnViewStatusBar message handler to change the "View/Hide Status Bar" menu option so that the application (main) window changes its height according to the size of the visible client area.

Configuring a ClickOnce Deployment San Antonio TX

Learn about the different options available to you for deploying your Windows desktop applications with Microsoft's ClickOnce technology.

Connecting to a running instance of Internet Explorer San Antonio TX

Methods to connect to a running instance of IE

Creating a Rounded Panel Control San Antonio TX

This article talks about how to make your user interfaces a little jazzier with a rounded rectangle Panel control; a fun chunk of code to incorporate into your application.

Creating Flexible Constant Fields San Antonio TX

Discover how to use constant fields without having to hard code the values into the class.

Creating Flexible Constant Fields San Antonio TX

Discover how to use constant fields without having to hard code the values into the class. Read this article and learn more.

Creating statically linked, non-MFC DLLs San Antonio TX

This article illustrates how to create and use Statically linked Non-MFC (Implicit) DLLs.

Creating Word Documents by Using C# and XML San Antonio TX

This article tells you how to create word documents in your application without using Office Interop or third-party libraries.

CSS Sprites San Antonio TX

Looking to improve the performance of your site? Learn how to combine all of those tiny 1k styling images into a couple CSS sprites.

Custom MSBuild Task Development with Visual C++ San Antonio TX

Visual C++ 2010 sees the integration of MSBuild with Visual C++. MSBuild is Microsoft's common build engine and one of its key design goals is the ability to support a high-degree of flexibility in customizing the build process. See how a custom MSBuild task can be built in Visual C++, and how the task can be used to customize the build process of other Visual C++ 2010 projects.

Deploying Separate User/Site Configurations with ClickOnce San Antonio TX

Microsoft's ClickOnce framework is a powerful tool for deploying and updating Windows forms applications. Learn how to deploy separate application configurations via two methods: installing and updating from different locations, and using URL parameters.

Devexpress ASPxGridView San Antonio TX

Devexpress has a commitment to providing amazing ASP.NET (and other controls), such as their latest revision of their ASPxGridView, version 8.3, which supports filtering, grouping, sorting, and much more, with little or no coding on your part.

Encrypting a File Using .NET San Antonio TX

Our "Tacit Records" columnist shows you how .NET's cryptographic support works using the Cryptostream class, which you can implement within either C# or Visual Basic. Here's how to get started.

Enumerate NT services San Antonio TX

Allows for an NT manager-like application

Extended Strings San Antonio TX

The XString-class is a powerful extension to the standard CString-class

Extending CPictureHolder for loading BMP, JPG, etc. San Antonio TX

This class extends the MFC CPictureHolder class to include better support for enhanced metafiles, access to picture handles, loading from files, and other capabilities.

Function to Set Default Printer San Antonio TX

SetPrinter is a simple DLL COM that enables you to programmatically set the default printer:

Get VersionInfo from resource file San Antonio TX

CVersionInfo is a tiny class, which wraps the stuff needed to get the version info from a resource file. It handles both, the fixed version information and the language dependent string version information of the resource file.

Interacting with .NET WinForms, Part 1 San Antonio TX

We begin a detailed tutorial on getting started with Windows Forms in Microsoft.NET. It should enable you to start developing controls for GUI applications in the new framework.

Interacting with .NET WinForms, Part 2 San Antonio TX

We conclude our tutorial on working with Windows Forms in Microsoft.NET. Here, we'll examine some of the important GUI Controls and their application in C#.

JavaBean Proxies San Antonio TX

Using object proxies lets you access bean properties by name, augment the behavior of an object, and create a broker object of a JavaBean. Here's how to use them.

List control with single / double separator lines San Antonio TX

Placing row and column seperators in a listview

ListBox with Grayed Out / Non-Selectable Items San Antonio TX

This code sample shows how to create a listbox in VB5/6 which is subclassed to have non-selectable/grayed out items.

Microsoft Scripting Runtime in Visual Basic 6 San Antonio TX

Paul Kimmel discusses the runtime scripting engine and using it from Visual Basic.

Most Software Stinks! San Antonio TX

Just as house architects cannot design beautiful buildings simply by including known elements that have worked elsewhere, good software design is more than a collection of programming techniques that make sense on their own.

MSBuild Features for Visual C++ San Antonio TX

MSBuild is the build platform that Microsoft is using across all developer and related tools moving forward. Visual C++ is the last major compiler offering from Microsoft to move onto the MSBuild platform, with the Visual C++ 2010 release using MSBuild as its native project format. Explore the MSBuild basics from a C++ perspective, and see how it can improve your build process.

Multiple Level Undo/Redo San Antonio TX

Advanced mechanism for implementing undo/redo into your MFC application

Netscape 4.x Preferences Dialog San Antonio TX

Netscape-like preferences dialog

Object-Oriented Application Development Using the Caché Postrelational Database San Antonio TX

Not all books are created equal. If you are interested in object-oriented development, object-databases, Caché, or database developement in general, then you'll want to check out this book review.

Performance Monitor - Get System Counter Values (CPU, Memory, etc.) San Antonio TX

Great Windows 2000 resource meter application

Placing Logo on the Top DockBar of the Frame Window San Antonio TX

Great class that enables you to place your logo on the main dockbar of your SDI/MDI applications!

PostgreSQL Ends the Waiting Game San Antonio TX

This article takes a close-up look at how multi-version concurrency control cuts read-write waiting time in PostgreSQL.

Q&A with Microsoft on .NET San Antonio TX

With input from our readers, Developer.com posed questions on .NET to several Microsoft product managers. See the first of the answers from Charles Sterling (Product Manager for the .NET Framework) and Nick Hodapp (Product Manager for C#).

QueryDef - a complete implementation of a dynamic recordset San Antonio TX

Sourcefiles added (RecordsetPatch.dll)

Random Numbers and Tic Tac Toe with Visual Basic .NET San Antonio TX

The holidays are a time for fun. Learn about random numbers from Paul Kimmel's latest Visual Basic Today column from CodeGuru.com. Includes a Tic Tac Toe game!

Resizable Docking Window 2 San Antonio TX

Visual Studio-like dialogbar

SharePoint with HTTP Modules and Handlers San Antonio TX

HttpHandlers and HttpModules are easy to program and can be widely implemented in the system, so they are useful tools for you to use with SharePoint.

Tips: ODBC & Access database San Antonio TX

Tips on using ODBC with Microsoft Access

Using the Visual Studio 6.0 Driver Build Environment San Antonio TX

This article explores how to use the standard Visual Studio environment while developing device drivers.

Visual Basic .NET as a Fully Object-Oriented Language San Antonio TX

Understand how with Visual Basic .NET, the VB language finally completes the transition to a fully Object Oriented language.

Visual Basic .NET Attributes San Antonio TX

Attributes are classes that allow individual developers to extend VS.NET tools without rebuilding VS.NET each time. Many attributes are already available, but most of the interesting ones haven't even been written yet. Perhaps you will do so.

WBEM Class Wrapper for Local and Remote Process Creation San Antonio TX

This class will allow the creation of any specified process on a remote or local Windows machine.

Rss   Delicious   Digg   Add To My Yahoo   Add To My Google   Bookmark   Search Plugin