Hy,
I'm trying to make the chat that is in the msdn lybrary :
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/dnadvnet/html/vbnet08282001.htm
I don't know where to put these two line and I dont understand what is wrote:
Dim params() As Object = {mobjText.ToString}
Me.Invoke(New DisplayInvoker(AddressOf Me.DisplayText), params)
Thank you
ComCrack
I'm trying to make the chat that is in the msdn lybrary :
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/dnadvnet/html/vbnet08282001.htm
I don't know where to put these two line and I dont understand what is wrote:
Dim params() As Object = {mobjText.ToString}
Me.Invoke(New DisplayInvoker(AddressOf Me.DisplayText), params)
Thank you
ComCrack