Skip to content

[Solved] Removing Name Labels

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #187287
    UAE KILLER
    Member

    Hello

    First of all, Thanks to Mr. Autopilot for his great Tutorials & Components.

    Can anyone please remove the name label (Connected to:) in this PalRoomSelector.dll file ?

    The file is here: vb-2008-paltalk-integration-t31230.html

    I edited the DLL file by Hex Editor Neo but when I try to add it as reference, it gives me this error message:
    PalRoomSelector.dll could not be added. Please make sure that the file is accessible, and that it is valid assembly or COM component.

    Any Help

    #187293
    Admin
    Administrator

    🙂 man I was wondering the same thing, but is like cracking an exe and i suk at that, so I was thinking bout making the old regular connect to the room thingy 🙂

    #187292
    UAE KILLER
    Member

    True

    I have your old component in VB 6 But I cant use it in VB 2008.

    I will be thankful if you update it to VB 2008

    #187291
    Admin
    Administrator

    yeps I will post the code when I done 🙂

    #187290
    autopilot
    Member

    I had modified this long ago to allow me to change the text based on language selection.

    The attached dll will work just like the old one, but it also has ConnToCaption property you can set
    CtrlRoomSelector1.ConnToCaption(caption as string, right to left as bool)
    so to set the caption blank, do something like:
    CtrlRoomSelector1.ConnToCaption(VBNullString, False)
    Also, the code for the original dll is posted on this site. You can download the project and mod it to how ever you want it.

    #187289
    Admin
    Administrator

    ah so we can use like notepad to edit it or man lol i never mess with dlls thas why i ask 🙂

    #187288
    UAE KILLER
    Member

    Thank you guys very much

    You are amazing

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.