WP-2641M-CE7 (WinCE7 Based) User Manual v 1.0.1 Page: 85
4.4.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
byte []data = new byte[30];
PACNET.Sys.GetSDKVersion(data);
MessageBox.Show(PACNET.MISC.WideString(data));