Skip to content
Home > Programming > ghostriderofthenite Ultimate Bot project

ghostriderofthenite Ultimate Bot project

Viewing 15 posts - 106 through 120 (of 305 total)
  • Author
    Posts
  • #96759
    #96796

    tried to add Explicit
    Private Declare Function SendMessage Lib “user32” Alias “SendMessageA” (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByRef lParam As Any) As Long
    Private Declare Function SendMessageByString Lib “user32” Alias “SendMessageW” (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As String) As Long
    Private Declare Function SendMessageStr Lib “user32” Alias “SendMessageA” (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As String) As Long
    Private Const EM_GETLINECOUNT = &HBA
    Private Const EM_LINELENGTH = &HC1
    Private Const EM_GETLINE = &HC4
    Private Declare Function FindWindow Lib “user32” Alias “FindWindowA” _
    (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
    Private Declare Function GetMenu Lib “user32” (ByVal hwnd As Long) As Long
    Private Declare Function GetMenuItemID Lib “user32” (ByVal hMenu As Long, ByVal _
    nPos As Long) As Long

    and rest of it got errors

    #96829

    so looks like your trivia was stand alone project with its own modules hmmmmmmmmm wonder how to use with a complex prj like mine hahahahahah way over my head

    #96830

    maybe the trivia needs be its own project and linked to main project i’m not sure

    #96855

    so in looking at it all code and modules there just need be changed somewhat to fit new project maybe

    #96909

    so the trivia needs its own modules like you have done but since its part of a larger project with modlues and class modules how to add or use?

    #96910

    awwwwwwwwwww stupid me the modules are the same

    #96915

    ‘Program Variables
    Dim SendRTB As RichTextBox user type not defind

    #96935

    hmmmmmmmmmmmmmm just wonder how make it work since module allready has all send and receive text in it

    #96938
    Admin
    Administrator

    ‘Program Variables
    Dim SendRTB As RichTextBox user type not defind

    I need to check the code, but it means that the RichTextBox has not been added to the program 🙂 did you add it yet?

    #96940

    I dont think so

    #96941

    dont seem allow me add richtextbox

    #96980

    Rich TextBox Control 6.0 (SP6) Failed to Register hmmmmmmmmmmm

    #96981

    i manually installed RICHTX32.OCX sucsefully

    #96984

    Still wont instal Rich TextBox hmmmmmm

Viewing 15 posts - 106 through 120 (of 305 total)
  • You must be logged in to reply to this topic.