CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ejbaker

Search: Search took 0.02 seconds.

  1. Re: paste a SetClipboardData(CF_DIB) image to powerpoint?

    ach... too much copy and paste. the "m_bmi.bmiHeader.biHeight = -DATA_LENGTH" line should NOT have the negative sign. my misbehaving code has that number as positive.
  2. Re: paste a SetClipboardData(CF_DIB) image to powerpoint?

    Here is the code.
    (Note that error checking is removed for brevity but I checked the return codes and they all succeed.)

    // ---------------------------------------------
    RGBTRIPLE ...
  3. paste a SetClipboardData(CF_DIB) image to powerpoint?

    Hi
    I have a VisualC++ program to display image data to the screen. The data is a 24-bit, RGB bitmap that is properly shown using BitBlt().

    I have a CopyWindow() function that puts the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured