- This topic has 6 replies, 4 voices, and was last updated 13 years ago by NaLeT.
-
AuthorPosts
-
January 23, 2011 at 3:15 pm #187082AdminAdministrator
Here are the Paltalk 10 Programs Source Codes for funtext, admin bot, music bot, ect…. 🙂 the changes that were made for them to work with paltalk were the following.
In this code line in the module.
Private Declare Function SendMessageSTRING Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As String) As Long
You need to change SendMessageA to SendMessageW only on that line no where else.
In the modules too you need to change all the RIchEdit20A to richedit20w
Last you need to change all the Call RoomSend that don’t use a richtextbox to send the message.
Example:
Call RoomSend("Today is nice")
toRichTextBox1.TextRTF = "Today is nice" Call RoomSend(RichTextBox1.TextRTF)
Otherwise the message in the room will look like ??????????? 😉
Thanks about it, here the source for the programs.
February 2, 2011 at 11:43 am #187088NaLeTMemberThanks Loco
February 4, 2011 at 4:43 am #187087AdminAdministratorYou welcome 🙂
April 26, 2011 at 5:53 pm #187086ZeeMemberThanks a lot Loco
August 3, 2011 at 7:08 pm #187085trumhamdoaMemberhi Admin ! program Trivia BOT it is not shown in this photo.
how to fix ? 🙁
August 5, 2011 at 3:56 am #187084AdminAdministratorIs it in english the answers? umm the questions marks are the text u send to the room?
August 6, 2011 at 1:14 am #187083trumhamdoaMember@Admin wrote:
Is it in english the answers? umm the questions marks are the text u send to the room?
hi Admin !
all the answers are in English, but they do not appear in English, they show only question marks
how to fix ?
thanks so much :jon: -
AuthorPosts
Related
- You must be logged in to reply to this topic.