Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a better mscomm?
Message
From
22/11/2000 08:17:30
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00443243
Message ID:
00444549
Views:
8
>I'm using VFP5 and VB5. The MS comm control is version 5. It tells me it can only be single threaded. Is that a problem?

I don't think so.

>Plus I don't see the oncomm event listed as it shows in VFP.

Double-click on the MSComm control in your form and select OnComm from the list of methods available in the rightmost combobox at the top of the code window.

You can also create it manually by typing this code in the code editor:
Private Sub MSComm1_OnComm()
HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform