IMWindow is other Form
---------------------------------------------------------
Code in main Form
Dim imw As IMWindow
imw = New IMWindow(objRTCClient, objProfile, RTCCORELib.RTC_SESSION_TYPE.RTCST_MULTIPARTY_IM, Buddy.PresentityURI, Buddy.Name)
-------------------------------------------------------
how to set the variables in the other form by passing this variavbles.
how to declare it in IMWindow and where to declare.
i am getting error too many Parameters in Public Sub New()
I am using RTCDLL.DLL file in this project:confused:
I cannot make these variables as Global as it will effect the program coding.