- This topic has 6 replies, 3 voices, and was last updated 15 years ago by Admin.
-
AuthorPosts
-
November 15, 2009 at 10:38 am #187287UAE KILLERMember
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
November 16, 2009 at 6:16 pm #187293AdminAdministrator🙂 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 🙂
November 17, 2009 at 10:23 am #187292UAE KILLERMemberTrue
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
November 18, 2009 at 1:31 am #187291AdminAdministratoryeps I will post the code when I done 🙂
November 18, 2009 at 8:36 pm #187290autopilotMemberI 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.November 19, 2009 at 2:15 am #187289AdminAdministratorah so we can use like notepad to edit it or man lol i never mess with dlls thas why i ask 🙂
November 19, 2009 at 9:03 am #187288UAE KILLERMemberThank you guys very much
You are amazing
-
AuthorPosts
- You must be logged in to reply to this topic.