Registering *.VBR, *.TLB and ListView control
Hi,
1. I have a client/server application in VB6. I deloyed it on two computer (one is client and one is server).On client side I used CLIREG32.EXE to register *.VBR.
CLIREG32.EXE <DCOMFILE.VBR> -s <SERVERIP> -t <DCOMFILE.TLB> -d -nologo
But when I run the client application I got this error message:
"Automation error
Library not registered"
Do you know how to resolve this problem?
2. Could you please tell me How many lines can a ListView control contain? I means what is the maximum line of a ListView control?
Thanks in advance,
Trung Luu