- This topic has 51 replies, 9 voices, and was last updated 12 years ago by NaLeT.
-
AuthorPosts
-
May 15, 2012 at 10:24 pm #186940light 2012Member
Programs that have been programmed in vb.net is still working on new version of PalTalk10.2 and paltalk 10 like ❓ why
Is there a difference between vb6 and vb.net?May 16, 2012 at 1:22 pm #186939AdminAdministratorYeps, they using a different api to connect to the rooms 🙂 and if you can get into .net I would do it, I being saying I will be getting into for a while lol and I never do 🙂
May 17, 2012 at 11:18 am #186938StringMemberHere is an example I wrote to show how to read and send text to pal 10.
You’ll notice, that there is no need to look for “classcpanecontainerex” or “atlaxwin90” controls. It therefore works with any colored room. It’s a lot better method than whats been used, and a lot more flexible.
@ Loco, I tried just adding my code to the Greeter project, but it became too hard to follow trying to combine the 2. Using this code will also solve the “close and re-open the room for it to work ” problem.
@ light, the language makes no difference.
May 19, 2012 at 4:00 pm #186937Jerrri2012Memberhi loco
3 cases
1st green rooms classcpanecontainerex 0 and OfficeActiveX0
2nd blue rooms classcpanecontainerex 0 and OfficeActiveX = 0
3rd black rooms classcpanecontainerex= 0 and OfficeActiveX = 0May 19, 2012 at 6:21 pm #186936StringMember@Jerrri2012 wrote:
1st green rooms classcpanecontainerex 0 and OfficeActiveX0
Yeah, the green room is the only one with the OfficeActivex reference.
May 20, 2012 at 5:34 pm #186935AdminAdministratorAh I haven’t seen that post hehe thanks man I gonna check it and see if I can update the programs with that 🙂
May 21, 2012 at 2:19 am #186934Jerrri2012Memberglad to help
you helped me so much before
thanksMay 21, 2012 at 2:47 am #186933AdminAdministratorAigh String I got the scroller working with ya code 🙂 but it works fine on build 438 but the new beta 450 is not working if u got time could u text the sendcode of urs in 450 Thanks 🙂 this dam sht is giving me a headache already and is summer dammit lol
May 21, 2012 at 6:19 am #186932Jerrri2012Memberdownloaded beta 450
OfficeActiveX reference disappeared in green rooms.
Code will consider them as blue and will workMay 21, 2012 at 8:06 am #186931StringMemberLoco,
In build 450, the send text and read text indexes have changed.
Send text index is now 3. Formally 2.
Read text index is now 4. Formally 3.Edit/ I also notice that the path used to find the version number has changed.
Path is nowConst PalVerRegLoc10Beta As String = "HKLMSOFTWAREMicrosoftWindowsCurrentVersionUninstallPaltalk Messenger"
I’ll update the example sometime today, probably late.
May 21, 2012 at 4:56 pm #186930AdminAdministratorK it works with those indexes 🙂 and I’m trying to figure this index thingy out, cause I though you suppose to count how many times a handle appears after the main window, in this case SplitterWindowEx and in this pic of the api i see there are 3 RichEdit20W from SplitterWindowEx so the index is 3 like you say
[attachment=1:cf4uszrf]sendindex.JPG[/attachment:cf4uszrf]
but to get the text there only 2 RichEdit20W that appear after the SplitterWindowEx yet the index is 4 lol wtf man that’s confusing hehehe
[attachment=0:cf4uszrf]get.JPG[/attachment:cf4uszrf]
PS: Jerrri2012 am i suppose to useIf classcpanecontainerex 0 And OfficeActiveX = 0 Then
instead of
If classcpanecontainerex = 0 Then
in the way I used to connect to the room ❓
May 22, 2012 at 1:41 pm #186929Jerrri2012Memberi didn’t change my code for build 438 and still working for beta 450
my plateform is XP SP2
may be problem could come from this:
if win 7 try on desktop shortcut of your vb application right click and select xp compatibilityMay 22, 2012 at 5:56 pm #186928StringMember@Jerrri2012, this isn’t a OS issue. What code/methods are you using?
May 22, 2012 at 7:02 pm #186927Jerrri2012Memberi am working on Windev 10 of Pcsoft not on vb
http://www.pcsoft.comMay 22, 2012 at 8:26 pm #186926StringMember@ Jerrri2012 – Interesting. Nice that its cross platform. I’d check it out, but the express versions are painfully limited. Looks a lot like the .net syntax.
@ Loco – updated my example here.
-
AuthorPosts
Related
- You must be logged in to reply to this topic.