Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, July 04, 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 (26)
Listings for Attributes Attributes (17)
Listings for Automation Automation (44)
Listings for Class Libraries Class Libraries (71)
Listings for Command-Line Command-Line (1)
Listings for Compiling Compiling (10)
Listings for Component Component (91)
More Categories for Database Database (358)
Listings for Debugging Debugging (18)
Listings for Delegates Delegates (32)
Listings for Deployment Deployment (27)
Listings for Directory Directory (10)
Listings for EMail EMail (30)
Listings for Error Handling Error Handling (23)
Listings for Event Handling Event Handling (36)
Listings for Exception Exception (28)
More Categories for File Management File Management (40)
Listings for Form Handling Form Handling (10)
Listings for GDI+ GDI+ (129)
Listings for Graphics & Charts Graphics & Charts (92)
Listings for Guest Book Guest Book (5)
Listings for Image processing Image processing (15)
More Categories for Language Reference Language Reference (36)
Listings for Messaging Messaging (11)
Listings for Migration to VB.NET Migration to VB.NET (86)
Listings for Miscellaneous Miscellaneous (347)
Listings for Namespaces Namespaces (25)
Listings for Object Pooling Object Pooling (19)
More Categories for Office Documents Office Documents (55)
Listings for OOP OOP (169)
Listings for Operating System Operating System (25)
Listings for Performance Performance (20)
Listings for Plugins Plugins (44)
Listings for Reference Reference (14)
Listings for Reflection Reflection (29)
Listings for Registry Registry (7)
Listings for Regular Expression Regular Expression (23)
Listings for Reports Reports (16)
Listings for Sample Programs Sample Programs (608)
Listings for Search & Directory Search & Directory (6)
Listings for Serialization Serialization (17)
More Categories for Server Controls Server Controls (288)
Listings for System.Net System.Net (33)
Listings for Threading Threading (57)
Listings for Tips & Tricks Tips & Tricks (300)
Listings for User Controls User Controls (133)
Listings for VB.Net and XML VB.Net and XML (110)
Listings for Web Services Web Services (81)
Listings for Windows Form Windows Form (187)
Listings for Windows Services Windows Services (58)


Developing MS Project application using Asp.net/VB.net        
Total Hits: 6  |  Today: 1 Author: ihsanps       Rating:  
Read Reviews | Write Review |   Your Rating: 

The new version of Microsoft Office�the 2007 Microsoft Office System�is a great platform on which to build composite applications. This system delivers not just the familiar set of Microsoft Office clients (Office Word, Office Excel, Office InfoPath), but also several key capabilities as services that are delivered on both client applications and the server. These services are not just packaged together into a monolithic unit, but are very compartmentalized (as shown in Figure 1), ...

PercentageUpDown Control        
Total Hits: 3  |  Today: 0 Author: Pinx       Rating:  
Read Reviews | Write Review |   Your Rating: 

I have been looking for a good way for entering percentages in the same way as numeric values are entered. In the past, I used a normal NumericUpDown, put a label behind it with "%", and did the mathematics of multiplying with and dividing by 100 in the form. There is, of course, a better way to do it. Maybe, it's because it is so simple that nobody has published the source code for it on CodeProject. The control I present here also makes it easy to bind to floating point fields in a dataset....

Extracting mails and attachments from outlook 2003 in vb.net        
Total Hits: 4  |  Today: 0 Author: shihasnaas       Rating:  
Read Reviews | Write Review |   Your Rating: 

Here, I am putting some sample code for extractng mails and attachments from Outlook 2003 using VB.NET.

The program will extarct the mail from selected folder in Outlook 2003.

For this, first add a reference to Outlook....

VB.Net GIF Transparency        
Total Hits: 4  |  Today: 0 Author: Mythran       Rating:  
Read Reviews | Write Review |   Your Rating: 

