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 Basic.Net
Search:
What's New - What's Hot
Listings for Assembly Assembly (31)
Listings for Attributes Attributes (26)
Listings for Automation Automation (49)
Listings for Class Libraries Class Libraries (67)
Listings for Command-Line Command-Line (1)
Listings for Compiling Compiling (7)
Listings for Component Component (123)
More Categories for Database Database (458)
Listings for Debugging Debugging (23)
Listings for Delegates Delegates (30)
Listings for Deployment Deployment (50)
Listings for Directory Directory (10)
Listings for EMail EMail (39)
Listings for Error Handling Error Handling (28)
Listings for Event Handling Event Handling (68)
Listings for Exception Exception (37)
More Categories for File Management File Management (36)
Listings for Form Handling Form Handling (11)
Listings for GDI+ GDI+ (302)
Listings for Graphics & Charts Graphics & Charts (127)
Listings for Guest Book Guest Book (5)
Listings for Image processing Image processing (14)
More Categories for Language Reference Language Reference (56)
Listings for Messaging Messaging (11)
Listings for Migration to VB.NET Migration to VB.NET (85)
Listings for Miscellaneous Miscellaneous (570)
Listings for Namespaces Namespaces (62)
Listings for Object Pooling Object Pooling (16)
More Categories for Office Documents Office Documents (68)
Listings for OOP OOP (201)
Listings for Operating System Operating System (17)
Listings for Performance Performance (20)
Listings for Plugins Plugins (38)
Listings for Reference Reference (97)
Listings for Reflection Reflection (31)
Listings for Registry Registry (11)
Listings for Regular Expression Regular Expression (36)
Listings for Reports Reports (23)
Listings for Sample Programs Sample Programs (1045)
Listings for Search & Directory Search & Directory (7)
Listings for Serialization Serialization (32)
More Categories for Server Controls Server Controls (380)
Listings for System.Net System.Net (52)
Listings for Threading Threading (70)
Listings for Tips & Tricks Tips & Tricks (664)
Listings for User Controls User Controls (116)
Listings for VB.Net and XML VB.Net and XML (139)
Listings for Web Services Web Services (92)
Listings for Windows Form Windows Form (394)
Listings for Windows Services Windows Services (56)


.Net (dotnet) Tips and Tutorials     
Total Hits: 153  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

C# (C Sharp), VB.Net and ASP.Net help, tips, and tutorials from the experts. Featuring message boards and a database of tutorials for .Net assistance....

Editing multi frame .Tiff file     
Total Hits: 116  |  Today: 0Author: Zulfikar Ali.      Rating:  
Read Reviews | Write Review |  Your Rating: 

Fax editor is a multi frame .Tiff editor. It only supports multi frame .tiff files. I could not find a multi-frame .tiff editor where user can delete frames, edit pages and convert to PDF. So I came up with this simple Fax Editor application. User can open a multi frame .tiff file, delete frames from the file and edit frames with eraser. Another functionality of this Fax editor is that the user can convert the .Tiff file to .PDF with the click of a button....

