After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Resource Hacker
-
- Posts: 3
- Joined: 2007-12-12 16:09
Resource Hacker
I just downloaded Resource Hacker and made the nessisary modifcations to the SC style GUI interface. Now I am trying to change the chat names so that it says my companies name instead of <desktop> when I talk to people. How do I do this? Also I want it to say "Company Name Chat" on the title bar instead of "Chat PCHelpware".
Re: Resource Hacker
Did you ever work this out mate
As im having the same problem

As im having the same problem

Re: Resource Hacker
I found the "Chat PCHelpware" title bar is stored inside 1CHATDLL.dll, so you need to modify it with Resource Hacker.
The exact location of the title bar is at:
1CHATDLL.dll \ Diaglog \ 165 \ 1033 \ CAPTION " Chat - PcHelpWare"
This file are used by both Server end & Viewer end. At Viewer end, you just need to put the modified 1CHATDLL.dll into the same folder as the viewer.
For Server end, you need to re-create a new EXE with this modified 1CHATDLL.dll embedded.
The exact location of the title bar is at:
1CHATDLL.dll \ Diaglog \ 165 \ 1033 \ CAPTION " Chat - PcHelpWare"
This file are used by both Server end & Viewer end. At Viewer end, you just need to put the modified 1CHATDLL.dll into the same folder as the viewer.
For Server end, you need to re-create a new EXE with this modified 1CHATDLL.dll embedded.
Re: Resource Hacker
Ooops I should have said that I tried that .
I've changed the 1CHATDLL.dll file in the "pchelpware", "create_server" , "server" folders but everytime I make a new server using the viewer it has the "Chat - PCHelpware" at the top of the chat window
![Ooops :-]](./images/smilies/_icon_redface.gif)
I've changed the 1CHATDLL.dll file in the "pchelpware", "create_server" , "server" folders but everytime I make a new server using the viewer it has the "Chat - PCHelpware" at the top of the chat window

Re: Resource Hacker
gunsmoke wrote:I've changed the 1CHATDLL.dll file in the "pchelpware", "create_server" , "server" folders but everytime I make a new server using the viewer it has the "Chat - PCHelpware" at the top of the chat window

Very interesting .... but I have no other idea ....
Re: Resource Hacker
Finally I found the locations of the Chat Name (desktop) and Title Bar (Chat PcHelpware) where kept inside the 1CHATDLL.dll
The ResHacker is not useful in this case, and I found it with the help of a HEX editor ... it is located at an offset location starting from 11088 (hex) inside 1CHATDLL.dll.
I made a simple modification, and the picture below is the result, such that:
Desktop --> Client
Chat PcHelpWare --> Chat YY Support

The ResHacker is not useful in this case, and I found it with the help of a HEX editor ... it is located at an offset location starting from 11088 (hex) inside 1CHATDLL.dll.
I made a simple modification, and the picture below is the result, such that:
Desktop --> Client
Chat PcHelpWare --> Chat YY Support

Re: Resource Hacker
wow
could you let me know what HEX editor you used?
could you let me know what HEX editor you used?
Re: Resource Hacker
The one I used is HexEdit, which is a very basic & simple Hex Editor.
The below are the captures of how I patched the 1CHATDLL.dll with it.
Before Patch:

After Patch:

The below are the captures of how I patched the 1CHATDLL.dll with it.
Before Patch:

After Patch:
