Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > Visual C++ .NET > AddIns


Search:
What's New - What's Hot
Tunr off monitor when machine gets locked  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: UdayBidkar      Rating:  
Read Reviews | Write Review |  Your Rating: 

A couple of months back, the “Social Activity Group” in my company started a campaign whereby it would turn off the monitors if seen not in use. This was really a great initiative to bring down the energy wastage within the company. This motivated me to write a simple application that would do what the group was trying. The best time when a monitor should turn off is when we lock the computer. Hence it makes sense to turn it off as soon as we lock a machine....

Take advantage of the Windows Vista built-in System Performance Monitor  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: marc ochsenmeier      Rating:  
Read Reviews | Write Review |  Your Rating: 

Many articles have been written about Windows performance counters.

Several paths are available to interact with these counters. The appropriate technology to use depends on several factors like the know-how of the one responsible for the implementation, the platform where the application consuming the counters is running on, the availability of WMI, the type of data to collect, and of course, the type of diagnosis to perform....

System Information Utility  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Naveen K Kohli      Rating:  
Read Reviews | Write Review |  Your Rating: 

This project is an attempt to create a utility or tool application that will display all the system information like CPU, OS, Multimedia, etc. The idea behind this application is no different than the one implemented in most of Microsoft’s System Info utility in Office products. But my application takes couple of steps more and displays more info than the available utilities. In this version (V1) of application, following information is displayed.

* OS Version
* CPU
* Me...

DtWinVer v1.34 - OS Detection Utility  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: PJ Naughter      Rating:  
Read Reviews | Write Review |  Your Rating: 

DtWinVer is a routine which provides a comprehensive method to determine which OS the program that calls it is running on. All methods it uses are fully documented on various articles on the MSDN CD. The routine provides the emulated OS aswell as the underlying OS. e.g. to a Dos program Windows 95 looks like MS-DOS 7.0....

How to: Add an Actions Pane to Word Documents  Version: 0.00     Price: $0.00  
Total Hits: 9  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

To add an actions pane to a Microsoft Office Word document, first create a Windows Forms user control. Then, add the user control to the Controls property of the ThisDocument.ActionsPane field in your project....

WindowFloater - A System Tray Utility To Make A Window Float To The Top.  Version: 0.00     Price: $0.00  
Total Hits: 14  |  Today: 0Author: Lim Bio Liong      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article demonstrates an effective use of the Window Finder utility that I presented in my CodeProject article last week: MS Spy++ Style Window Finder.

The demo app is a Sys Tray utility that activates a context menu when doubled-clicked. Using the demo app, you are able to manipulate the Z-order of a top-level window or dialog box, making it always on top of any other window on the desktop. Although my main intension is to give a demonstration of one possible use of the Window Finder...

Updating Multiple Text Files Using a ListBox Control  Version: 0.00     Price: $0.00  
Total Hits: 1  |  Today: 0Author: Mohammed Gouda      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is my first article, here. One of my friends needsed to update 100s of files of plain text format either by deleting a specific line or by replacing it with a new text line. This application allows him to browse the PC, select any number of files, specify a line either to be deleted or replaced, and Delete or Replace the selected line from all the files in one click....

Backup Utility  Version: 0.00     Price: $0.00  
Total Hits: 20  |  Today: 0Author: Micah Burnett      Rating:  
Read Reviews | Write Review |  Your Rating: 

This little utility was developed for work so that deployment locations (DEV, QA, PROD) could be backed up before running a new deployment. It has served its purpose well and saved my butt and my co-worker's butts a number of times. Here are a few highlights:

* OO Design
* UI Threaded
* Able to back up files in network locations
* Uses XML backup sets
* Preserves full file locations...

Get useful directory paths  Version: 0.00     Price: $0.00  
Total Hits: 19  |  Today: 0Author: Shup      Rating:  
Read Reviews | Write Review |  Your Rating: 

I’ve come across countless situations where routinely used utilitarian functions are simply not available, and coders simply have to write and rewrite them many times over. This is one of many articles in a series which will try to provide a collection of routinely used functions with example applications on how to use them, in the hope that they will be as useful to the many developers out there as it has been to me....

The FileSplitter reLoaded  Version: 0.00     Price: $0.00  
Total Hits: 9  |  Today: 0Author: eRRaTuM      Rating:  
Read Reviews | Write Review |  Your Rating: 

Everybody needs at least twice a file splitter utility. One day I created my own just to do the things to be done :), and then I realized that I could make it run much faster (the FileSPlitter v0.1 runs @ 1~2bytes/hour ^_^), so I inserted some multithreading, some event handling, enlarged the cache used, and of course, rewrote the split and merge methods. Now, it's quite fast: up to 20 Mb/s....

