You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Use Session.CreateComponent or .AddComponent in Visual Basic.NET.
Private MyComponent As LANSA_MYCOMP_LIB.MYCOMP
 
If Session.IsConnected then
MyComponent = Session.CreateComponent("MYCOMP")
End if

  • No labels