Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, November 22, 2008

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 Basic.Net > User Controls
Search:
What's New - What's Hot


Balloon tooltips UserControl in VB.NET        
Total Hits: 227  |  Today: 0 Author: msali       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is a simple application that I created while I was working on one of my other applications. It might not be exactly what you are looking for but it does what I wanted to achieve. On top of that this is my first submission to CP, a great source of information....

Analog Clock Control        
Total Hits: 20  |  Today: 0 Author: VBDT       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Analog Clock Control is created with VB.Net Control Library. It is a clock control which has almost all the functionality that this type of control can have and it is fully customizable. Since this is a control library you can use it in C++, C#, J# and VB.Net projects in .Net environment. I created this control to help someone in VBForums. At the beginning it was very simple clock but then it became somewhere advanced after I added many properties, events and a functionality that makes the c...

Binding Windows.Forms Controls to Indexed Object Properties in VB.NET        
Total Hits: 24  |  Today: 1 Author: cigwork       Rating:  
Read Reviews | Write Review |   Your Rating: 

One of the redeeming features of VB.NET -- and VB before it -- is the ease with which it is possible to create indexed properties. This means that you can write code of the form......

Save and Restore User Preferences        
Total Hits: 33  |  Today: 0 Author: GWSyZyGy       Rating:  
Read Reviews | Write Review |   Your Rating: 

There are several samples available to save and restore application or user preferences, but most are limited to primatives (numbers, dates, booleans, strings, etc.), or have code to handle specific types of objects. I found this approach too limiting, and frankly, too complex for what is a fairly simple operation - convert _X_ to a string and back again....

A UserControl to log a user into an application        
Total Hits: 186  |  Today: 1 Author: hpatel4u.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Demonstrates a UserControl for logging a user into an application......

A VS2005-like Interface        
Total Hits: 114  |  Today: 0 Author: Danilo Corallo.       Rating:  
Read Reviews | Write Review |   Your Rating: 

It's now a while that programs like Opera, Firefox and other software introduced MDI tabbed interfaces. Unluckily, there are not too many free components that allow .NET developers to create such interfaces. I've been searching the internet for a long time before discovering the DockPanel Suite, a wonderful and fully customizable component from Weifen Luo. This component is available on Sourceforge, here....

VB.NET User Controls: Extended and Date Textboxes        
Total Hits: 272  |  Today: 0 Author: George B Gilbert       Rating:  
Read Reviews | Write Review |   Your Rating: 

For longer than I can remember, I've been providing a calendar button next to textboxes where the user has to enter a date. Prior to VB.NET, this involved adding the necessary code for each and every date textbox. I've also been controlling user keystrokes in textboxes where specific types of data are required (e.g., numbers only). I find this technique preferable to waiting until edit time to inform the user that they have to go back and correct their work. This keystroke monitoring also requir...

UXTheme'd GroupBox control        
Total Hits: 165  |  Today: 0 Author: Paul Trippett       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you have ever used Application.EnableVisualSyles and a TabControl you must have noticed that Microsoft has left out theme support for the TabPages. It is well known to get around this problem while using a UXTheme wrapper to draw the theme background onto the TabPage. However, one day I went to place a GroupBox control onto a UXThemed TabControl and then I noticed that the GroupBox did not fully take up the application's visual theme either, and it wasn't as easy to fix as with the TabPage.Wh...

VS.NET MDI Navigation        
Total Hits: 192  |  Today: 0 Author: Mr Panic       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is for those of you who want to use the VS.NET MDI style navigation bar.This control was made when I was thinking how I could make a good control in VB.NET and not the overrated C#....

Developing Compelling User Controls that Target Forms in the .NET Framework        
Total Hits: 179  |  Today: 1 Author: David S. Platt       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the beginning, writing controls meant dealing with Windows messages. Then came Visual Basic controls, which introduced methods, properties, and events. Later, ActiveX controls, which ran atop COM, became popular. While each innovation in control writing brought more flexibility, nothing has matched the versatility of the new .NET Windows Forms controls and Web Forms controls. This article, the first of a two-part series, introduces the reader to Windows Forms, beginning with their inheritance...

Using VB.NET to Encode SMS and EMS        
Total Hits: 330  |  Today: 0 Author: CodeProject       Rating:  
Read Reviews | Write Review |   Your Rating: 

An article on SMS and EMS Encoders.
These classes are written for your own program, but they can be easily implemented in your project. And this tiny demo program can be used to get the correct PDU code from your setting so as to convince your AT command test work. Author'll show how to do this later in this article....

A numeric edit control        
Total Hits: 223  |  Today: 0 Author: CodeProject       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is a control which will allow the user to input only numbers. And it also has some special features like, if we enter negative values, we can show it in a different color. We can also allow/restrict the Zero Value in this control, and also set the minimum and maximum values. If we press the ‘F2’ key inside the control, it will bring the calculator, which we can make use of for doing some calculation....

Make a VB.Net toolbar for Internet explorer        
Total Hits: 410  |  Today: 0 Author: CodeProject       Rating:  
Read Reviews | Write Review |   Your Rating: 

This source code help you to make a toolbar with Band Objects in VB.net.
many people wrote some thread for Pavel for some source code of bands objects in VB because there are many problem in converting this source code from C# to Vb....

World's Easiest Way to Create Multi-Line Tooltips        
Total Hits: 192  |  Today: 0 Author: CodeProject       Rating:  
Read Reviews | Write Review |   Your Rating: 

Don't you just hate it when your tooltips struggle across the face of your app, looking like they need a good haircut? Here's an easy way to turn them into multi-line tooltips. You can still write the tooltip directly into the Properties window of the control, and format them at runtime to any width that you want....

Validating Input in VB.Net        
Total Hits: 262  |  Today: 0 Author: DevHood       Rating:  
Read Reviews | Write Review |   Your Rating: 

Making sure that a user entered correct information in a program is one of the most important things a programmer can do. Without correct data from a user the output can never be correct. Trying to multiply the letter c by 7 ('c'*7) is not going to give you a proper answer if your program survives....

HOW TO: Add a ToolTip to a TreeNode in Visual Basic .NET (Q319963)        
Total Hits: 3043  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article describes how to add a ToolTip to the nodes of a TreeView control. The ToolTip displays information about the TreeNode over which the mouse pointer is paused. Although the TreeView control does not have a ToolTip property, you can use the ToolTip control to provide ToolTip functionality....

Specifying a Default Property for your .NET Framework Control        
Total Hits: 497  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

To specify a Default Property for a control you can do this...

HOW TO: Add a User to the Local System by Using Directory Services and Visual Basic .NET (Q306271)        
Total Hits: 831  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article describes how to use the DirectoryServices namespace to add a user to the local system and a group....

Balloon tooltips UserControl in VB.NET        
Total Hits: 44  |  Today: 0 Author: msali       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is a simple application that I created while I was working on one of my other applications. It might not be exactly what you are looking for but it does what I wanted to achieve. On top of that this is my first submission to CP, a great source of information.

All this application does is allows you to create balloon tips like in the image above to highlight any area of your form/application....

Owner Drawn Resizable Control        
Total Hits: 32  |  Today: 0 Author: Ray Cassick       Rating:  
Read Reviews | Write Review |   Your Rating: 

Have you ever wanted to create a control that you could move as well as resize at run-time? And not just resize the lazy way but the same way that it is done in a real designer? This article should help you get on your way....


1  2  3  4  5  6  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net