- This topic has 48 replies, 18 voices, and was last updated 17 years ago by BattleStar-Galactica.
-
AuthorPosts
-
June 11, 2006 at 11:25 am #183196BattleStar-GalacticaMember
look at this pic, what do U think??????? 8)
June 11, 2006 at 11:40 am #183244BattleStar-GalacticaMemberand if you want to know if i can login with these instance look at this 😆
June 11, 2006 at 12:03 pm #183243PoniesMemberReal.
Dident you tell me? Rofl.
dont i spoil everything
June 11, 2006 at 12:53 pm #183242AdminAdministratorholy crap man, it looks real how in hell you did that 😯
June 11, 2006 at 1:06 pm #183241BattleStar-GalacticaMemberit’s real screen shot loco. U just have to rename paltalk.exe, paltalk001.exe,paltalk002.exe,paltalk003.exe…
and create a new process for each of them
June 11, 2006 at 1:10 pm #183240AdminAdministratorah damn let me try it thanks man 🙂
June 11, 2006 at 1:25 pm #183239AdminAdministratorAh call me a dummy lol but when you say start new processes you mean click on the each rename paltalk 🙂 I try it didnt wokr for me 🙁
June 11, 2006 at 1:33 pm #183238BattleStar-GalacticaMember😀 nope, I use vbnet to create a new process like this
first I have to do import
Imports System.Diagnosticsand in my function I do like this one
Dim NewProcess As Process = New Process
NewProcess.Start(“C:Program FilesPaltalk Messengerpaltalk.exe”)
Dim NewProcess2 As Process = New Process
NewProcess2.Start(“C:Program FilesPaltalk Messengerpaltalk001.exe”)…
U see what I meant, U have to do a search how create a process with vb6 if you dont have vbnet like me 8)June 11, 2006 at 2:21 pm #183237Walid aicpMemberhm
June 11, 2006 at 6:20 pm #183236Walid aicpMemberhmm
June 11, 2006 at 11:04 pm #183235methodMember@nanomachine007 wrote:
😀 nope, I use vbnet to create a new process like this
first I have to do import
Imports System.Diagnosticsand in my function I do like this one
Dim NewProcess As Process = New Process
NewProcess.Start(“C:Program FilesPaltalk Messengerpaltalk.exe”)
Dim NewProcess2 As Process = New Process
NewProcess2.Start(“C:Program FilesPaltalk Messengerpaltalk001.exe”)…
U see what I meant, U have to do a search how create a process with vb6 if you dont have vbnet like me 8)man could u upload working exe for .net one i think multi threading is not supported with vb6!! i tried by adding another paltalk01.exe in same folder and nothing happend!!! could u tell us how to do this.thanks
June 11, 2006 at 11:58 pm #183234BattleStar-GalacticaMemberI use vs2005, if i make a .exe you must have framwork2.0 to install it but just run these instances U must dl framework has non-sense, Ok I will check if I can do with vb6
by the way maybe loco has done it in vb6 cuz this morning he read this post and got a try.
hope pt does not fix it soon lol
June 12, 2006 at 12:03 am #183233methodMember@nanomachine007 wrote:
I use vs2005, if i make a .exe you must have framwork2.0 to install it but just run these instances U must dl framework has non-sense, Ok I will check if I can do with vb6
by the way maybe loco has done it in vb6 cuz this morning he read this post and got a try.
hope pt does not fix it soon lol
Man i hope u guys show me how to do it in vb6 or i do not mind using .net and i can install framwork2.0. could u tell me why it did not work manually by adding new paltalk02.exe?
June 12, 2006 at 12:17 am #183232BattleStar-GalacticaMemberwell when u did manually, u are not fast enough, pt validate to ensure just one instance is ran
June 12, 2006 at 12:39 am #183231BattleStar-GalacticaMemberok I did it just about 3 minutes lol, so just for english people
U must create these file below to run this proggC:Program FilesPaltalk Messengerpaltalk.exe
C:Program FilesPaltalk Messengerpaltalk001.exe
C:Program FilesPaltalk Messengerpaltalk002.exe
C:Program FilesPaltalk Messengerpaltalk003.exewat u do is copy paltalk.exe and rename like that and run this proggi and tell me if it works. it works on my computer 8)
-
AuthorPosts
- You must be logged in to reply to this topic.