How do you put a bitmap background in Win32 app window
Hello could you please point out to me on msdn witch functions are used to create a BITMAP background on Win32 app
Re: How do you put a bitmap background in Win32 app window
Quote:
Originally Posted by
gaar321
Hello could you please point out to me on msdn witch functions are used to create a BITMAP background on Win32 app
Could you please rephrase your question?
An application doesn’t have a background.
Re: How do you put a bitmap background in Win32 app window
See here and here.
If though it's MFC, you can see what the process is so you can translate to Win32.