Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog_loadImage
#25
dialog_gdi_plus_resize_image seems to only allow one image via this method i.e. if I try to add it doesn't appear but if I take out the first call, it does.
Also, I typically would have second image in t_im e.g. t_im2

Any way to have more than one image in the dlg?
Thanks, S


Code:
Copy      Help
,PAINTSTRUCT ps
,BeginPaint hDlg &ps
,t_im.DrawResize(ps.hDC 0 0 75 0 7)
,EndPaint hDlg &ps
,
,PAINTSTRUCT ps2
,BeginPaint hDlg &ps2
,t_im.DrawResize(ps2.hDC 100 0 75 0 7)
,EndPaint hDlg &ps2
,case WM_DESTROY
,case WM_COMMAND goto messages2


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)