I have searched the web (via Google) for examples on how to convert a GIF image into a transparent GIF image without much success. What I wanted was there, just not in the way I wanted it. Some of the methods I've seen on the web that converts a non-transparent GIF to a transparent GIF used unsafe code to perform the conversions. With luck, I stumbled across a couple of examples that performed the conversion without unsafe code, and I ran into Bob Powell's transparency page and voila, found what...

Calculate system idle time without hooks        
Total Hits: 5  |  Today: 0 Author: Qaiser_Iftikhar       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article described code for calculating for how long a system has been idle. This is useful to do background work etc. There might be other similar articles on the web and/or CodepPoject; if you find a better way, please do let me know. The attached sample is a simple WinForms application to demonstrate the code....

Soundex Implementation in C# and VB.NET        
Total Hits: 5  |  Today: 0 Author: renzea       Rating:  
Read Reviews | Write Review |   Your Rating: 

While working on adding an English dictionary to a company website, I ran upon the problem of mispelling a word while testing the application. As this is likely to be a common user error, I decided to read up on basic phonetic matching. While SQL Server implements the Soundex function, Microsoft Access (the format in which the dictionary is stored) does not. So the task was simple. Find an algorithm on the internet that could be used to populate a Soundex field within the database, for use in...

ASP VBScript SQL Server Data Migration Tool        
Total Hits: 9  |  Today: 2 Author: David Garske       Rating:  
Read Reviews | Write Review |   Your Rating: 

This code will assist web developers who want to copy data from one database to another. This assumes that both databases are the same. It also assumes that the destination table will be truncated an reseeded if the row count does not match. Some web hosting companies such as iPower do not allow remote access to import data to their SQL Server. To solve this, I created this script which allowed migration of data from our old provider to the new one....

Draw EAN barcode lines and save image file with ASP.NET (VB codes)        
Total Hits: 4  |  Today: 0 Author: Ahmet Çanakkale       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)...

VB Linq SQL Password Verify For Beginners        
Total Hits: 6  |  Today: 0 Author: SteveHarrisBeast       Rating:  
Read Reviews | Write Review |   Your Rating: 

I'm only a noob to VB programming and this is my first Codeproject article. I searched the internet for ages, just looking for some good examle code, but could not find any. So I had to start from scratch and in the end result I ended up using VB, Linq and SQL. I use Visual Studio 2008 and MS SQL Server 2008 Express Edition with full text searching installed on top of Windows XP Professional SP3. Don't know if this helps but just thought I would tell you what platform I am using....

VB.NET: Marrying an Enum to a ComboBox        
Total Hits: 11  |  Today: 0 Author: George B Gilbert       Rating:  
Read Reviews | Write Review |   Your Rating: 

The demo project contains a class, C_EnumTools, which contains all the methods needed to link an Enum to a ComboBox (or any other control that lists indexed items) such that the population of the ComboBox as well as the interpretation of the user's combobox selection are both done within the context of the Enum....

SQL Server Combo Control        
Total Hits: 7  |  Today: 0 Author: Sorcerer1324       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article uses the code found in James Curran's article, "Locate SQL Server instances on the local network". I converted his C# SqlServerInfo class to VB.NET, and used it to populate my combo box control with the SQL Server instance names found on my local network. The conversion to VB.NET was the only change to the original source code. The SqlServerInfo class broadcasts a UDP packet, using port 1434, and waits for response from any SQL Server connected to the local network. For a more in de...

CCheckComboBox II        
Total Hits: 9  |  Today: 0 Author: PJ Arends       Rating:  
Read Reviews | Write Review |   Your Rating: 

This control is actually a modification of the CCheckComboBox class that was written by Magnus Egelberg, Lunalogik. Magnus' control had just about everything I was looking for in a CheckComboBox except one small feature. It did not allow you to check an item in the static text portion of the combo box, you had to drop down the list box in order to make the selections. All the drawing code in this class was written by Magnus. The only additions I made was the code to handle the check box in the s...


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