Hello,
I'm sorry to disturb you all with a probably dumb question. But I'm new to Visual Basic, so forgive me ... :)
Where can I download the mscomm32.ocx ? And do I have to add it afterwards through the project/components menu ?
Thank you very much
Printable View
Hello,
I'm sorry to disturb you all with a probably dumb question. But I'm new to Visual Basic, so forgive me ... :)
Where can I download the mscomm32.ocx ? And do I have to add it afterwards through the project/components menu ?
Thank you very much
hmmm think it is shipped along with visual basic. don't think it can be downloaded as a separat file.
u sure its not there ?
Yes, I'm sure because I've opened a project which needs the mscomm32.ocx and it isn't there. But I don't have the MSDN installed , is that maybe the problem ?
have u preformed a search on u'r disk?
It could be that its only the reference that is not correct.
do u quick search
Yes, it can finds other ocx's under c:\windows\system\ but not the mscomm32.ocx
what version of VB do u use?
I use Visual Basic 6.0
hmm... well according to MSDN, it is a part of the VB6 inst.
u use professional or entreprise version?
Download the file from here.
Unzip it.
Copy the file to your system32 folder.
Use the following lines to register it:
regsvr32 mscomm32.ocx
thanks a lot!