MSCOMM32.OCX, Required DLL Files
I have Developed a Form Using Developer 6i for Attandance of Employee. Using the Barcode Reader (COM Port). I used the Windows Comunication OCX (mscomm32.ocx) for reading the Data from COM Port.
My Form is Going excelent on My OWN Computer. Bcz i have Installed Visual Basic on it.
But when i Deploy that Form on a Client Computer. there was an error on mscomm32.ocx was not available on that machine. then i Register ocx file manualy with regsvr32.exe mscomm32.ocx from Command Prompt. but again tehre was a problem for not opening the Com port.
then i just Install and deinstall the VISUAL BASIC 6.0 on that Client PC.
Now the the FORM is Running Excelent on the CLIENT PC.
I want to Know that what are required DLL, OCX Files on the PC Where is Visual basic is Not installed. so that i only have to Register DLL and OCX files. and i dont want to Install Whole VB.