Paltalk 10 Programs Source Codes

You can talk about VB programming here

Paltalk 10 Programs Source Codes

Postby locohacker » Sun Jan 23, 2011 10:15 am


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.
Code: Select all
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:
Code: Select all
Call RoomSend("Today is nice")
to
Code: Select all
RichTextBox1.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.
Attachments
Project SourceVBSC10.rar
(425.85 KiB) Downloaded 549 times
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Re: Paltalk 10 Programs Source Codes

Postby NaLeT » Wed Feb 02, 2011 6:43 am

Thanks Loco
Www.Nalet.Net Paltalk Turkey

Image
User avatar
NaLeT
imFiles Newbie
imFiles Newbie
 
Posts: 42
Joined: Mon Jan 18, 2010 8:43 am
Location: Turkey

Re: Paltalk 10 Programs Source Codes

Postby locohacker » Thu Feb 03, 2011 11:43 pm

You welcome :)
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Re: Paltalk 10 Programs Source Codes

Postby Zee » Tue Apr 26, 2011 12:53 pm

Thanks a lot Loco
Zee
imFiles Newbie
imFiles Newbie
 
Posts: 7
Joined: Mon Apr 25, 2011 5:59 pm

Re: Paltalk 10 Programs Source Codes

Postby aidayvaypakon » Wed Aug 03, 2011 2:08 pm

hi locohacker ! program Trivia BOT it is not shown in this photo.
how to fix ? :(
Image
aidayvaypakon
 
Posts: 2
Joined: Wed Aug 03, 2011 1:58 pm

Re: Paltalk 10 Programs Source Codes

Postby locohacker » Thu Aug 04, 2011 10:56 pm

Is it in english the answers? umm the questions marks are the text u send to the room?
User avatar
locohacker
Site Admin
Site Admin
 
Posts: 4364
Joined: Fri Dec 31, 2004 6:59 pm

Re: Paltalk 10 Programs Source Codes

Postby aidayvaypakon » Fri Aug 05, 2011 8:14 pm

locohacker wrote:Is it in english the answers? umm the questions marks are the text u send to the room?

hi locohacker !
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:
aidayvaypakon
 
Posts: 2
Joined: Wed Aug 03, 2011 1:58 pm


Return to Visual Basic Programming

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests