- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- NetLogic tutorial
- Object and variable references
Create a button that generates random strings
Create a button that triggers the generation of random strings that populate the filterable list box.
- Create a button:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the button, select, and enterGenerateRandomStringsButton.
- Configure the button:
- InProperties, setTexttoGenerate Random Data.
- Next toMouseClick event, selectand select .
- Next toMouseClick event, selectand select .
Provide Feedback