Jason Shelton wrote:> Thanks for the response. Can you now tell me how to display an image > on a frame and/or window, and set the size and position of the image? > Thanks in advance for all assistance.As well as Dix''s advice about using Wx::Image to size images, see also the documentation for DC (Device Context, which handles all drawing on screen), and Bitmap. There''s a number of relevant samples in samples/drawing which show how to display an image on a Window. a