Skip to content
Home > Programming > ghostriderofthenite Ultimate Bot project

ghostriderofthenite Ultimate Bot project

Viewing 15 posts - 181 through 195 (of 305 total)
  • Author
    Posts
  • #99497

    all languages work correctly in acesses so must me the vb6

    #99498

    now i have checked all adodc files im going to remove them ll and add 1 by 1 again maybe i made error some were

    #99499

    so deleted all and started adding again when get to arabic all ??????????????? so the richtext file dont except certian languages

    #99618

    fixed all trivia databse files now https://www.dropbox.com/s/e4hfl8b4a7m5a5e/NewBot%20Project%20files.zip?dl=0
    but still need make them work with out manual click next button

    #99619

    and need figure way that richtecxtbox will show all charvteres for different languages

    #99620

    odd some reason now it connects room but wont send or get text i must have broke it fixing the trivia

    #99621

    error message Form1.RichTextBox2.Text = LineText

    #99668

    odd it working now and changed nothing hahahah

    #99672
    Admin
    Administrator

    lol good, so you decided to try to use your code than and work with it?

    #99677

    i have it working but not the trivia to the room still needs functions start stop resume and loop thru the questions allow points for correct answers all that i corrected the databases and loaded correctly now but still not function to room and richtext box not allow all languages even tho correct in access databases

    #99692

    fixed few things still working on trivia but for some reason the music links dont open in default browser i tried code so anyone using it will open in there default browser it use to work but dont know hmmmmmmmmmm

    new fixed databases and still working on error to load blank database

    https://easyupload.io/wrxemi

    #99773

    I was able to fix the Music links Hurray lol

    #99780

    Dangit hhahahahah well I thought i fixed music links changed all to youtube links but now they don’t open

    #99783

    added this but stil not work odd

    Private Declare Function ShellExecute _
                                Lib "shell32.dll" _
                                Alias "ShellExecuteA" ( _
                                ByVal hwnd As Long, _
                                ByVal lpOperation As String, _
                                ByVal lpFile As String, _
                                ByVal lpParameters As String, _
                                ByVal lpDirectory As String, _
                                ByVal nShowCmd As Long) _
                                As Long
                                
    Private Sub mnuAbrirNavegador_Click(Index As Integer)
        OpenUrl ("http://www.microsoft.com")
    End Sub
    
    Private Sub OpenUrl(ByVal url As String)
        a = ShellExecute(0, "open", url, 0, 0, 1)
    End Sub
    #99785

    i uploade with changes here plus Robin helping me wid the trivia parts still

    https://easyupload.io/8ssc47

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