Thanks a lot you people! I'm very happy of always getting such good answers. Respect, for me you are number #1 in the web! On Topic: I'll test your way to create bitmap tomorrow, it's late in europe right now ;-) It looks good, but I remember some problems as I wanted to get it done like that. The cam I use is a monochrome Leutron PicSight P52M-USB, and the only way I get monochrome Bitmaps done is to assign the Format8bppIndexed - which further made some problems in resizing, so that I have to work with a temp-Image. I'm not happy with that, but I didn't get a better way yet. I'd be more happy with not having to work with marshaling between managed and unmanaged. But my company has "old" native interfaces (one for graphic, one for cam), which must not be changed. So I had to delegate all function (the way I got it done is also from codeproject) - but it seems to me as a not very stable solution, to call a managed GUI in creating a thread from native and so on... Maybe someone wonders about an odd comment, please let me know. I may be on the wrong way somewhere... Thanks again for your time, bye!