|
|
|
|
|
Total Hits: 25 | Today: 0
|
Author: Hojjat Salmasian
|
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....
|
|
|
|
Total Hits: 280 | Today: 0
|
Author: Paul Kimmel
|
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....
|
|
|
|
Total Hits: 24 | Today: 1
|
Author: Steven Mandel
|
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...
|
|
|
|
Total Hits: 53 | Today: 0
|
Author: kubben.
|
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....
|
|
|
|
Total Hits: 30 | Today: 1
|
Author: Adrian_Moore.
|
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...
|
|
|
|
Total Hits: 23 | Today: 0
|
Author: Steven Mandel
|
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....
|
|
|
|
Total Hits: 16 | Today: 0
|
Author: Scott Swigart
|
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....
|
|
|
|
Total Hits: 229 | Today: 0
|
Author: easerve
|
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....
|
|
|
|
Total Hits: 30 | Today: 0
|
Author: Hamed_ji
|
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/...
|
|
|
|
Total Hits: 109 | Today: 0
|
Author: AdamNThompson
|
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 ...
|
|
|
|
Total Hits: 33 | Today: 0
|
Author: Seth Rowe
|
Rating:
|
|

Have you ever wished you code enable or disable a network connection through code? If so here you go!...
|
|
|
|
Total Hits: 39 | Today: 1
|
Author: TonyTonyQ
|
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....
|
|
|
|
Total Hits: 200 | Today: 0
|
Author: ManojRajan
|
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....
|
|
|
|
Total Hits: 87 | Today: 0
|
Author: Daniel Ch. Bloch (MCSD, MCAD, MCTS)
|
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......
|
|
|
|
Total Hits: 51 | Today: 1
|
Author: GC9N.
|
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...
|
|
|
|
Total Hits: 45 | Today: 0
|
Author: supernova5666.
|
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....
|
|
|
|
Total Hits: 6670 | Today: 1
|
Author: DevASP
|
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....
|
|
|
|
Total Hits: 7963 | Today: 0
|
Author: Faraz
|
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...
|
|
|
|
Total Hits: 33 | Today: 1
|
Author: Emad Ibrahim
|
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...
|
|
|
|
Total Hits: 30 | Today: 1
|
Author: Amit Krishna Joshi
|
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...
|
|
|
|
|
|