Quote:
Originally Posted by DaveW
img1clk.New1(img1obj.value,"MouseDown")
|
This will work on the desktop as well. In general what works on a device will work on the desktop but not vice versa. The Compact Framework on the device is a higly compatible subset of the full Framework. This is why a lot of code, libraries and even compiled exes, intended for the device will actually run on the desktop.