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?