Add The Event Handling For The Control - ICP DAS USA WP-2000-CE7 Series User Manual

Table of Contents

Advertisement

4.3.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.
WP-2000-CE7 Series (WinCE7 Based) User Manual
v 1.0.4
Page: 76

Advertisement

Table of Contents
loading

Table of Contents