c# - How Can I set the form background? -
i'm developing application honeywell dolphin 6100, mobile computer barcode scanner uses windows ce 5.0 os.
i want set background of form image. can not find thing "form.backgroundimage". also, if possible, want make picturebox transparent in order behind other controllers.
any idea on issue ?
you can either use picturebox docked in form or override onpaint eventhandler , use drawimage. ensure using right z-order if have additional elements on form. not draw on top of these elements.