| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating | | |
 |
SMSlogger | VB 6.0 | Intermediate / Emilio Ficara | 577 since 3/8/2010 1:44:04 AM | Unrated
|
| |
This program allows you to save on a text file all SMS messages that are received from a mobile phone. The phone is connected to a serial port and is seen as a modem. The modem must support the AT commands for SMS. The tests were performed on a Siemens M5 ...(description truncated) (ScreenShot)
|
| |
 |
Phonebook | VB 6.0 | Beginner / Andron Smith | 440 since 3/7/2010 9:12:04 PM | Unrated
|
| |
probably beginner correct me where wrong. This is a phonebook database software for a user to store contacts. it includes access code feature which allow users to make certain contact Information confidential. uses ADO heavily, Moderately commented, it st ...(description truncated)
|
| |
 |
Formats the time in Real-Time. | VB 6.0 | Intermediate / programadorvb6 | 448 since 3/7/2010 3:25:56 PM | Unrated
|
| |
This example shows how to format in the Real-Time hours. (ScreenShot)
|
| |
 |
sticky VB windows that stick to each other (like seen in Winamp) | VB 5.0, VB 6.0 | Advanced / Louis Coder | 2521 since 1/9/2010 11:23:00 AM |
By 1 Users
|
| |
this project contains VB forms and modules you just add to your application. The code makes your application's windows become sticky, that means they stick to each other and to the screen edges. You can restore the old stick configuration after program re ...(description truncated)
|
Please support the site by visiting our sponsor.
|
| |
 |
calculator | VB 6.0 | Beginner / wadii el jaziri | 752 since 3/6/2010 5:27:29 AM |
By 1 Users
|
| |
for free use and education (ScreenShot)
|
| |
 |
Randomly_Spell_RANDOM | VB 6.0 | Beginner / Mark Acuna | 629 since 3/4/2010 10:23:03 PM | Unrated
|
| |
This code generates 6 random letters in a loop and inserts the results as unique listbox items if one of the six letters in "random" is generated over the six locations from the 26 possibilities (I think). Another list, eventually after thousands of itera ...(description truncated) (ScreenShot)
|
| |
 |
Centroid in Polygon Finder for AutoCAD | VB 6.0 | Intermediate / Mark Acuna | 632 since 3/4/2010 10:27:45 PM | Unrated
|
| |
Finds the centroid of a user selected polygon. It took me a while to frankenstein this from 2 or 3 other people, who I cannot recall, years ago, but I really needed it, and maybe someone else will. It uses a standard mathematical routine to determine the ...(description truncated)
|
| |
 |
how to fetch record using connection.execute method | ASP (Active Server Pages) | Intermediate / welcome007 | 915 since 3/2/2010 12:55:58 AM | Unrated
|
| |
this code explain how to use connection.execute to fetch record from table.
|
| |
 |
MP3 PLAYER | VB 6.0 | Intermediate / MITHUN RAJ.P | 906 since 3/5/2010 8:50:57 AM | Unrated
|
| |
MP3 PLAYER (ScreenShot)
|
| |
 |
asp database connection | ASP (Active Server Pages) | Advanced / welcome007 | 2342 since 2/28/2010 2:15:15 AM | Unrated
|
| |
<%@ Language="VBScript" %>
<%
option Explicit
%>
<%
dim con,rs,rs1
Sub OpenDb()
set con = Server.CreateObject("Adodb.Connection")
con.ConnectionString="Provider=Microsoft.Jet.Oledb.4.0;Data Source=" & Server.Mappath("E_Marketing.mdb")
con.o ...(description truncated)
|
|
|