Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

This is a link to a different site Tutorial: Setting data transfer options
Total Hit (3344) In this tutorial you will learn how to define the method of the data connection establishment and how to specify the data transfer type. For each of these options the CFtpClient class provides separate properties: PassiveMode and TransferMode respectively. ....Read More
Rating
This is a link to a different site Tutorial : How to resume broken file transfer operations
Total Hit (1075) Using the FtpClient source code library tutorials
Rating
This is a link to a different site How to use WinInet FTPCommand function from Visual Basic
Total Hit (3626) This article includes some background information on the Microsoft Win32 Internet Application Programming Interface (WinInet for short) and the File Transfer Protocol (FTP) and then moves into the use of FTPCommand function.
Rating
This is a link to a different site Smart Socket
Total Hit (4969) A Smart Socket will allow you to send serializable objects via a socket without having to manually serialize or deserialize the data on either the client or the server. When working with low-level objects like TCP clients and listeners, much code needs to be written before you can start using the ob ....Read More
Rating
This is a link to a different site Welcome to Visual Basic .NET
Total Hit (2381) The goal of this book is to help you come up to speed with the Visual Basic .NET language even if you have never programmed anything before. We will start slowly, and build on what we learn. So take a deep breath, let it out slowly, and tell yourself you can do this. No sweat! No kidding! This secon ....Read More
Rating
This is a link to a different site Tutorial : Retrieving FTP directory listing
Total Hit (2225) This tutorial will show you how to use the CFtpClient class in order to retrieve FTP directory listing and navigate between FTP directories. We'll improve the sample application that we're creating in the previous tutorials by adding the ListView control that will display content of the current FTP ....Read More
Rating
This is a link to a different site Tutorial : Tracking FTP session state
Total Hit (2005) The CFtpClient class has a number of helper properties and events that allow us to find out what is going on inside the class and what data is transferred on the wire at any moment of the FTP session. Today we’ll examine two events of the class: OnStateChange and SessionProtocolMessage. We’ll modify ....Read More
Rating
This is a link to a different site Defining Types
Total Hit (1227) Visual Basic .NET is usually described as an object-oriented programming language. This encourages us to think about our programming in terms of objects. During object-oriented analysis and design, then, we identify the most important objects in our system, and consider how they relate to each other ....Read More
Rating
This is a link to a different site How the System Deals with Text
Total Hit (1921) This chapter describes how text is used in a typical computer operating system. Specific descriptions are given of how text is used in Visual Basic .NET. This chapter will show some examples to set the context of how text processing was performed before Visual Basic .NET and the .NET Framework. With ....Read More
Rating
This is a link to a different site Tutorial : Connecting to the remote FTP host
Total Hit (3162) In this tutorial we are going to find out the essential things that we need to know in order to use the library. We’ll examine the procedure of establishing FTP session with an FTP server. Such a procedure includes three operations: the TCP connection establishment to the FTP remote host, the user a ....Read More
Rating
This is a link to a different site The vbip.com FtpClient source code library
Total Hit (1853) The FtpClient library is a set of the code and class VB modules that provides the VB developers with the tool for implementing FTP client functionality into their applications. This is not the old ugly CFtpConnection class (that by the way is still available for download). The main module of the lib ....Read More
Rating
This is a link to a different site Object Syntax Introduction
Total Hit (1795) From the publisher: "In this book, we cover VB.NET virtually from start to finish: we begin by looking at the .NET Framework, and end by looking at best practices for deploying .NET applications. In between, we look at everything from database access to integration with other technologies such as XM ....Read More
Rating
This is a link to a different site DNS Inside Out (DNS Client sample application)
Total Hit (2470) Today we are going to find out what is going on behind the scenes when our application calls such Winsock API functions as gethostbyname and gethostbyaddr. In other words, we’ll explore the communication session model between a client application and a DNS server. Afterwards, you’ll be able to devel ....Read More
Rating
This is a link to a different site Review of “Network Programming for Microsoft® Windows®”
Total Hit (2321) If you are, as I was, looking for the book that covers the Winsock API and gives examples of how to use it with Visual Basic, you have found what you were looking for. That is, this title is a single one on the market today that keeps in mind that there are thousands of the Visual Basic programmers ....Read More
Rating
This is a link to a different site CSocket class - replacement for the MS Winsock Control
Total Hit (5029) This is an attempt to simulate functionality and behavior of the MS Winsock ActiveX Control. Why do I call it "an attempt"? Because I don't know what exactly is going on inside that control. I can suppose which Winsock API functions are called by the control's methods but I don't know a lot of other ....Read More
Rating
This is a link to a different site Binary download with the Internet Transfer Control by Mikael Östberg
Total Hit (2808) Have you ever wanted to retrieve information automatically from another web page and display it on your own web page? There are a couple of ways to do this. One way, which I am going to show you in this article, is using the Microsoft Internet Transfer Control, also known as the Inet Control. It is ....Read More
Rating
This is a link to a different site Implementing a Distributed Algorithm in Visual Basic
Total Hit (2157) An illustrative algorithm is implemented in Visual Basic, emphasizing all the four fundamental aspects of distributed computing systems: resource sharing, computation speedup, reliability, and communication. Winsock control is used to provide effective communication and resource sharing between the ....Read More
Rating
This is a link to a different site Displaying the directory tree using the TreeView control in VB.NET
Total Hit (1837) This project was created using the .Net Beta 2 Release. It was originally written in VB6 and then rewritten in VB.Net. It teaches how to browse the directory structure and display it using the TreeView control. I make a point of highlighting differences between the VB6 and the VB.Net solutions. Some ....Read More
Rating
This is a link to a different site FTP Client sample application is updated using the MS Winsock Control
Total Hit (3002) This sample application is an example of how to implement FTP client with the MS Winsock Control and Visual Basic. It is a complete FTP client that allows you to browse FTP directories, download and upload files, resume broken file transfer, create and remove directories, delete and rename files. Al ....Read More
Rating
This is a link to a different site Listening for and accepting connection requests
Total Hit (2739) What the title of this article is talking about? Who is listening? Why should it accept any requests? To answer these questions just imagine that you are going to develop a server application that servers one or many client applications via a network. You'll find out that you know nothing about how ....Read More
Rating
This is a link to a different site Sending Data using socket.
Total Hit (5141) In the previous article we learned the recv Winsock API function which is used to read incoming data from the Winsock buffer. Today we'll see how to write data to the Winsock buffer for sending that data to a remote host. That is, actually, the send Winsock API function is not to send data. It just ....Read More
Rating
How to determine Application Path in .net?
Total Hit (3581) In Visual Basic 6 you could use App.Path to see where your application's executable resides. In VB.NET you need to use the Application object and its ExecutablePath property to get the path for the executable file that started the application, including the executable name: Dim aPath As Strin ....Read More
Rating
How to assign ItemData to combobox / listbox in VB.net
Total Hit (9849) There is no ItemData property in VB.net for ComboBox and ListBox but you can use another approach which will give you same functionality of ItemData. Use following code to test how you can assign ItemData. ItemData is generally used to store Id related to the Item of list. ....Read More
Rating
How to capture DBCC output into SQL Table?
Total Hit (1686)
Rating
Send Email using CDOSYS.
Total Hit (4131) This code snippet will show you how to send SMTP email using CDOSYS. CDONTS was old library for Win NT which is discontinued in XP and 2000. CDOSYS is more flexible than CDONTS. The follwoing code will work with VB6 and VB.net without any modification. From this code you will learn 1) How to a ....Read More
Rating
Display every Nth record.
Total Hit (1495)
Rating
Generate sequencial number for your resultset.
Total Hit (1391)
Rating
Complex grouping problem. How to group records by minimum of field1 , minimum of field2 and maximum of field3 ...
Total Hit (1501) In this example we assume that we have 3 hotels and their codes are AIR, PID, ZLM. For each property we have multiple rates for each week and this rate should be picked up on the basis of sellorder -> seasonlength -> rate . We have multiple seasonnumber for each week but only one season rate should ....Read More
Rating
This is a link to a different site ADO.NET and XML
Total Hit (1734)
Rating
This is a link to a different site Multicast Sockets
Total Hit (3894) In this chapter, we will create two Windows applications using multicasting features. With one application it will be possible to chat with multiple systems, where everyone is both a sender and a receiver. The second application – in the form of a picture show – demonstrates how large data packets c ....Read More
Rating


(Page 77 of 133) 3968 Result(s) found  ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ...

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.