S
Supra
this code will worked. i can connected to any servers...but how do i
added method called doColor from usercontrol to module
Sub DisplayMessage(ByVal rtb As RichTextBox, ByVal sText As String,
Optional ByVal Colour As String = "")
rtb.SelectionStart = rtb.Text.Length
rtb.SelectedText = sText <=== i needed to call doColor..but
how?
rtb.ScrollToCaret()
End Sub
thsi
added method called doColor from usercontrol to module
Sub DisplayMessage(ByVal rtb As RichTextBox, ByVal sText As String,
Optional ByVal Colour As String = "")
rtb.SelectionStart = rtb.Text.Length
rtb.SelectedText = sText <=== i needed to call doColor..but
how?
rtb.ScrollToCaret()
End Sub
thsi