Click here to Skip to main content
6,629,377 members and growing! (20,656 online)
Email Password   helpLost your password?
Announcements
BullFrog Power
 
Search    
Add to IE Search

Articles by Mauricio Ritter (13 articles found)

Average article rating: 4.52

Combo & List Boxes

CMultiCombo - A checkbox-bitmapped combobox
Last Updated: 27 Jan 2002   Page Views: 78,428   Rating: 3.43/5    Votes: 11   Popularity: 3.57   Bookmark Count: 31
Present a combo-box class that allows multiple checkbox bitmaps to be placed next to each item.

Validation

Custom Validation Scripts - Extending the client side script functionality
Last Updated: 24 Jan 2005   Page Views: 68,143   Rating: 4.21/5    Votes: 27   Popularity: 6.03   Bookmark Count: 52
Override the default implementention of client side validation of ASP.NET and modify the default functionality by adding focus to error fields and individual alerts for each invalid field

Microsoft BizTalk Server

UnzipDisassembler - A custom pipeline component for BizTalk Server 2004
Last Updated: 29 Jan 2006   Page Views: 86,715   Rating: 4.63/5    Votes: 17   Popularity: 5.69   Bookmark Count: 35
This article shows how to create a custom pipeline component in BizTalk Server 2004. The component receives a zipped message, uncompresses it, and returns the .zip file contents to the BizTalk Server.
Using a SQL Adapter in BizTalk Server 2004
Last Updated: 31 Jan 2006   Page Views: 106,653   Rating: 4.76/5    Votes: 23   Popularity: 6.48   Bookmark Count: 34
This article is a how-to guide to using SQL Server adapters in BizTalk Server 2004. It'll show how to configure the ports, messages, and orchestrations to use this BizTalk resource.
Asynchronous call to web services in Biztalk orchestrations
Last Updated: 4 Feb 2006   Page Views: 60,062   Rating: 4.79/5    Votes: 12   Popularity: 5.16   Bookmark Count: 51
In this article, I'll show you how to call web services asynchronously using Biztalk. We'll use two orchestrations and some concepts like port parameters and polarity inversion of a port.

DirectX

Introduction to DirectDraw and Surface Blitting
Last Updated: 31 May 2002   Page Views: 298,913   Rating: 4.55/5    Votes: 72   Popularity: 8.44   Bookmark Count: 128
This is an introductory example of how to create a simple application using the DirectDraw library to produce some animation in fullscreen mode. It requires DirectX SDK 7 or greater to run.
Invasion - A computer game using DirectDraw
Last Updated: 4 Jun 2002   Page Views: 243,145   Rating: 4.74/5    Votes: 64   Popularity: 8.56   Bookmark Count: 61
This "Space Invaders"-like game was originally writen in DirectX 6, but I've changed some things so that you can use it with the latest version of the DirecX SDK. It uses just the Windows API and DirectX library (no MFC here). Have fun!
cHitChecker - Solving the hit testing problem in game development
Last Updated: 4 Jun 2002   Page Views: 65,088   Rating: 4.44/5    Votes: 13   Popularity: 4.95   Bookmark Count: 31
This article show the creation of a simple HitChecking class that allow you to check the if an object in the plane has been hit. It uses the GDI API, implementing some of the region functions.
RaceX - A 2D racing game using DirectDraw
Last Updated: 30 Aug 2002   Page Views: 329,799   Rating: 4.84/5    Votes: 90   Popularity: 9.46   Bookmark Count: 115
This is a 2D racing game that uses a DirectX wrapper library. The game has single player and multiplayer support.

Database

Inserting relational data using DataSet and DataAdapter
Last Updated: 15 Mar 2003   Page Views: 589,840   Rating: 4.52/5    Votes: 127   Popularity: 9.51   Bookmark Count: 279
This article describes the process of inserting data in a DataSet and then submitting this changes to the database. It targets the issue when having IDENTITY/AutoNumber columns in the database.

Game Development

Pentominos - A C# implementation of the famous puzzle game
Last Updated: 29 May 2002   Page Views: 124,967   Rating: 4.55/5    Votes: 16   Popularity: 5.48   Bookmark Count: 33
This is a simple implementation of Pentominos, a puzzle game. The source code is written in C# an uses a lot of concepts about drawing and matrix handling. Hope you enjoy it !

C#

BatchRebuilder - Batch rebuilder for your Visual Studio .NET Projects
Last Updated: 23 Jan 2005   Page Views: 40,870   Rating: 4.70/5    Votes: 17   Popularity: 5.78   Bookmark Count: 37
This is a tool created to compile all C# or VB.NET projects in a specified folder. It'll recurse into the subdirectories looking for projects to compile. It has a lot of options like those for changing the project's target folder and logging. Hope you find it handy!

Debug Tips

Remote Debugging in MSVC++ 6.0 - Step by step in the OnPaint message handler
Last Updated: 24 Jan 2002   Page Views: 140,798   Rating: 4.59/5    Votes: 30   Popularity: 6.78   Bookmark Count: 75
This article how to setup the remote debugging capatibilities of Visual C++ 6.0. With just a few steps and an extra machine (of course!) I´ll show how can you step into the OnPaint message handler.

Mauricio Ritter


Member
Mauricio Ritter lives in Brazil, in the city of Porto Alegre. He is working with software development for about 8 years, and most of his work was done at a bank, within a home and office banking system.
Mauricio also holds MCSD, MCSE, MCDBA, MCAD and MCT Microsoft certifications and work as a trainer/consultant in some MS CTEC in his city.
Mauricio also works in his own programming site, aimed to Brazilian Developers: http://www.dotnetmaniacs.com.br

In his spare time he studys korean language...
Occupation: Web Developer
Location: Brazil Brazil


Last Updated 21 Nov 2009
Web19 | 2.2.0175 | Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use