Jump to content
Xtreme .Net Talk

gauravbr

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by gauravbr

  1. Error on Compile hi i tried that but i am getting error it says Sub New() cannot be declared Overloads. and another error stating.. Overload resolution failed because no accessible 'New' accepts this number of arguments. so i am stuck up again can u get me out of this riddle...
  2. 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.
×
×
  • Create New...