Hi all
I am using the office communicator 2007. I want to add one custom tab with office communicator.I have taken all steps to add the custom tab on communicator.
my tab.xml file is :
<?xml version="1.0" ?>
<tabdata>
<tab>
<image>http://localhost/IMArchive/tab.png</image>
<name>IM Archive</name>
<tooltip>Message History</tooltip>
<contenturl>http://localhost/IMArchive/index.aspx</contenturl>
<tabid>1</tabid>
<userid>true</userid>
<contactid>true</contactid>
<method>get</method>
</tab>
My tab.reg file is:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Communicator]
"TabURL"="http://localhost/IMArchive/Tab.xml"
I am not able to show one tab with communicator, but if i add two tab details in tab.xml,it show me two tab on the communicator,but I want to show only one tab on the communicator.Also frame minimise or maximise not working if I want to work only with one tab.
So please solve my problem,I am very upset.
Thanks
Sunil Sharma