Search:

Type: Posts; User: paolo_a

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,127

    Graphics g(GetDC(hDlg)); Image im(L"pic.png");...

    Graphics g(GetDC(hDlg));
    Image im(L"pic.png");
    g.DrawImage(&im,100,100,im.GetWidth(),im.GetHeight());

    This is what im doing in paint, but i think i found out why it was not entering into the...
  2. Replies
    2
    Views
    1,127

    GDI+ and dilaogs

    Hello all,

    I was trying to use GDI+ in the WM_INITDIALOG in a win32 dll project. I wanted to display an image on the dialog using GDI+ before it was diplayed. Nothing appeared...
    this is a small...
Results 1 to 2 of 2