Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
resources in compiled dialog executable (images and zip)
#2
1.
To display a bmp/png/jpg/gif image in a static bitmap control, assign s to the dialog variable of the control before calling ShowDialog.

Or, if you need bitmap handle, use int hBitmap=LoadPictureFile(s). Later DeleteObject(hBitmap).

QM cannot display images in rich edit controls, or I don't know how.

2. Will need a temporary zip file.

str zipData.getfile(s); zipData.setfile(...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)