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

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 > Developers Sites
Search:
What's New - What's Hot
Listings for ASP Sites ASP Sites (0)
Listings for ASP.Net Sites ASP.Net Sites (42)
More Categories for By Location By Location (10)
Listings for C-Sharp C-Sharp (12)
Listings for General .Net Sites General .Net Sites (65)
Listings for SQL SQL (13)
Listings for Training Sites Training Sites (2)
Listings for VB .Net VB .Net (2)
Listings for Web Directories Web Directories (7)
Listings for XML Sites XML Sites (0)


Driver Development Part 4: Introduction to device stacks    Version: 0.00       Price: $0.00   
Total Hits: 15  |  Today: 0 Author: Toby Opferman       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is the fourth edition of the Writing Device Drivers articles. This article will introduce the idea of device stacks and how devices interact with each other. We will use the previously created example device driver to demonstrate this topic. To do this we will introduce the idea of a ?filter? driver in which we will create to attach to our own driver?s device stack....

XNA Snooker Club    Version: 0.00       Price: $0.00   
Total Hits: 35  |  Today: 0 Author: Marcelo Ricardo de Oliveira       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is my very first XNA application, even though it started with a porting from my previous Windows Forms game.

It took me about 2 months to create this XNA game, and there are so many interesting features in it that I think would render 2 articles. But instead, I decide to keep the article as short as possible. Besides, many of the game concepts have been already covered in the other article, so please refer to C# Snooker article if you feel some of the content is missing....

Using Multiview        
Total Hits: 126  |  Today: 0 Author: Yulianto.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Have you ever want to build an aplication which have more than one view? You can implement it by using a splitter, or multiple views. This article with discuss about using mutiple views, how to use those views, and change between views. Implementation of this, is the html editor, which can change view from design view to html view. These views can have single document or more than one document. In this article, I only use single document....

PowerPointCreator        
Total Hits: 100  |  Today: 0 Author: Elmue       Rating:  
Read Reviews | Write Review |   Your Rating: 

* Purpose: Automation of PowerPoint.
* This C# (Visual Studio 2003) project creates PowerPoint presentations based on XML templates which are filled with dynamic data.
* The documents are created from scratch. You can also add new slides into an existing presentation.
* You can use this project to create Reports on a weekly or monthly basis which display content from a database in a PowerPoint presentation.
* You can insert dynamic text, tables and pictures,... into t...

Four Little Known, Helpful Methods, Properties, and Features for ASP.NET Developers        
Total Hits: 91  |  Today: 0 Author: Scott Mitchell       Rating:  
Read Reviews | Write Review |   Your Rating: 

The .NET Framework is big. Really big. The System.Web assembly, which contains the guts of ASP.NET, is comprised of nearly 2,000 types, over 23,000 methods, and more than 12,500 properties. And that's not counting any of the functionality added to ASP.NET since version 2.0. ASP.NET AJAX, the ListView control, Dynamic Data, URL routing, and other features add hundreds of new types and thousands of new methods and properties....

Taskbar Progressbar Control        
Total Hits: 171  |  Today: 1 Author: Nautilus Master       Rating:  
Read Reviews | Write Review |   Your Rating: 

First, we need to create an instance of the progress control. The progress bar control will be automatically attached to the taskbar. At startup, the program searches for three specific HWnds. These are Shell_TrayWnd, ReBarWindow32 and TrayNotifyWnd. The program tasks, shortcut bar etc.. are all included into this window using the ReBarWindow32 class. ReBarWindow32 is directly placed beside the TrayNotifyWnd window. All we need to do now is to create the progress bar using the method Create but ...

Read and Update CAPS or NUM lock status from your application        
Total Hits: 147  |  Today: 0 Author: Bilal Haider       Rating:  
Read Reviews | Write Review |   Your Rating: 

A few months back, I was developing a desktop application for a client. After completing the requirements, I was enhancing the UI specially the main form. In the previous versions of Microsoft Word (before ver. 2007 ), there are some label which are clickable and reflect the changes to the keyboard (details below) and I wanted to add these features to my applications....

Display colored text on Status Bar        
Total Hits: 162  |  Today: 0 Author: The Code Machine       Rating:  
Read Reviews | Write Review |   Your Rating: 

I wondered how to change text color of panes on the status bar same as what Visual SourceSafe file difference window does. In this article, I will show how to make status bar panes display their text in different colors. A regular status bar can have many panes. It could be desirable in some cases that each pane's text could be displayed in a different color....

Statusbar – it’s just so easy to use in MFC        
Total Hits: 169  |  Today: 0 Author: lucy       Rating:  
Read Reviews | Write Review |   Your Rating: 

First of all, a status bar contains several 'panes'. Each pane is a rectangular area of the status bar that you can use to display information. As you know, many applications display the status of the CAPS, NUM LOCK, and other keys in the rightmost panes. These panes, by default, have a 3-D border around them. The leftmost pane (pane 0), sometimes called the 'message pane', has the BPS_NOBORDERS style, and therefore doesn�t have any border surrounding it. This pane is usually used to disp...

ActiveX MFC Status Bar        
Total Hits: 133  |  Today: 0 Author: Martin Cook       Rating:  
Read Reviews | Write Review |   Your Rating: 

Many, many moons ago I extended the MFC status bar by creating a version capable of housing almost any type of control. I seem to recall that my code even supported VBX controls. (VBX? yuk!) Anyway, this article presents a simpler version that targets ActiveX controls. The demo program illustrates things by hosting two ActiveX controls on the status bar of an MFC application....

MPCStatusBar - An Enhanced CStatusBar        
Total Hits: 153  |  Today: 0 Author: Pierre Mellinand       Rating:  
Read Reviews | Write Review |   Your Rating: 

The MPCStatusBar class allows you to easily add/remove standard indicators, and/or add/remove controls on the status bar. MPCStatusBarPane and MPCStatusBarPaneControlInfo classes comes with MPCStatusBar. Additionally, there's a "ready to use" class, the MPCLogoPane class, that you can use to add the logo of your firm, or software on the left side of the status bar. Of course, a simple MDI application comes with the source code, where you can see the MPCStatusBar class used in conjunction MPCLogo...

Text Only Status Bar        
Total Hits: 158  |  Today: 1 Author: Farhan Noor Qureshi       Rating:  
Read Reviews | Write Review |   Your Rating: 

You must have seen a lot of very fancy Status Bars in different samples and commercial applications with progress bars, animation, images etc etc. Here, I present a technique for making a Text Only Status bar with many text-only panes and with it's own tool tips extracted from the Status Bar panes themselves....



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