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 1 of 2) 33 Result(s) found 

 

ComputerName - The name of the local computer
Total Hit (2619)
Rating
GetPDCName - The name of the Primary Domain Controller
Total Hit (3631)
Rating
GetUNCName - Convert a file path to a UNC path
Total Hit (7016)
Rating
IsNetworkInstalled - Check whether the network is installed
Total Hit (2597)
Rating
LanCardAddress - Read the Ethernet address of a LAN card
Total Hit (3013)
Rating
NetworkUserName - The user name used to establish a network connection
Total Hit (2766)
Rating
ShowNetworkDiskConnectionDialog - Show a dialog to connect or disconnect a drive
Total Hit (2948)
Rating
Get IP from Host Name.
Total Hit (3956) This example will show you how to get IP address from host name and also How to retrive all associated IPs to your local machine.
Rating
How to get information of all installed IP's on current system.
Total Hit (3398) This article will show you how to get all installed IP addresses and subnet mask on your system. To implement quick demo perform the following steps - Create a standard exe project - Add a module - Add 1 command button and 1 text box with MultiLine=True Place the following code in Form1 d ....Read More
Rating
How to send message over network with specified machinename/username/domainname ?
Total Hit (3638) «code LangId=1»'Description: Send to msg to a machine on a Windows NT domain ' similar to that of the notification msg from printer spooler 'Note: Use with care to avoid a broadcasting to all workstations on the domain ' if you do not want to Declare Function NetMessageBufferSend L ....Read More
Rating
How to retrive TCP Statistics for local machine using GetTcpStatistics API
Total Hit (3313) «b»Step-By-Step Example«/b» - Create a standard exe project - Add one timer and one listbox control on the form1 - Add the following code in form1 «code LangId=1»'user defined type required by GetTcpStatistics API call Private Type MIB_TCPSTATS dwRtoAlgorithm As Long '// timeout algor ....Read More
Rating
Mapping network share as a mapped drive using API
Total Hit (3785) «code LangId=1»Option Explicit Private Declare Function WNetAddConnection Lib "mpr.dll" Alias "WNetAddConnectionA" ( _ ByVal lpszNetPath As String, _ ByVal lpszPassword As String, _ ByVal lpszLocalName As String) As Long Private Sub MapDrive(share_name As String, Optional drive_ ....Read More
Rating
How to retrive IP Configuration of local machine (just like ipconfig.exe)
Total Hit (5609) This article illustrates how to programmatically retrieve IP configuration information similar to the IPCONFIG.EXE utility. It demonstrates how to use the IP Helper APIs GetNetworkParams() and GetAdaptersInfo() from Visual Basic. The libraries called by the code sample in this article are only s ....Read More
Rating
Retriving ICMP statistics using GetIcmpStatistics API
Total Hit (2758) This code will show you use of GetIcmpStatistics API which can give you some important information regarding ICMP information. Here is the sample output of this program «code LangId=0»# Messages [in/out] : 9/11 # Error [in/out] : 0/0 # Redirects [in/out] : 0/0 # Echos [in/out] : ....Read More
Rating
How to renew/release DHCP lease of a selected interface ?
Total Hit (5961) This article will show you how to use IP Helper APIs GetAdaptersInfo, GetInterfaceInfo, IPReleaseAddress and IPRenewAddress to list all available IPs and perform renew/release operation on a selected IP. Before we see actual code lets quickly check the description of each API. «b»GetAdaptersIn ....Read More
Rating
How to Add/Remove NT user account programatically
Total Hit (5504) This article will show you use of NetUserAdd and NetUserDel API to add/remove useraccount. Windows NT and Windows 2000 exposes LanMan 32-bit Application Programming Interfaces (APIs) to provide network services. These APIs are called only from 32-bit programs running on a Windows NT or Windows 20 ....Read More
Rating
Get Time and Date of a Network machine Server or Workstation
Total Hit (3157) «b»Step-By-Step Example«/b» - Create a standard exe project - Add the following code in form1 «code LangId=1»'API Structures Private Type TIME_OF_DAY_INFO tod_elapsed As Long tod_msecs As Long tod_hours As Long tod_mins As Long tod_secs As Long tod_hunds As Long ....Read More
Rating
This is a link to a different site Enumerating Share Connection Information
Total Hit (1456) The WNetEnumResource API continues enumeration of network resources on the local computer that was started by a call to the WNetOpenEnum API function. It will not retrieve the shares in use on remote machines. The illustration shows the function enumerating all network resources on my development ne ....Read More
Rating
This is a link to a different site How to Share a Folder using NetShareAdd
Total Hit (1445) The NetShareAdd function shares a server or workstation resource. Only members of the Administrators or Account Operators local group, or those with Communication, Print, or Server operator group membership can successfully execute the NetShareAdd function. The Print operator can add only Printer qu ....Read More
Rating
This is a link to a different site Connecting to Network Resources
Total Hit (1624) These are small network routines that provide developers with increased functionality and usability. The first two routines deal with displaying the Map Drive and Disconnect Mapped Drive dialogs. The second two deal with printers; the first shows the Windows dialog responsible for setting up a ....Read More
Rating
This is a link to a different site Enumerating Shared Resources on Remote Machines
Total Hit (1556) NetShareEnum retrieves information about each shared resource on a server. It's security requirements are the same as those outlined in Obtaining Workstation User Logon Information. WNetEnumResource can also be used to retrieve resource information, however, it does not enumerate hidden shares or ....Read More
Rating
This is a link to a different site Translating a Mapped Drive to a UNC Path
Total Hit (1510) WNetGetConnection, when passed the drive letter of a mapped drive, will return the full UNC path to the \\server\share that drive is mapped to. By adding a few Shell APIs we can create wrapper routines to perform tests on the constituent portions of the mapped path to assure the returned value point ....Read More
Rating
This is a link to a different site DNS Inside Out (DNS Client sample application)
Total Hit (2464) 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 (2316) 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 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 Internet Protocol Helper API (IP Helper API)
Total Hit (2352) 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 (2453) the tutorial that shows you all the steps of creating of the simple application for receiving e-mail.
Rating


(Page 1 of 2) 33 Result(s) found  1 2

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.