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 

 

Download a file with one API call
Total Hit (3633) If you have Internet Explorer 5 or later version, you can use an API call to download a file from the Internet withouth displaying any message box. «Code LangId=1» Private Declare Function URLDownloadToFile Lib "urlmon" Alias _ "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As Strin ....Read More
Rating
Get the local IP address using the Internet Transfer Control
Total Hit (2515) The easiest way to retrieve the IP address assigned to the local machine during an Internet session is by means of the LocalIP property of the Internet Transfer Control: «Code LangId=1» MsgBox "IP address= " & Winsock1.LocalIp «/Code» Note that getting the same information through API calls ....Read More
Rating
Launch the default browser on a given URL
Total Hit (3941) The following routine launches the default browser and loads the specified URL in it. The argument doesn't have to include the HTTP:// prefix. If the operation is successful it returns True. «Code LangId=1» Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (B ....Read More
Rating
Open the default program for sending email messages
Total Hit (2542) The ShellExecute API function recognizes email addresses if they are prefixed by the "mailto:" prefix, and correctly run the default program for sending email messages (e.g. Outlook). This lets you open a window for sending an email and automatically fill the address field. Here's a wrapper routine ....Read More
Rating
Open the Internet Connection dialog
Total Hit (3702) The dialog you see when you start an Internet connection is implemented in the RNAUI.DLL file, and the specific function is called RnaDial. To open this dialog from your application you can call this function through the rundll32.exe application (located in Windows directory) specifying the name of ....Read More
Rating
Put buffering and Response.Flush to good use
Total Hit (2367) IIS5 enables buffering by default, therefore all the output from your ASP is actually sent to the browser only when the page completes its processing. In many cases this approach improves the overall processing speed, and indirectly makes for a more scalable site. However, buffering has two minor de ....Read More
Rating
Setting the off-line mode
Total Hit (3798) You can programmatically set the Internet Explorer off-line mode with the InternetSetOption API, as this code snippet demonstrates: «Code LangId=1» Const INTERNET_OPTION_CONNECTED_STATE = 50 Const INTERNET_STATE_CONNECTED = 1 Const INTERNET_STATE_DISCONNECTED = 2 Const INTERNET_STATE_DISCONNE ....Read More
Rating
ColorToHTML - Convert a VB color for use in a HTML page
Total Hit (2341)
Rating
CopyURLToFile - Download a file from the Internet via FTP or HTTP
Total Hit (4808)
Rating
DownloadFile - Download a file using standard IE dialog
Total Hit (3253)
Rating
GetCookies - Get local cookies for a given URL
Total Hit (3160)
Rating
GetHtmlPageSource - Get the HTML of a page using MSXML library
Total Hit (2629)
Rating
HTMLDecode - Convert an HTML string to a plain text
Total Hit (3320)
Rating
HTMLDecodeEx - Decodes HTML encoded strings
Total Hit (2369)
Rating
HTMLEncode - Encode a string so that it can be displayed in a browser
Total Hit (3374)
Rating
HTMLEncodeEx - Applies HTML encoding rules to the specified Text
Total Hit (2400)
Rating
InternetExplorerPath - Test whether IE is installed and retrieve its path
Total Hit (2390)
Rating
IsConnectedToInternet - Check whether there is an Internet connection
Total Hit (3342)
Rating
IsFileInCache - Check whether a file is in the Internet cache
Total Hit (2994)
Rating
URLDecodeEx - Decodes an encoded URL
Total Hit (2765)
Rating
URLEncode - Convert a string for using on a URL query string
Total Hit (3300)
Rating
URLEncodeEx - Apply URL encoding rules
Total Hit (2883)
Rating
URLPathEncode - Convert a string for using on a URL path
Total Hit (3952)
Rating
AddToIEFavorites - Add a URL to the IE's favorites
Total Hit (8917)
Rating
ViewHTMLSourceInBrowser - Use IE to view the HTML of a page
Total Hit (2605)
Rating
Send Email using CDOSYS.
Total Hit (4121) 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
How to load the default mail client or the default browser and go to a specified page!
Total Hit (2577) API Declarations «Code LangId=1» Option Explicit Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, _ ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, _ ByVal lpDirectory As String, ByVal nShowCmd As L ....Read More
Rating
This is a link to a different site System Internet Connection - Determining How and If Connected
Total Hit (2499) If you are designing a project which can use an Internet connection, it can be useful to know whether the system is connected or not. There are various methods of doing this, however the most informative and reliable method is to use the WinInet.DLL InternetGetConnectedStateEx API call. The only pro ....Read More
Rating
This is a link to a different site Determine whether a file is in the Internet Explorer cache
Total Hit (2207) If you are creating a shortcut to an Internet file, you will want to know whether it has been visited or not so you can colour it appropriately. This tip shows you how to determine whether a file is in the cache so you can do this.
Rating
This is a link to a different site HTTP file upload from VB
Total Hit (2983) This ActiveX control allows users to submit a file to a Web server. This component uses the WinSocket control to submit files using the file transfer protocol (FTP). It only worked in Internet Explorer 3.02 and higher, and several clients used Netscape, so I had to find another solution. ....Read More
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.