


Departure wrote:im sure locohacker made one ages ago, it still might be on this site some where

NVYE wrote:One thing about VB which is really annoying ... everytime you use a send message and there is popup ... the program stop executing ...
until you click okay.... so you need to load 2 executes files for this ...
If anyone knows how to embed an exe inside the main exe file then I really appreciated.
Sub DoMassAcions()
isRun = True
Tr.RunWorkerAsync()
' instructions
'instructions
'instructions
System.Threading.Thread.Sleep(1000)
isRun = False
End sub
Private Sub DLG()
Try
PtkTWiZA.CloseDialog("Adding Pal", "Ok")
PtkTWiZA.CloseDialog("Note", "Ok")
PtkTWiZA.CloseDialog("Notice From Paltalk", "Ok")
Dim dlgHWD As Integer = PtkTWiZA.FindWindow("#32770", "Invite to Room")
If dlgHWD > 0 Then
Dim C As New PtkTWiZA(dlgHWD, "Invite")
Dim j As Integer = C.UsersCount
If j > 0 Then
For i As Integer = 0 To j - 1
C.SelectUser(i)
Next
End If
End If
PtkTWiZA.CloseDialog("Invite to Room", "Invite")
Catch
End Try
End Sub
Private Sub Tr_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles Tr.DoWork
Do While isRun
DLG()
System.Threading.Thread.Sleep(30)
Loop
End Sub
method wrote:I wonder if it is hard to make a program to backup and restore paltalk names from registery? It would be nice if we be able to backup those names and later restore them just incase we have to re install windows




NVYE wrote:You first get SystListView
Then you get the total count of the users ...
then you loop through or highlight list view item .... then you use the WM_COMMAND to add to the buddy list.
The link I gave you has the GRABBER (Mass Add) ... add all nicks to your buddy list ... I tested work really well.
Now I need to write the script to remove the nik off the buddy list.
Paltalk allows you to have 199 members only.



Users browsing this forum: No registered users and 0 guests