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 Handling URLs with WinInet API (CWinInet_URL class)
Total Hit (2523) The WinInet API provides several functions to handle Uniform Resource Locators (URL). These functions give us the ability to create, combine, break down, and canonicalize URLs...
Rating
This is a link to a different site HTTP with MS Winsock Control - Part II - How to track the progress of data transfer
Total Hit (1725) In this tutorial we'll improve the HTTP Reader sample application, you will learn how to track the connection state with the State property of the MS Winsock Control, and how to show the progress of the downloading with the ProgressBar control.
Rating
This is a link to a different site Using XML Queries and Transformations
Total Hit (1656) Professional Visual Basic 6 XML shows the VB community how to take advantage of XML technology and the available (free-to-use) implementations. The flexible and standards-based data description that XML provides can be used in a myriad of places where VB programmers are active. To learn more abo ....Read More
Rating
This is a link to a different site HTTP with MS Winsock Control - Part III : How to retrieve a file from the Web through a proxy server
Total Hit (2759) In the previous tutorials we have learned how to communicate with a web server via direct connection. In that scenario the client application establishes connection to the web server by the specified server address (or IP address) and IP-port 80. But there are a lot of cases where a client has an ac ....Read More
Rating
This is a link to a different site HTTP with MS Winsock Control - Part IV - Retrieving secured resources from the Web
Total Hit (2308) In this tutorial I'll show you how to access protected resources on the Web using the Basic Authentication scheme. Also you find out how to work with a proxy server that requires authorization of the client.
Rating
This is a link to a different site HTTP with MS Winsock Control - Part V - Retrieving binary files from the Web
Total Hit (1953) In this tutorial we'll bring to the Simple HTTP Reader sample the ability to handle binary files retrieved from the Web, particularly image files such as gifs and jpgs. The sample will determine type of the retrieved resource and then pass the downloaded data to a picture box, if that resource is an ....Read More
Rating
This is a link to a different site HTTP with MS Winsock Control - Part VI - Receiving chunked data
Total Hit (1922) At this stage we add to the Simple HTTP Reader sample application the ability to read chunked data.
Rating
This is a link to a different site HTTP with MS Winsock Control - Part VII - Handling HTTP redirection
Total Hit (2583) There are a lot of reasons why the web developer decides to redirect HTTP request. All the web browsers used today handle the redirection automatically, without interaction with a user. So it is time to add the similar functionality to our Simple HTTP Reader sample application. ....Read More
Rating
This is a link to a different site Simple Object Access Protocol: A Step-By-Step Approach by Syd Egan
Total Hit (2579) In the article, we will create a simple SOAP service, and a client to access that service. The service will be in the form of an Active Server Page, which I have called soap.asp - it will need to live in the root directory of your Personal Web Service (by default c:\inetpub\wwwroot\) Our service wil ....Read More
Rating
This is a link to a different site SQL Server and XML
Total Hit (1112) Read the sample chapter from a new book released by Wrox Press, "Begining SQL Server 2000 for Visual Basic Developers". This chapter explores new XML features in SQL Server 2000 and takes a look at how you can exploit them to your benefit. We will also take a look at how we can use XSL (Extensible S ....Read More
Rating
This is a link to a different site Part 1: An Introduction to Data Structures
Total Hit (3382) This article kicks off a six-part series that focuses on important data structures and their use in application development. We'll examine both built-in data structures present in the .NET Framework, as well as essential data structures we'll have to build ourselves. This first installment focuses o ....Read More
Rating
This is a link to a different site Part 2: The Queue, Stack, and Hashtable
Total Hit (3270) This article, the second in a six-part series on data structures in the .NET Framework, examines three of the most commonly studied data structures: the Queue, the Stack, and the Hashtable. As we'll see, the Queue and Stack are specialized ArrayLists, providing storage for a variable number of objec ....Read More
Rating
This is a link to a different site Part 3: Binary Trees and BSTs
Total Hit (3334) This article, the third in a six-part series on data structures in the .NET Framework, looks at a common data structure that is not included in the .NET Framework Base Class Library: binary trees. Whereas arrays arrange data linearly, binary trees can be envisioned as storing data in two dimensions. ....Read More
Rating
This is a link to a different site Part 4: Building a Better Binary Search Tree
Total Hit (3346) This article, the fourth in the series, begins with a quick examination of AVL trees and red-black trees, which are two different self-balancing, binary search tree data structures. The remainder of the article examines the skip list data structure, an ingenious data structure that turns a linked li ....Read More
Rating
This is a link to a different site Accessing the Registry with Visual Basic .NET
Total Hit (819) This article describes how to access the registry using the Visual Basic .NET built-in functions, DeleteSetting, GetAllSettings, GetSetting and SaveSetting, as well as using the Registry and RegistryKey classes of the common language runtime. It details the required permissions, explains when to use ....Read More
Rating
This is a link to a different site Creating Control Arrays in Visual Basic .NET and Visual C# .NET
Total Hit (1046) This paper shows how to create and manage control arrays with Visual Basic® .NET and Visual C#™ .NET.
Rating
This is a link to a different site Creating Your Own Dynamic Properties and Preserve Property Settings in Visual Basic .NET
Total Hit (998) This paper demonstrates how to create dynamic properties in addition to the ones exposed by Microsoft® Visual Basic® .NET, as well as how to use dynamic properties to persist user-configurable properties between instances of an application.
Rating
This is a link to a different site Formatting the Windows Forms DataGrid Control in Visual Basic
Total Hit (1031) Quite a few basic tasks related to formatting the Windows Forms DataGrid control require you to create and implement your own custom column styles. However, once you are familiar with these objects, you will have a lot of power at your disposal.
Rating
This is a link to a different site Introduction to Exception Handling in Visual Basic .NET
Total Hit (966) This article provides an overview of structured and unstructured exception handling in Visual Basic .NET. It includes considerations that help you choose the right exception-handling alternative, the approaches involved in each alternative, how to create your own exceptions, and the exception object ....Read More
Rating
This is a link to a different site Life Without Control Arrays in Visual Basic .NET
Total Hit (1144) Control arrays were the best way to manage the controls on your Visual Basic forms, but there are no control arrays in Visual Basic .NET. Deborah Kurata describes how to use new Visual Basic .NET features to obtain control array functionality without the need for a control array. ....Read More
Rating
This is a link to a different site Modifying Internet Information Services During Deployment with Custom Actions
Total Hit (774) This paper demonstrates how to set Internet Information Services (IIS) settings that are not exposed by Web Setup projects using either Installer classes or script.
Rating
This is a link to a different site Multithreaded Programming with Visual Basic .NET
Total Hit (1175) The .NET Framework provides new classes that make it easy to create multithreaded applications. This article discusses how you can use multithreaded programming techniques with Visual Basic® .NET to develop more efficient and responsive applications. ....Read More
Rating
This is a link to a different site Navigating Multiple Related Tables in an ADO.NET Dataset
Total Hit (646) A dataset in ADO.NET is an in-memory representation of data that can contain multiple related data tables. This paper describes the methods of navigating these related data tables within a dataset. You will create a Windows® application in Visual Basic® .NET or Visual C#™ .NET that returns related r ....Read More
Rating
This is a link to a different site Object-Oriented Programming in Visual Basic .NET
Total Hit (566) This article discusses the many new object-oriented programming techniques available in Microsoft Visual Basic .NET.
Rating
This is a link to a different site Overriding Event Handlers with Visual Basic .NET
Total Hit (623) This paper shows how to override event handlers when programming in Visual Basic® .NET. How to use the Handles clause will also be discussed.
Rating
This is a link to a different site Standard format of e-mail message describes the parts of e-mail message.
Total Hit (2815)
Rating
This is a link to a different site Mail Checker Sample Application
Total Hit (2459) 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 (2064) 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 (2546) 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 (1240) 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


(Page 75 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.