Skip to content
Home > Programming > ghostriderofthenite Ultimate Bot project

ghostriderofthenite Ultimate Bot project

Viewing 15 posts - 196 through 210 (of 305 total)
  • Author
    Posts
  • #99799

    so mo links on youtube after = open

    #99804

    Private Sub Command1_Click()
    Dim a As String
    a = “https://www.youtube.com/watch?v=w-y9rc3AJv4”
    Call Shell(“explorer.exe ” & a)
    End Sub

    #99813

    so links do open if i click and open in new tab but not in program bit odd

    #99814

    must be error in code some how

    #99817

    added few componets still trying make work

    #99915

    its odd the code to open games in default browser works but not for music i must typed something wrong like i did in the add trivia hahahah i put a = instead of a * OMG but i corrected that part in trivia now

    #99922
    Admin
    Administrator

    lol man you keep making the program even bigger it’s great but is more work 🙂

    #99929

    newest verion with some trivia things fixed and all youtube music links but they dont open

    https://easyupload.io/rioq75

    #99930

    if i can te all music links and and video only thing left to make work is trivia and show mic timer in room some how all games but trivia work and join room text and get text thanks to You

    #99932

    maybe some how i removed code in this not sure
    Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)

    End Sub

    i dont rember writing that

    #99935

    hmmmmmmmmmmm have think about this since code i have it works in the games but not the youtube
    https://www.vbforums.com/showthread.php?778551-Using-ShellExecute-to-launch-default-Web-Browser

    #99994

    You ever just want to create a program that people will love to use and talk about for years lol well this is it might be the last great thing I ever do for people hahahahah with alot help from you and Robin

    #99995

    only thing i can see different with the youtube links vs the game links is this watch?v= in the youtube links maybe stopping it from opening

    #99996

    oh i added load Trivia back lol don’t make sense if people can add trivia and not beable to load it

    #100017

    had to remove watch?v= replave with /v/ and then link and remove code after =

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