|
-
Aug 18th, 2015, 03:14 PM
#1
Thread Starter
Member
How to access an Active X Control module
Hi, I'm trying to upgrade the visual basic 6 code to vb.net. I'm pretty new to this language..
So I'm trying to read the visual basic 6 code, and I noticed there were lines such as:
LoadComm.SetLoadSendOneCommBuf
LoadComm.GetLoadReturnParam(CommPort)
I want to understand what these lines are doing.
I noticed that loadComm is the name of an active X control
When I click definition of loadComm, I see that ActiveLoadProj is a class (member of ACTIVELOADPROJLib) and I see these functions are in the members of ActiveLoadProj.
How do I see the code for the functions though?
Tags for this Thread
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
|