Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Jumbofile

Members
  • Posts

    982
  • Joined

  • Last visited

Posts posted by Jumbofile

  1. I found this.

    frmmain

    Line 867: Class RichTextLib.RichTextBox of control txtChat was not a loaded control class.

    frmeditor

    Line 2967: Class MSComctlLib.TabStrip of control tabCommands was not a loaded control class.

    Line 3047: Class MSComctlLib.TabStrip of control tabPages was not a loaded control class.
  2. When I try to run the game in vb6 it gives this error

    Compile error: Method or data member not found. It says it on every eclipse engine.    (red part means highlighted)

    Public Sub AddText(ByVal Msg As String, ByVal color As Integer)

    Dim s As String

        ' If debug mode, handle error then exit out

        If Options.Debug = 1 Then On Error GoTo errorhandler

        s = vbNewLine & Msg

        frmMain.txtChat.SelStart = Len(frmMain.txtChat.**TEXT)**

        frmMain.txtChat.SelColor = QBColor(color)

        frmMain.txtChat.SelText = s

        frmMain.txtChat.SelStart = Len(frmMain.txtChat.text) - 1

        ' Error handler

        Exit Sub

    errorhandler:

        HandleError "AddText", "modText", Err.Number, Err.Description, Err.Source, Err.HelpContext

        Err.Clear

        Exit Sub

    End Sub
  3. There was a version of pvo that had quest engine and other improvements but i cant find it. Ive used the search bar and looked in the custom engine section. If someone could give it to me or help me find it, it would be nice.

    EDIT####'

    It was called Project angel. Does anyone have the download link
×
×
  • Create New...