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

(Page 31 of 133) 3985 Result(s) found 

 

This is a link to a different site End points of the connection
Total Hit (3370) This part of the tutorial series is about how to use the getpeername and getsockname Winsock API functions in Visual Basic in order to determine parameters of the TCP connection's end-points.
Rating
This is a link to a different site Connecting to the remote host : Winsock API Test Bench sample application
Total Hit (3994) Most of the Internet application protocols used today (HTTP, FTP, SMTP, POP3, NNTP and so on) use connection oriented sockets in order to exchange data. That means that two hosts must establish connection before any chunk of data will be sent. As a rule, the initiator of the establishing of the conn ....Read More
Rating
This is a link to a different site Socket's transport protocol and other options : Winsock API Test Bench sample application
Total Hit (3497) In the previous article we have learned how to create and close sockets. All we know about the socket, at this moment, is only its handle - integer value that is used by the Winsock service and our application just to recognize it. But the socket is not just an integer value - some memory, system re ....Read More
Rating
This is a link to a different site Creating and closing a socket : Winsock API Test Bench sample application
Total Hit (3775) We continue to learn the Winsock API developing the Winsock API TestBench sample application. In this article you'll find out how to use the socket and closesocket Winsock API functions in order to create and close sockets.
Rating
This is a link to a different site Introduction to the Winsock API Test Bench sample application : Winsock API - Step by step tutorial for the Visual Basic developers
Total Hit (4093) The second part of the Winsock API tutorial is to introduce the following functions: accept, bind, closesocket, connect, getpeername, getsockname, getsockopt, listen, recv, select, send, setsockopt, socket. We'll learn these functions by creating the Winsock API Test Bench sample application. ....Read More
Rating
This is a link to a different site Developing Client-Server Applications with MS Winsock Control
Total Hit (2198) In this article, I am going to show how to use the Winsock in a client server environment, we will create two separate applications, one of which will be a server and the other will be a client. Both client and server will interact with each other to exchange data. Client will send a request to the ....Read More
Rating
This is a link to a different site Your First TAPI Program
Total Hit (2630) This sample application shows you how you can use the TAPI 3.0 functions to create a TAPI application of your own. This application uses the Windows Phone Dialer utility that comes with Windows and can be found under the Accessories group. That program will act as the call manager and will handle th ....Read More
Rating
This is a link to a different site Retrieving Partial Content via HTTP : HTTP with MS Winsock Control - Part VIII
Total Hit (2415) The current specification of the HTTP, RFC 2616, defines the method to download any part of the file located on a web server. What have we got with this feature of the protocol? We can resume a broken data transfer, we can retrieve specific parts of documents to explore its properties... ....Read More
Rating
This is a link to a different site Writing Your First Speech Recognition Program by John T. Yung
Total Hit (1856) I recently came upon a project where a program can take in voice commands and perform tasks like opening a program or a file in Windows without any mouse or keyboard input. At first, I thought that was some fancy coding stuff going on that was out of my league. Well guess what, on a closer investiga ....Read More
Rating
This is a link to a different site How to track the download progress
Total Hit (2431) The Internet Transfer Control (ITC) provides us with a very easy way to retrieve web resources. But unfortunately the control doesn't have any means to track the progress of data transfer. It could be nice if the control ...
Rating
This is a link to a different site Internet Protocol Helper API (IP Helper API)
Total Hit (2353) We have launched new section of the website - IP Helper API. While the IP Helper API is designed for use by C/C++ programmers, it is possible to use this API in Visual Basic. In this section you will find out how to use some functions of that API. At this time there are two articles: "How to get all ....Read More
Rating
This is a link to a different site CWinInetConnection class
Total Hit (1982) Check up CWinInetConnection class that, encapsulating the calls of WinInet API, allows you to detect the Internet connection and its properties, establish and hang up the connection, switch the system state known as Online/Offline mode.
Rating
This is a link to a different site How to receive an e-mail is quick introduction to the POP3 protocol.
Total Hit (2465)
Rating
This is a link to a different site Standard format of e-mail message describes the parts of e-mail message.
Total Hit (2808)
Rating
This is a link to a different site Mail Checker Sample Application
Total Hit (2454) the tutorial that shows you all the steps of creating of the simple application for receiving e-mail.
Rating
This is a link to a different site Sending files inside e-mail messages
Total Hit (2056) We have published the introduction to UUCode algorithm and tutorial that shows how to add new feature of dealing with attachments to our sample applications Simple MailSender and MailChecker.
Rating
This is a link to a different site Secrets of FTP
Total Hit (2539) Read our practical introduction to the File Transfer Protocol for Visual Basic developers. You'll find out how to retrieve listings of FTP directories, download and upload files, and how to resume broken file transfer. FTP Quick Reference will help you to learn all the FTP commands and server reply ....Read More
Rating
This is a link to a different site HTTP with MS Winsock Control - Part I - How to download a file from the Web
Total Hit (1234) The tutorial shows how to use the MS Winsock Control in order to retrieve resources from the WWW. You will create the Simple HTTP Reader sample application.
Rating
This is a link to a different site Review of “Network Programming for Microsoft® Windows®”
Total Hit (2317) 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 (5024) 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 (2802) 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 (2152) 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 FTP Client sample application is updated using the MS Winsock Control
Total Hit (2993) 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 (2733) 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 (5135) 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
This is a link to a different site Developing with a new standard in UI
Total Hit (2527) In this new century we enter, everything relating to software should have a standard of quality. For small time programmers, that doesn't necessarily mean having quick turnaround or technical support response. No, for quality, I mean having features that can make your user interface smart and easier ....Read More
Rating
This is a link to a different site Receiving Data : Winsock API Test Bench sample application
Total Hit (4155) Today we'll learn how to use the recv Winsock API function with Visual Basic in order to read data from the Winsock buffer that collects all the bytes arrived through the network for our application.
Rating
This is a link to a different site Creation of an Access database from an XML file
Total Hit (1095) This class was originally part of a larger project to extract data from a mainframe and present it to Crystal Reports. I selected XML as the data format because it is so flexible and yet easy to generate from COBOL. The code to transport the data from the mainframe and generate the reports has been ....Read More
Rating
This is a link to a different site Retrieving socket's status - Part I - The select Winsock API function
Total Hit (3617) Before to dive into the most interesting thing - sending and receiving data through a socket, we have to know how to determine status of a socket. In other words, we should know when a socket is ready to receive or send any data. The select function from the Winsock API can provide us with basic inf ....Read More
Rating
This is a link to a different site Binding a socket : Winsock API Test Bench sample application
Total Hit (3493) Today we will learn how to use the bind Winsock API function that allows to associate a local address with a socket. We'll modify the Winsock API TestBench sample application in order to give the user of the program to specify local host address and port number for a socket. ....Read More
Rating


(Page 31 of 133) 3985 Result(s) found  ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ...

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.