- This topic has 304 replies, 5 voices, and was last updated 3 months ago by
mauricem.
-
AuthorPosts
-
October 12, 2021 at 11:28 am #99497
ghostriderofthenite
Memberall languages work correctly in acesses so must me the vb6
October 12, 2021 at 11:34 am #99498ghostriderofthenite
Membernow i have checked all adodc files im going to remove them ll and add 1 by 1 again maybe i made error some were
October 12, 2021 at 11:47 am #99499ghostriderofthenite
Memberso deleted all and started adding again when get to arabic all ??????????????? so the richtext file dont except certian languages
October 13, 2021 at 7:58 pm #99618ghostriderofthenite
Memberfixed 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 buttonOctober 13, 2021 at 7:59 pm #99619ghostriderofthenite
Memberand need figure way that richtecxtbox will show all charvteres for different languages
October 13, 2021 at 8:05 pm #99620ghostriderofthenite
Memberodd some reason now it connects room but wont send or get text i must have broke it fixing the trivia
October 13, 2021 at 8:07 pm #99621ghostriderofthenite
Membererror message Form1.RichTextBox2.Text = LineText
October 14, 2021 at 9:28 am #99668ghostriderofthenite
Memberodd it working now and changed nothing hahahah
October 14, 2021 at 10:14 am #99672Locohacker
Administratorlol good, so you decided to try to use your code than and work with it?
October 14, 2021 at 11:11 am #99677ghostriderofthenite
Memberi 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
October 14, 2021 at 1:50 pm #99692ghostriderofthenite
Memberfixed 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
October 15, 2021 at 9:57 am #99773ghostriderofthenite
MemberI was able to fix the Music links Hurray lol
October 15, 2021 at 11:03 am #99780ghostriderofthenite
MemberDangit hhahahahah well I thought i fixed music links changed all to youtube links but now they don’t open
October 15, 2021 at 11:40 am #99783ghostriderofthenite
Memberadded 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
October 15, 2021 at 12:00 pm #99785ghostriderofthenite
Memberi uploade with changes here plus Robin helping me wid the trivia parts still
-
AuthorPosts
- You must be logged in to reply to this topic.