Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 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 > System.Net
Search:
What's New - What's Hot


Fourth mouse button        
Total Hits: 25  |  Today: 0 Author: Hojjat Salmasian       Rating:  
Read Reviews | Write Review |   Your Rating: 

I have a mouse with four buttons! This was an invitation to find a way to program what its fourth button does. The driver program bundled with the device had bugs, and it was a tempting idea to combine mouse hooks and keyboard key press simulation. Here, I present the result of my efforts in this regard....

Create a GUI for an FTP Client with VB.NET        
Total Hits: 280  |  Today: 0 Author: Paul Kimmel       Rating:  
Read Reviews | Write Review |   Your Rating: 

This column presents an assortment of skills you might need to complete the Windows FTP solution or similar kinds of applications. It further explores the TcpClient namespace and using new controls in Visual Studio .NET 2005....

Building a CD Player in .NET        
Total Hits: 24  |  Today: 1 Author: Steven Mandel       Rating:  
Read Reviews | Write Review |   Your Rating: 

When I first started working on this project, I thought that I would build a basic cd player. I reviewed the code of many wonderful cd players that had been written in VB6. As the work progressed, however, I realized that this article could be a great tutorial to show the power of VB.NET. I developed 4 goals for the project: 1. to demonstrate how to use the Windows API function mciSendString in VB.NET, 2. to build a library of CD audio functions that could be expanded to handle other media types...

An app to see who has files open on a network server        
Total Hits: 53  |  Today: 0 Author: kubben.       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is the part 3 of a series. There is a problem with storing .NET applications on a network share. When you want to release a new version you need to make sure everyone is out of the application. This article presents a solution I came up with, to solve figuring out who is in the application so you can ask them to get out....

Peer Graph - Search Criteria Helper        
Total Hits: 30  |  Today: 1 Author: Adrian_Moore.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft's Peer-to-Peer Graphing technology provides a stable, reliable, and robust infrastructure for Windows peer-to-peer applications to communicate. Peers use Peer Name Resolution Protocol (PNRP - a serverless DNS) to register and discover other peers within the graph. Graphs are the foundation for connecting peers, services, and resources within a peer network. A peer can be a user-interactive application, service, or resource. Graphing allows data to be passed between peers efficiently an...

Building a CD Player Using VB.NET Part 2        
Total Hits: 23  |  Today: 0 Author: Steven Mandel       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the first part of this article, I mentioned that my goal in building a CD player using VB.NET was to accomplish four things. The first two, to show you how to use the Windows API function in VB.NET and to build a library of CD Audio methods were accomplished in part 1. In part 2, we will build a CD player and I will show you how to build a button array that will be attached to a group box....

Access the File System with .NET Framework Classes from Visual Basic 6        
Total Hits: 16  |  Today: 0 Author: Scott Swigart       Rating:  
Read Reviews | Write Review |   Your Rating: 

Accessing the file system is a common application requirement, and in the spirit of Microsoft Visual Basic Fusion, this article shows how to access some of the best Microsoft .NET Framework file system functionality from existing Visual Basic 6 applications. Learn how to get the extension for a file, the directory portion or a path, or the file name portion of a path. Learn how to fire events every time the contents of a directory change....

ASP.NET Tutorial: Send HTML Email using ASP.NET and Visual Basic.NET        
Total Hits: 229  |  Today: 0 Author: easerve       Rating:  
Read Reviews | Write Review |   Your Rating: 

The System.Text namespace contains the StringBuilder Class which we will use to build our HTML email message. The System.Web.Mail namespace contains the SmtpMail Class....

MP3 ID3v1 Editor        
Total Hits: 30  |  Today: 0 Author: Hamed_ji       Rating:  
Read Reviews | Write Review |   Your Rating: 

This application is for read and write ID3v1 information of mp3 files. As i explain the codes i explain how ID3v1 works.

ID3 is some part of mp3 files that contains information about that file. like the title of song or artist name and etc...

ID3 have 2 major versions and this program is for working with version one. and read or write ID3v1 data. for more information about ID3 visit http://www.id3.org/...

SuperMail.NET, a bulk emailing app using System.Net.Mail, MS Access, and My.Settings        
Total Hits: 109  |  Today: 0 Author: AdamNThompson       Rating:  
Read Reviews | Write Review |   Your Rating: 

