Richard,
Open CuteSoft_Client\CuteChat\ChatUI.xml and find the following code:
<td style="width:18px;">
<input type="checkbox" id="checkbox_whisper" onchange="SetWhisper(this.checked);"/>
</td>
<td>
<label for="checkbox_whisper">[[UI_Whisper]]</label>
</td>
and change it to:
<td style="width:18px;">
<input type="checkbox" id="checkbox_whisper" style="display:none" onchange="SetWhisper(this.checked);"/>
</td>
<td>
<label style="display:none" for="checkbox_whisper">[[UI_Whisper]]</label>
</td>
Find the following code:
<Class TypeName="ChannelList" BaseType="HtmlSource" Focusable="True" Height="42" Visible="False">
And change its constructor to:
<Constructor>
<![CDATA[
this.SetVisible(false);
]]>
</Constructor>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx