BUG: Graphical Style Property of CheckBox Does Not Work (215404)



The information in this article applies to:

  • Microsoft Windows CE Toolkit for Visual Basic 6.0

This article was previously published under Q215404

SYMPTOMS

When setting the Style property of a CheckBox to '1 - Graphical,' the CheckBox appears to function like a CommandButton. You expect that the CheckBox would appear similar to a CommandButton, but would appear to stay pressed or unpressed.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Start a new Windows CE HPC project in Visual Basic. Form1 is created by default.
  2. Place a CheckBox on Form1.
  3. Set the Style property of the CheckBox to '1 - Graphical.'
  4. Run the project targeting either emulation or the default device. Note that the CheckBox does not toggle, but behaves exactly like a regular CommandButton.

REFERENCES

Windows CE Toolkit for Visual Basic 6.0 Help

Modification Type:MinorLast Reviewed:8/19/2005
Keywords:kbBug kbpending kbToolkit KB215404