The Microsoft Windows CE Toolkit for Visual Basic 6.0 includes the following seven code samples, which demonstrate how to use properties and methods of some of the Microsoft® ActiveX® controls included with the toolkit:
This sample is a simple one-form application that showcases some of the communication capabilities of the Comm control, including opening and closing a communications port and sending and receiving data.
This sample is a simple one-form application that showcases some of the file handling capabilities of the File control, including reading and writing files, creating records, displaying text and attributes, and working with directories.
This sample is a simple one-form application that showcases some of the image displaying capabilities of the Image control, including displaying a bitmap image with the Picture and Stretch properties.
This sample is a simple one-form application that showcases some of the drawing capabilities of the PictureBox control, including creating a custom coordinate system, drawing circles and lines, and displaying text.
This sample is a simple one-form application that showcases some of the infrared-based capabilities of the Winsock control, including communicating between two devices by means of their infrared ports, receiving and displaying text, and closing a connection.
This sample is a simple one-form application that showcases some of the socket-based capabilities of the Winsock control, including connecting to a socket-based server across the network, receiving and displaying text, and closing a connection.
This sample is a simple one-form application that showcases some of the computational capabilities of the Finance control by using a loan amount, interest rate, and loan term to calculate a monthly payment amount.