Latest News

Ms Agent with VB 6.0

Remember when we work at microsoft office 2000 or later, sometime if we need help a great animation will show at screen. this animation can to do like applause, sleep, write and other with sound. this is MS agent from microsoft, the standard the animiation come with 1 character animation, but we can download for other animation.

On vb we can add that animation into program for replace message box, or tool tip text. but before we start programing with ms agent, the first time we must have MS Agent Engine and microsoft speech engine installed at computer.

for download ms agent engine and microsoft engine , you can download direct into microsoft or in here. and for character you can download merlin, peedy or genie .

Read More

DB, VB 6.0

Save Picture On Data Base

Save Picture On Data Base

 Before this, if in a program should save a picture, i always make a folder for store a picture and make a link on program for open it or change it.  after i found simple way to save a picture into database into binary format.  the first program  who i have created  with this technic ... ...

.Net, DB

VB NET Class for Connect To Access DB

VB NET Class for Connect To Access DB

This class has function for connect to a DB on VB.Net . the connection can used with Ole.DB or DSN depend your taste, in this sample we used Ole db to connect Access database. for changing the type of connection you can change on new sub. the list of class like below ; ...

Misc, VB 6.0

Sending Fax On VB 6.0 App

Sending Fax On VB 6.0 App

When we work with mocrosoft Office, we have a menu for send to. in this menu we can chose send a document with email or faxing. based on this we can add capability  sending fax to apllication. to do that we must use windows xp with fax service component installed. to check, what your windows ... ...

Misc, VB 6.0

Reporting With Excel on VB60

Reporting With Excel on VB60

Ussualy we create report on vb 60 with data report and sometime we can use crsytal report. but alternate way to create a report we can use microsoft excel from microsoft office. The advantage if we use microsoft excel for reporting, we can save the report if we dont want print at paper. another thing we ... ...

.Net, Serial

Class Serial Port VB 2005

Class Serial Port VB 2005

This application based on serial port on VB 6.0 and i try to porting on VB.NET 2005. in  .net 2005 i use class for handle serial port, not like on vb which program use active-x. Complete source code can be download at link below. ...

Serial, VB 6.0, paralel

Paralel Port And SMS on VB 6.0

Paralel Port And SMS on VB 6.0

This Project is write with visual basic 6.0 and using Driverlink for access parallel port and FBUS active-x from software cave for sending and receive SMS. The goal of this project is controlled device or peripheral using parallel port which activated by short messaging service SMS. This project start from my idea for utilize my ... ...

Misc, VB 6.0

WebCam on VB with Ezvideo

WebCam on VB with Ezvideo

This Project will demontrate Visual basic for capture picture or Video with webcam. the handler for capture and record is using ezvideo active-x by ray mercer at shrinkwrapvb. Before started the write code, we must have installed the webcam and ezvideo active-x.To installed ezvideo active-x, just copy file ezvidc60.ocx to the windows\system32\. Aft...

Network, Socket, Terminal, VB 6.0

NDC+ ATMC Simulator

NDC+ ATMC Simulator

This small application i write using microsoft visual basic 6.0. i create this application for my friend which he develop a ATM alert system and he need simple program for testing the program. The mini ATMC simulator consist 2 socket for handling TCP-IP Communication and no header type of message. With this application we can ... ...

Network, Socket, VB 6.0

Simple Programing Socket on Visual Basic 6.0

Simple Programing Socket on Visual Basic 6.0

Sometimes we need write program on vb which the program is have capable to connect to the other pc via TCP-IP, such a program chat, billing system on internet café or other. On Visual Basic 6.0, we can write program like that with winsock component, which the default component for visual basic for socket implementation.On ... ...

Misc, Serial, VB 6.0

SMS on VB with Mobile FBUS Active-X

SMS on VB with Mobile FBUS Active-X

The Mobile FBUS ActiveX Control is a Visual Basic ActiveX control for use in Visual Basic 5.0 and above projects. The Mobile FBUS active-x connected to the serial port on PC through a FBUS cable. is One way to develop application on visual basic with capable send receive Short message service is using Mobile FBUS ... ...

Serial, VB 6.0

Serial Port On Visual Basic 6.0

Serial Port On Visual Basic 6.0

Maybe ? now Serial port is not to Popular like 5 years ago, Now USB replace for this port. All computer now equipped with USB port on Motherboard, Serial port go to legacy. Many device and peripheral using USB for standard connection to the PC. But not all device using USB, some modem and device ... ...

.Net, Network, Socket

Socket with VB.NET 2005

Socket with VB.NET 2005

Its to hard for me when first time  start write a code with a VB.net, especialy when write socket, need a struggle to achive a program same as like program which write on visual basic 6.0 with winsock technology. there a big difrences between visual basic 6.0 and .NET. but after two and three time ... ...