04-03-2009, 11:46 PM
I have the same error as this guy and I didn't feel like making a new topic since it would be a waste of space since I could post it right here if you would allow me. I just started programming and I was trying to develop and program my own game using Mse-Build 1 and all went well until I tried to compile everything to make a Client.exe
I got multiple "Method or Data Member Not Found" errors but i'll post one and if you can try and fix this for me i'll try to fix the other ones myself since than I might have a better idea when getting this error.
If you could help me fix this, I would greatly appreciate it, thank you very much for reading this as well.
I got multiple "Method or Data Member Not Found" errors but i'll post one and if you can try and fix this for me i'll try to fix the other ones myself since than I might have a better idea when getting this error.
- 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
If you could help me fix this, I would greatly appreciate it, thank you very much for reading this as well.