PhCommon Control Identifiers (Windows Embedded CE 6.0)
1/6/2010
These identifiers are used by PhCommon to identify the various screen controls used by the resource dialog templates. These are the components of the standard dialog controls used in all the applications that use PhCommon. This includes all the applications of the sample application suite, IP Phone Suite. You can use these identifiers to help you understand how the different resource dialog screens and their controls are used and communicate within the sample, IP Phone Suite and the sample dynamic link library, PhCommon. These identifiers are used in the resource files (.rc) when defining the controls.
Screen Identifier | Value | Description |
---|---|---|
IDC_BUTTON1 |
100 |
First screen button. These controls MUST be sequential and in this order. |
IDC_BUTTON2 |
101 |
Second screen button. |
IDC_BUTTON3 |
102 |
Third screen button. |
IDC_BUTTON4 |
103 |
Fourth screen button. |
IDC_BUTTON5 |
104 |
This is a sample of what ID you would add if the device had 5 softkeys. If the device had 6 softkeys, you would add IDC_BUTTON6 with the new equal to the last button value + 1. |
IDC_MENUBAR |
200 |
Menu bar. |
IDC_STATUSREGION |
201 |
Status header region. |
IDC_LISTBOX |
202 |
List box control. |
Remarks
Note
This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.