How to use the ListView_GetBkImage macro in C#

Posted by MusiGenesis on Stack Overflow See other posts from Stack Overflow or by MusiGenesis
Published on 2010-04-13T21:55:15Z Indexed on 2010/04/14 1:23 UTC
Read the original article Hit count: 193

Filed under:
|
|

How can I use the ListView_GetBkImage macro:

http://msdn.microsoft.com/en-us/library/bb761246(v=VS.85).aspx

... from a C#/WinForms application? I think this macro just wraps the SendMessage method, but I'm not sure. I couldn't find any C#-based samples on this.

Basically I'm trying to get a LVBKIMAGE ( http://msdn.microsoft.com/en-us/library/bb774742(v=VS.85).aspx ) structure that references the Desktop's background bitmap.

© Stack Overflow or respective owner

Related posts about c#

Related posts about pinvoke