VMSTAT Analyzer  Version: 0.00     Price: $0.00  
Total Hits: 22  |  Today: 0Author: Biswas, Sumit      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you administer any Linux/UNIX servers using the VMSTAT Log file and want some tool or application which will help you to analyze the log file by displaying customizable graphs along with statistics for every component in every descriptor, then you are in the right place. Go ahead, read the article, download the application, and use it. This application will demonstrate how to effectively use the VMSTAT Analyzer. The application is flexible enough for user configuration. The user needs to prov...

Converting Fortran into usable C++ pseudo-code  Version: 0.00     Price: $0.00  
Total Hits: 21  |  Today: 0Author: jc3po      Rating:  
Read Reviews | Write Review |  Your Rating: 

This C++ program is a simple example of how a language like Fortran 77 can be converted into usable C++ code. The C++ code leaves the original intent of the program intact, but the current example does not handle special cases like string formatting, such as the FORMAT statement. In addition, GOTO statements are converted as they are in the original Fortran program, which in some cases may lead to spaghetti-like code....

libToken - Simple Wrapper for Reading and Tokenizing Text Files  Version: 0.00     Price: $0.00  
Total Hits: 14  |  Today: 0Author: arthur_m      Rating:  
Read Reviews | Write Review |  Your Rating: 

How many times have I had to parse a text file? Be it for reading some startup options, some kind of resource file or just to extract data from a web page or some other kind of textual data. I don t remember, but I do remember that every project started with same mantra: a few lines of code to open the file, to move through the file line by line, do my stuff and finally to close the file after parsing is done....

Console Output from a GUI program  Version: 0.00     Price: $0.00  
Total Hits: 23  |  Today: 0Author: mikewhitney      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you create a Windows program using the MFC Application Wizard, the program will not show text output which has been sent to the Standard Output or Standard Error handles.

Visibility of the output may be desirable at some point in time for diagnostic or functional purposes. Or you may wish to add command line operation of the program. Then to be consistent with command line operation, text should automatically be output to the command/dos window....

An MFC Application Wizard with .NET Framework Support  Version: 0.00     Price: $0.00  
Total Hits: 16  |  Today: 0Author: sunhui      Rating:  
Read Reviews | Write Review |  Your Rating: 

To successfully install the wizard, you must first download "Wizard.zip". After decompressing the file "Wizard.zip", you will obtain a directory "Microsoft Visual Studio .NET". It has two sub-directories, one is codeproject and the other is vc. Now copy all the sub-directories of this directory into your "Visual Studio .NET 2003" install directory....

Introduction to ResEdit  Version: 0.00     Price: $0.00  
Total Hits: 12  |  Today: 0Author: resedit      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article in an introduction to a resource editor named ResEdit. It explains how to create a resource script with ResEdit and then how to use it in Visual Studio.

First you will need to download ResEdit from here....

Recursive Assertions Obscure The Real Problem with a Phantom Assertion  Version: 0.00     Price: $0.00  
Total Hits: 10  |  Today: 0Author: CurtD      Rating:  
Read Reviews | Write Review |  Your Rating: 

Assertions are a very effective debugging tool for C/C++ code. But, a very subtle problem exists with assertions that can cause you to waste a lot of debugging time chasing the wrong problem....

C++ Header Guard  Version: 0.00     Price: $0.00  
Total Hits: 12  |  Today: 0Author: T800G      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is a rework of the idea from an existing article but with the focus on usability and ease of use.

This utility creates unique preprocessor macros to prevent multiple header inclusion. If a filename is specified as a command line argument or a file is dropped onto the dialog, it's name is also included in the macro....

Text Editor in C++ using CRichEditCtrl  Version: 0.00     Price: $0.00  
Total Hits: 8  |  Today: 0Author: David Nash      Rating:  
Read Reviews | Write Review |  Your Rating: 

This program is a text editor, somewhat similar to Notepad. It includes the following features:

* Uses streams to load and save files.
* Supports drag-and-drop operations.
* Supports printing....

The BuildNumber Tool  Version: 0.00     Price: $0.00  
Total Hits: 13  |  Today: 0Author: roel_v2      Rating:  
Read Reviews | Write Review |  Your Rating: 

Software evolves. As much as we, both as programmers and as users, would like to have software that has all features we'd ever want and is completely bug free, and both these things at the time that we first buy the software, that is simply not going to happen. The requirements of users will evolve over the lifespan of any piece of software, and new versions with new or updated functionality and fixes for bugs will appear (hopefully) regularly. To be able to distinguish between these versions, s...


1  2  3  4  5  6  7  8  9  10  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net