SuperMail.NET is a bulk emailing application written in VB.NET using System.Net.Mail, MS Access, and My.Settings. It is still not completely finished but it has come a long way from the time I first posted this article and now. Even though it's not finished I have decided to do the update anyway because I think there are some good samples here for anyone interested in System.Net.Mail. I use this app at work all the time for the HTML newsletters I send out to clients. You can download the source ...

Toggle Network Connections        
Total Hits: 33  |  Today: 0 Author: Seth Rowe       Rating:  
Read Reviews | Write Review |   Your Rating: 

Have you ever wished you code enable or disable a network connection through code? If so here you go!...

QVFS - A FAT32 based virtual file system powered by VB.NET 2005        
Total Hits: 39  |  Today: 1 Author: TonyTonyQ       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is a .NET library implementing a virtual file system(VFS) named QVFS which is based on FAT32 concepts. It uses two files(one information file and one data file) to store multiple folders and files. This is just a virtual file system for storing files, and no other function, such as compress function, is included....

Send mail using System.Web.Mail namespace        
Total Hits: 200  |  Today: 0 Author: ManojRajan       Rating:  
Read Reviews | Write Review |   Your Rating: 

The System.Web.Mail namespace provides the classes for sending email in .NET. This tutorial explains how to send emails with attachments.

Class: MailMessage manages the mail message contents....

Playing around with System.Reflection.Assembly.LoadFrom        
Total Hits: 87  |  Today: 0 Author: Daniel Ch. Bloch (MCSD, MCAD, MCTS)       Rating:  
Read Reviews | Write Review |   Your Rating: 

There are some very nice areas in the CLR, for example the whole area of reflection. Nowadays, developers use reflection, its functionalities for their projects. But it's nearly impossible to know all about these functions.

So I made some test just on the Assembly.LoadFrom and played around with it......

Synchronize up to 7 folders with System.IO.FileSystemWatcher NET        
Total Hits: 51  |  Today: 1 Author: GC9N.       Rating:  
Read Reviews | Write Review |   Your Rating: 

With this app you can monitor 7 folders without any CPU loss .. add 1 to 7 folders to MIRROR in real time!

this application can also manage the directories and Subdirectories Add, Delete , Edit ect...

No RFC Chatserver With .NET Client, Or Java Client        
Total Hits: 45  |  Today: 0 Author: supernova5666.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Hello, name's Bobby. Was curious about the way I am doing threading on this app? I know we've all seen by now the Cassini web server Microsoft put out. I have worked in the internet website/video/chat industry for years. I was curious when .NET first came out, if it were possible to create a video server, and chat server in VB.NET. This would become my first dealings with doing threading outside of Java or really crappy VB controls that did threading....

How to Get Host Name and IP Address in VB.Net        
Total Hits: 6670  |  Today: 1 Author: DevASP       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is about how you can get the host name and its IP address. In some situations you want to get the IP address of your windows application user....

Socket Programming using Visual Basic.Net        
Total Hits: 7963  |  Today: 0 Author: Faraz       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article will shows you, how to create a client and a server application that communicates using sockets. This article also contains the sample program. Read on to learn more!
The classes and enumerations in the System.Net.Sockets namespace provide an implementation of the popular Windows Sockets (Winsock) interface for use with .Net languages.
The original sockets were developed as part of the UNIX operating system, and they have been widely used as a simple way to pass data between p...

Using My.Settings in Visual Basic 2005        
Total Hits: 33  |  Today: 1 Author: Emad Ibrahim       Rating:  
Read Reviews | Write Review |   Your Rating: 

Windows Forms applications require data that is needed for running the application. Most of the time you don't want to include this data in the code or you will have to recompile your application each time you make a change. If your application uses a Web service or a database, you probably want to store the URL or the connection string in a separate file so that you can change them easily. If your application stores the window layout and other UI customization, then you want to store this infor...

Add multimedia effect to system clock        
Total Hits: 30  |  Today: 1 Author: Amit Krishna Joshi       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this program, I have tried to add the dose of multimedia to the system clock. At every new hour, it plays an .mp3 file that ticks the number of times the current hour is.

For this, the program has to be loaded on Windows startup. So with this program, you can also automatically start programs whenever Windows launches. We refer to it as loading applications on Windows startup. If you have programs automatically starting that you have not loaded, then you can remove them using this code...


1  2  Next >> 


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