These are the errors I see in the sample you sent to me. I was not able to view the running part. =) I will try to understand your code.
what did you mean by this --->
I was not able to view the running part
did u mess up with vb???....it seems that some of your activex files (.ocx) are missing.....the snaps that you are attached are fully system related....these are not related to the program at all....to avoid getting this error you have the following options :-
1. uninstall and then re-install vb
2. just register "
mscomctl.ocx" and "
mscomct2.ocx" in your system...
might be you are not familer with registering activex controls manually...so i'm giving you the steps :-
1. if you haven't yet messed up with vb, you will have these two ocx files in your "
system32" directory of your root drive..
2. use the command -->
regsvr32 <ocx file name> to register the files...like to register "
mscomctl.ocx" you must type....
regsvr32 mscomctl.ocx....similarly....for the other one
regsvr32 mscomct2.ocx..........issue this command from start->run
just register these two ocx files and the errors will be simultaneously solved....
if you donot have these files...just download from net....these are freely distributable and available for download...
regards
Shouvik