Implementing Caesar Cipher in VB.NET     
Total Hits: 270  |  Today: 0Author: Deobrat Singh.      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes implementing Caesar Cipher (shift by 3) algorithm in VB.NET 2005. It’s a very simple piece of code (was difficult for me as I belong to the C# family). This was one of my practice applications to get my hands on VB.NET....

How to clone objects in VB.Net     
Total Hits: 107  |  Today: 0Author: Coder’s Cave      Rating:  
Read Reviews | Write Review |  Your Rating: 

I have an object myObj of my custom class myClass and I need to create a copy of the myObj object so that I can mess around with the copy without destructing the original object....

Printing with Formatting in VB .NET     
Total Hits: 268  |  Today: 0Author: Jereme Guenther      Rating:  
Read Reviews | Write Review |  Your Rating: 

Here is a quick summary for those who just want the code and don't want to read the history. I have searched all over the Web for good printing code and was unable to find it. I have created a printing class that allows text to be formatted at the character level. It has taken me about a week to get what I have working correctly and I thought it would be nice to save others the time....

Instrumentation Model Kit  Version: 1.0     Price: $750.00  
Total Hits: 118  |  Today: 0Author: 9Rays.Net      Rating:  
Read Reviews | Write Review |  Your Rating: 


Instrumentation Model Kit is a revolutionary solution in the field of instrumentation and graphic components for .NET. Full featured graphics editor allows creating new visual components having unique look and functionality by means of a few mouse clicks. It can be both common controls: ProgressBars, Meters, Dials, Sliders, Gauges, Odometers, Switches and specialized elements: Manipulators, Scales, Thermometers, Special-purpose Devices etc....

Introduction to MSHTML Editing     
Total Hits: 60  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The editor provided with MSHTML offers a "what you see is what you get" (WYSIWYG) HTML editing environment with a rich set of capabilities. It can be activated from C++, Visual Basic, and script. You can use a number of techniques to customize the MSHTML Editor. These techniques are available in C++ only....

Save a Stream to a File     
Total Hits: 99  |  Today: 0Author: developerfusion      Rating:  
Read Reviews | Write Review |  Your Rating: 

Demonstrates how to write a stream to a file. you can easily save the stream to another file by this Article....

Builder Design Pattern Implementation in C# and VB.NET     
Total Hits: 302  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Builder pattern allows a client object to construct a complex object by specifying only its type and content. The client is shielded from the details of the object’s construction....

Understanding Access Modifiers in VB.NET     
Total Hits: 214  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Access modifiers decide accessibility of your class or class member. Many programmers have habit of making everything public in their applications. This is fine for test applications but when you are developing real life applications you should expose only the data or functionality that is necessary by the user of your class. Classes and class members marked with Public access modifier are available in the same class, all the classes from the same project and to all other projects as well. This ...

Simple Factory Pattern in VB.NET     
Total Hits: 208  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

A Simple Factory pattern is one that returns an instance of one of several possible classes depending on the data provided to it. Usually all of the classes it returns have a common parent class and common methods, but each of them performs a task differently and is optimized for different kinds of data. It is fairly easy to implement a simple factory method using VB.NET...

An Introduction to VB.NET and Database Programming     
Total Hits: 1536  |  Today: 0Author: Chas Profitt      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article provides introduction to VB.NET and Database Programming. VB .NET is the Visual Basic language which you can purchase by its self....

HOW TO: Create a Custom ASP.NET Configuration Section Handler in Visual Basic .NET (Q318457)      
Total Hits: 488  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how to use Visual Basic .NET to create a custom configuration section handler for ASP.NET....

HOW TO: Use the IComparable and the IComparer Interfaces in Visual Basic .NET (Q321292)     
Total Hits: 1252  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article demonstrates how to use two interfaces: IComparer and IComparable. These interfaces are addressed in the same article for two reasons:
  • These interfaces are frequently used together.
  • ...

Leverage the .NET Framework with Visual Basic.NET     
Total Hits: 368  |  Today: 0Author: G.Gnana Arun Ganesh      Rating:  
Read Reviews | Write Review |  Your Rating: 

Using the .NET Framework, Microsoft Visual Basic developers can build robust applications that were very difficult to write in previous versions of Visual Basic. This article will discuss the the powerful features of the Visual Basic.NET and it`s Data types....

HOW TO: Compute and Compare Hash Values Using Visual Basic .NET (Q301053 )     
Total Hits: 945  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The System.Security.Cryptography classes in the Microsoft .NET Framework make it easy to compute a hash value for your source data. This article shows how to obtain a hash value and how to compare two hash values to check whether they are identical....

Command Line Compiling in .NET     
Total Hits: 1921  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

A command line compiler is something that many of today's Microsoft centric developers have never had to deal with. Many of us have only developed Windows applications with Visual Basic. It is not possible to compile a Visual Basic 6 (and lowe) application/component using the command line - you are restricted to the IDE. Well, the .NET Framework has changed all of that. We now have a command line compiler for both C# (csc.exe), VB.NET (vbc.exe), and most likely any new language that is port.....

Experience Visual Studio .NET Hands-On Labs     
Total Hits: 2122  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Learn the programming features within Microsoft Visual Studio .NET, including an introduction to C#, ASP .NET and Visual Basic .NET, through this set of hands-on labs....

Leveraging VB.Net Base Classes     
Total Hits: 576  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Multiple language implementation has an inherited powerful advantages. The .Net unify class architecture model allows .Net languages to leverage class libraries implemented in other class libraries. This article shows you how to leverage the power of VB.Net Financial base class library using C#....

An Introduction to GDI+ in .NET using VB.NET     
Total Hits: 755  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft .NET is Microsoft’s recent released development framework. Microsoft .NET not only introduces powerful languages such as C# and VB.NET, it also brings relief to other programmers including graphics, multimedia, web development and speech. In this article, we’ll see basics of GDI+ and how GDI+ is much better interface than its predecessor GDI....



Disclaimer - Privacy
© 2002-2012 DevASP.net