I am trying to resize an image in a program that runs on a pocket PC.

this doesn't work in the compact framework:
dim ReBMP as NEW bitmap (OrigBMP, width, height)

Anyone know how I can do this?