Band Object - Get Is toolbar is enabl eor Disable.
-
Hi to all, I am creating a IE toolbar in C#, using Band Object. I want to get event or any attribute value, which show that is my toolbar is enable/disable in IE.Or which event/attribute of band object tell me the satus of my toolbar. Please Help me.
-
Hi to all, I am creating a IE toolbar in C#, using Band Object. I want to get event or any attribute value, which show that is my toolbar is enable/disable in IE.Or which event/attribute of band object tell me the satus of my toolbar. Please Help me.
Only way I know is to check registry key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\Settings\<GUID>, where <GUID> is your toolbar CLSID. If value 'Flags' exists in this key, then your toolbar is disabled. If Flags value does not exists or whole key does not exists - your toolbar is enabled.