Skip to content
Home > Programming > Paltalk 10.2 Programming Updates

Paltalk 10.2 Programming Updates

Viewing 15 posts - 16 through 30 (of 52 total)
  • Author
    Posts
  • #186940
    light 2012
    Member

    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?

    #186939
    Admin
    Administrator

    Yeps, 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 🙂

    #186938
    String
    Member

    Here 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.

    #186937
    Jerrri2012
    Member

    hi 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 = 0

    #186936
    String
    Member

    @Jerrri2012 wrote:

    1st green rooms classcpanecontainerex 0 and OfficeActiveX0

    Yeah, the green room is the only one with the OfficeActivex reference.

    #186935
    Admin
    Administrator

    Ah I haven’t seen that post hehe thanks man I gonna check it and see if I can update the programs with that 🙂

    #186934
    Jerrri2012
    Member

    glad to help
    you helped me so much before
    thanks

    #186933
    Admin
    Administrator

    Aigh 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

    #186932
    Jerrri2012
    Member

    downloaded beta 450
    OfficeActiveX reference disappeared in green rooms.
    Code will consider them as blue and will work

    #186931
    String
    Member

    Loco,
    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 now

    Const PalVerRegLoc10Beta As String = "HKLMSOFTWAREMicrosoftWindowsCurrentVersionUninstallPaltalk Messenger"

    I’ll update the example sometime today, probably late.

    #186930
    Admin
    Administrator

    K 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 use

    If classcpanecontainerex  0 And OfficeActiveX = 0 Then

    instead of

    If classcpanecontainerex = 0 Then

    in the way I used to connect to the room ❓

    #186929
    Jerrri2012
    Member

    i 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 compatibility

    #186928
    String
    Member

    @Jerrri2012, this isn’t a OS issue. What code/methods are you using?

    #186927
    Jerrri2012
    Member

    i am working on Windev 10 of Pcsoft not on vb
    http://www.pcsoft.com

    #186926
    String
    Member

    @ 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.

Viewing 15 posts - 16 through 30 (of 52 total)
  • You must be logged in to reply to this topic.