Browse by Tags

All Tags » Codes (RSS)

Filemapping and a hex dump utility

Last time, I blogged about "how to reference function parameters to and from a function" . This time I would like to demonstrate how to put something of that approach in action. I wrote two functions that will allow you to use file mapping in...
Posted by cvega | 3 comment(s)
Filed under: ,

Returning function result to parameter

Writing a function with a pass-by-reference parameter that will be used to receive the result of the function's execution is a good practice in functions that returns status-code while the actual output is placed in the out parameter(s): Here's...
Posted by cvega | 1 comment(s)
Filed under: ,

Visit Microsoft Technet Community

If you haven't visited the new Microsoft Official Technet Community yet, please do so. You can find the community at this site: http://forums.microsoft.com/technet If you already has an account in MSDN Community , then you don't need to register, because...
Posted by cvega | with no comments
Filed under:

"Send To" Notepad

If you’re a programmer using Windows, then most of the time you probably have had opened a source-code or other files with uncommon file-extension, to notepad. Shift+Right-Click a file in Windows Explorer and clicking the " Open With… " shortcut is probably...
Posted by cvega | 2 comment(s)
Filed under:

Virtual Server 2005 RC2 is now free

More than a week ago, Microsoft announced that Virtual Server 2005 is for free download! What's a Virtual Server? See this definition from Microsoft: Virtual Server 2005 is a server application that enables users to run a range of operating systems—including...
Posted by cvega | 2 comment(s)
Filed under:

Answer Marking Role Automatically Granted in MSDN Community Forums

Announced Friday, April 7, 2006 by Joe Morel , MSDN Community Forums is now auto-granting "answer marking" privilege to any member of the community if you answered (and marked as such) 5 or more answer since April 1, 2006. There are over 800 members have...
Posted by cvega | 1 comment(s)
Filed under: ,

Batchfile chat program

In the company I'm currently working, sending messages using "Net Send" in command prompt is the only way we can communicate in the LAN, everything else is blocked by the System Administrator. I thought that there should be a better way of typing "Net...
Posted by cvega | 1 comment(s)
Filed under:

Desktop Doodle

I would like to invite everybody to download my latest freeware program for Win32 platform, the program is called "Desktop Doodle", where you can use your mouse pointer to draw on to your desktop using different pen sizes and colors. For more information...
Posted by cvega | 1 comment(s)
Filed under: