- This topic has 303 replies, 4 voices, and was last updated 2 weeks ago by
VIP.
-
AuthorPosts
-
October 15, 2021 at 1:34 pm #99799
ghostriderofthenite
Memberso mo links on youtube after = open
October 15, 2021 at 1:52 pm #99804ghostriderofthenite
MemberPrivate Sub Command1_Click()
Dim a As String
a = “https://www.youtube.com/watch?v=w-y9rc3AJv4”
Call Shell(“explorer.exe ” & a)
End SubOctober 15, 2021 at 3:29 pm #99813ghostriderofthenite
Memberso links do open if i click and open in new tab but not in program bit odd
October 15, 2021 at 3:30 pm #99814ghostriderofthenite
Membermust be error in code some how
October 15, 2021 at 3:52 pm #99817ghostriderofthenite
Memberadded few componets still trying make work
Attachments:
October 16, 2021 at 9:04 am #99915ghostriderofthenite
Memberits 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
October 16, 2021 at 9:57 am #99922Locohacker
Administratorlol man you keep making the program even bigger it’s great but is more work 🙂
October 16, 2021 at 12:30 pm #99929ghostriderofthenite
Membernewest verion with some trivia things fixed and all youtube music links but they dont open
October 16, 2021 at 1:07 pm #99930ghostriderofthenite
Memberif 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
October 16, 2021 at 1:11 pm #99932ghostriderofthenite
Membermaybe some how i removed code in this not sure
Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)End Sub
i dont rember writing that
October 16, 2021 at 2:41 pm #99935ghostriderofthenite
Memberhmmmmmmmmmmm 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-BrowserOctober 17, 2021 at 8:37 am #99994ghostriderofthenite
MemberYou 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
October 17, 2021 at 8:58 am #99995ghostriderofthenite
Memberonly 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
October 17, 2021 at 9:02 am #99996ghostriderofthenite
Memberoh i added load Trivia back lol don’t make sense if people can add trivia and not beable to load it
Attachments:
October 17, 2021 at 11:12 am #100017ghostriderofthenite
Memberhad to remove watch?v= replave with /v/ and then link and remove code after =
-
AuthorPosts
- You must be logged in to reply to this topic.