|
-
Jan 8th, 2001, 07:28 AM
#1
Thread Starter
Lively Member
I want to create an activeX DLL.
The DLL does not have a form to put an MScomm control on. The DLL however still have to be able to communicate trough the serial port.
Is the best way to do this by using API? If so - where do I find information about these API's?
Best regard/Lennart
-
Jan 24th, 2001, 04:02 AM
#2
Fanatic Member
I've tried this before with only partial success. In the end I used a form and just loaded it without showing and that seemed to do the trick even if a little clumsy and not ideal.
I'm hoping in .net this is somthing that has been addressed, but I'm not holding my breath.
-
Jan 25th, 2001, 12:53 PM
#3
PowerPoster
Well, lennart you can have a ActiveX DLL that consist of a invisible Form which hold the MSCOmm control.
So that you 'll have all the MSComm event without rewriting it with all the heaadache API function.
Cheers!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|