WP-8000-CE7 Series User Manual, version 1.0.2 Page: 72
Copyright © 2020 ICP DAS Co., Ltd. All Rights Reserved.
E-mail: [email protected]
4.2.4.
Add the event handling for the control
You have finished the design stage of your application and are at the point when you can start
adding some code to provide the program's functionality.
Step 1: Double-click the button on the form
Step 2: Inserting the following code
Dim data(30) As Byte
PACNET.Sys.GetSDKVersion(data)
MessageBox.Show(PACNET.MISC.WideString(data))
Tips & Warnings
The “PACNET” of “using PACNET” is case- sensitive.