Gustav Brock
Gustav at cactus.dk
Wed Sep 17 10:50:50 CDT 2008
Hi all How do you simulate the events we have in Access when formatting and printing a report in Visual Studio? The Events' pane is non-existing? I read a picture from a file into an Image box - no problem, the filename is a field of the record. But I have a flag to indicate if it should be turned upside down. Thus, I guess, I would need to make the image box unbound, read the picture, turn it upside down in code and pass the picture to the image box. /gustav