problem of Silktest to set and get checkboxes' state in Outlook ad

  • Thread starter Thread starter jmzou
  • Start date Start date
J

jmzou

we have developed a COM addin for outlook 2003 and 2007, and we are trying to
use silktest to automate test it, but there is a problem of the checkboxes in
the COM addin, silktest could not set and get checkboxes's selection states.
this problem only happened on checkboxes, buttons and textfields all work.

Does anyone have any ideal about that?

Thanks in advance.
 
The outlook COM addin was written by c#, the checkboxes are .net 2.0
System.Windows.Forms.CheckBox

Thank you for your quick respond.
 
A check box on a windows form? A property page? I don't see that this has anything specfically to do with Outlook. It certainly has nothing to do with the topic of this forum -- Outlook custom forms or Outlook 2007 form regions (since those are not supported in Outlook 2003, we can presume your add-in doesn't use them). Perhaps a general .NET forum could help.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 
Back
Top