TheProgrammingZone
Login:
Name:
Pass:
 
Home
 
 TheProgrammingZone's front page. All the latest programming and game development news, as well as this week's feature game project!
Articles
 
Visual Basic
VB.Net
C/C++
C#
Java
PHP
Other
Assembly aritcles
Source Code
 
Visual Basic
VB.Net
C/C++
C#
Java
PHP
Assembly
Game Projects
 
 Game projects under development by members of the TheProgrammingZone Community. Show them your support, and check out their games!
Message Board
 A forum to interact with your fellow programmers.
Links
 
Visual Basic
VB.Net
C/C++
C#
Java
PHP
ASP
JavaScript
Assembly Links
Other
Products
 
TheProgrammingZone's products. Check out some of our in house products that we made.
Contact
 
You want to contact the guy behind TheProgrammingZone? Here's where to do it!

 
 


Transfering Files With The Internet Transfer Control - page 1


pages: prev | 1 | 2 | 3 | 4 | 5 | next
We'll also use the status bar control that ships with VB to display status information about the connection. To add the status-bar control to your application, choose the Project | Components... menu item, then select Microsoft Windows Common Controls 5.0 and click OK.
The sample application lets users transfer files by dragging them from one list box to the other. Although this feature is optional, it's very user-friendly. The sample code found in Listing A shows you the steps to implement this drag-and-drop feature--pay particular attention to the MouseDown, MouseUp, and DragDrop events. We'll examine how those transfers are performed throughout the rest of this article.



pages: prev | 1 | 2 | 3 | 4 | 5 | next
TheProgrammingZone 2024
Site Map