BUG: VBCE: Some MessageBox Options Not Implemented

ID: Q215411


The information in this article applies to:
  • Microsoft Windows CE Toolkit for Visual Basic 6.0, version 1.0


SYMPTOMS

The MessageBox options vbOK and vbOKCancel are not implemented in the Microsoft Windows CE Toolkit for Visual Basic 6.0 (VBCE6).


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.


MORE INFORMATION

Steps To Reproduce Behavior

  1. Start a new Windows CE H/PC Pro Project in Visual Basic. Form1 is created by default.


  2. Paste the following code in the form's code window:


  3. 
    Option Explicit
    
    Private Sub Form_Click()
       MsgBox "test", vbYesNoCancel
    End Sub 
  4. Run the project and click on the form. Notice that "Yes," "No," and "Cancel" appear in the MessageBox's client area (not in the titlebar).


  5. Stop the application and change the code in the Form_Click event to:


  6. 
    MsgBox "Test", vbOKCancel 
  7. Run the project and click on the form. This time, only the "OK" button appears in the titlebar.


Additional query words: vbce wce vbce6

Keywords : kbToolkit kbVBp600bug kbWinCE kbGrpVB
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbbug


Last Reviewed: November 24, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.