Hello again,
after several hours I managed to be able to draw some images by using the rendering-functions. But the problem I have now, is that I need to get the rendered "objects" on top of the imported image, not behind it. If I use the image as backgroundimage it is no problem, but because I need zoom the image etc. I can't take it as backgroundimage (or can I and I only don't know how?)
Edit: Now I am able to display the rendered object, I call the update-method and it is shown correctly. But along with this goes a new problem: My Buttons and Comboboxes etc. are not displayed correctly anymore, they are just white blanks in my form and the whole program gets very slow. If I remove the update-call it is as fast as before, but it doesn't show the rectangle anymore ...
So how can I solve this new problem?
Edit2: Problem solved, thanks for yout tip with the rendering functions !
DPZ