Use WPS ActiveX Controls through 4 how-to topics, with 4 free topics and 0 membership-related topics, and jump from the index to the steps you need.
How-to Index
| No. | Topic | Membership |
|---|---|---|
| 1 | 1. Insert ActiveX Controls | Free |
| 2 | 2. Review Common ActiveX Control Types | Free |
| 3 | 3. Set ActiveX Control Properties | Free |
| 4 | 4. Write Code for a Control | Free |
How-to Guide
1. Insert ActiveX Controls
Entry: Developer > ActiveX Controls
- Enter Design Mode first.
- Click the Developer tab.
- Select the control you want in the ActiveX Controls group.
- Click the location in the document where you want to insert it.
Success Criteria
- Interface result: The selected control appears in the document.
- Next action available: You can continue to select the control and edit its properties or code.
Tips While Using
- Common mistake: If you are not in Design Mode, you may not be able to edit the control as expected.
- Environment note: Some ActiveX controls are supported only on Windows PCs.
2. Review Common ActiveX Control Types
Entry: Developer > ActiveX Controls
- Open the Developer tab.
- Review the available control types.
- Choose from command buttons, text boxes, check boxes, option buttons, list boxes, combo boxes, toggle buttons, or scroll bars based on your purpose.
- Decide which control type fits the interaction you need in the document.
Success Criteria
- Interface result: You can identify different control types and their uses.
- Next action available: You can continue by inserting the most suitable control.
Tips While Using
- Common mistake: If input controls and trigger controls are not distinguished clearly, the form design may become less convenient.
3. Set ActiveX Control Properties
Entry: Right-click the control > Properties
- Enter Design Mode.
- Right-click the inserted ActiveX control.
- Select Properties.
- Edit the control parameters in the properties window.
Success Criteria
- Interface result: The properties window opens and shows the current control settings.
- Next action available: The updated control can continue to be used in document design.
Tips While Using
- Common mistake: If the wrong control is not selected first, you may edit another object by mistake.
4. Write Code for a Control
Entry: Double-click the control, or Developer > View Code
- Enter Design Mode.
- Double-click the ActiveX control, or select it first and then click View Code.
- Open the code editing window.
- Write the code needed for the control event.
Success Criteria
- Interface result: The code editing window opens.
- Next action available: You can add logic for events such as button clicks.
Tips While Using
- Common mistake: If macros are not enabled, control interaction may not work as expected.
- Environment note: Code-related tasks usually require an environment that supports macros.