Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Method or Data Member Not Found.
#5
Robin Wrote:
Tony Wrote:Why are you using MSE 1? Use MSE 4,

And what does it even highlight in that part?

Just repeat what I said, why don't you? ;D


Thanks for the pretty fast replies, so are you saying that if I switched to MSE4 that it might work?
Also, I used the first build because I didn't look on the forums for a newer version so that's my fault.

How would I be able to move everything from my mse1 to my mse4(because I edited the look of the mse1 client and added things to it.)

Oh and to answer the last part of your reply, it highlights
  • Public Sub AddText(ByVal Msg As String, ByVal Color As Integer)
    Dim s As String

    s = vbNewLine & Msg
    frmMirage.txtChat.SelStart = Len(frmMirage.txtChat.Text)
    frmMirage.txtChat.SelColor = QBColor(Color)
    frmMirage.txtChat.SelText = s
    frmMirage.txtChat.SelStart = Len(frmMirage.txtChat.Text) - 1
    End Sub

The red colored part of the line is the part that shows up highlighted.
Thank you
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)