----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: pradeep145 Message 4 in Discussion Hi shaik actually this ocx control does not have any user interface. this user controls perform some specific tasks like it will broadcast the message to the clients to update theirself and some much more. i waana use the same control in my applcation. more over i trid to use this control in a windows service i add the reference of this control through "com" and here i am able to create a instance of that class(ocx control class) but when the next line is executed it raise an erroe "catastrophic failure" code is given below. string ipAddressMultiCast = "226.0.0.7"; string portNoMultiCast = "3333"; MCastCtrlClass objMCast = new MCastCtrlClass(); objMCast.IpAddr = (ipAddressMultiCast); objMCast.Port = Convert.ToInt32(portNoMultiCast); objMCast.BufferLength = 95000; objMCast.ZipOption = false; objMCast.LoopBack = true; i am expecting some results from .net experts. regds pradeep chaudhary ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
