Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralEXE to Service Pin
rwilmink18-Apr-05 20:55
rwilmink18-Apr-05 20:55 
GeneralRe: EXE to Service Pin
22491718-Apr-05 22:15
22491718-Apr-05 22:15 
GeneralRe: EXE to Service Pin
ThatsAlok19-Apr-05 1:39
ThatsAlok19-Apr-05 1:39 
GeneralEXE to Service Pin
rwilmink18-Apr-05 20:53
rwilmink18-Apr-05 20:53 
GeneralRe: EXE to Service Pin
CodeBeetle19-Apr-05 0:27
CodeBeetle19-Apr-05 0:27 
GeneralRe: EXE to Service Pin
David Crow19-Apr-05 2:29
David Crow19-Apr-05 2:29 
GeneralAlways on Top MDI Child Pin
RadiumBall18-Apr-05 20:28
RadiumBall18-Apr-05 20:28 
GeneralChanging proprtysheet (wizard) images run-time Pin
Geert van Horrik18-Apr-05 19:10
Geert van Horrik18-Apr-05 19:10 
Hi all,

I want to load the watermark and logo images run-time for my wizard.

I tried to use this code, but it does not seem to work:
HBITMAP hBmp = ::LoadImage(...);    // I am sure this call succeeds<br />
if (hBmp)<br />
{<br />
    m_psh.hbmpWatermark = hBmp;<br />
    m_psh.dwFlags |= PSH_USEHBMPWATERMARK;    // Maybe the constant is not exactly right, I don't have to code at hand<br />
}

Can someone help me with this one?

Geert

http://geert.yoki.org
GeneralRe: Changing proprtysheet (wizard) images run-time Pin
Geert van Horrik18-Apr-05 21:29
Geert van Horrik18-Apr-05 21:29 
GeneralHELP !!!! ARRAY Pin
khyap18-Apr-05 18:13
khyap18-Apr-05 18:13 
GeneralRe: HELP !!!! ARRAY Pin
Christian Graus18-Apr-05 19:11
protectorChristian Graus18-Apr-05 19:11 
GeneralRe: HELP !!!! ARRAY Pin
Christian Graus18-Apr-05 19:26
protectorChristian Graus18-Apr-05 19:26 
Generalchanging the size of window using STARTUPINFO Pin
elephantstar18-Apr-05 14:45
elephantstar18-Apr-05 14:45 
GeneralRe: changing the size of window using STARTUPINFO Pin
Ryan Binns18-Apr-05 18:00
Ryan Binns18-Apr-05 18:00 
GeneralRe: changing the size of window using STARTUPINFO Pin
22491718-Apr-05 18:32
22491718-Apr-05 18:32 
GeneralRe: changing the size of window using STARTUPINFO Pin
elephantstar19-Apr-05 6:45
elephantstar19-Apr-05 6:45 
GeneralRe: changing the size of window using STARTUPINFO Pin
David Crow19-Apr-05 7:19
David Crow19-Apr-05 7:19 
GeneralRe: changing the size of window using STARTUPINFO Pin
elephantstar19-Apr-05 9:52
elephantstar19-Apr-05 9:52 
GeneralRe: changing the size of window using STARTUPINFO Pin
David Crow19-Apr-05 10:47
David Crow19-Apr-05 10:47 
GeneralRe: changing the size of window using STARTUPINFO Pin
David Crow19-Apr-05 2:32
David Crow19-Apr-05 2:32 
GeneralRe: changing the size of window using STARTUPINFO Pin
elephantstar19-Apr-05 6:55
elephantstar19-Apr-05 6:55 
Questionhow to prevent one of the column be draged? Pin
lowiq18-Apr-05 14:45
lowiq18-Apr-05 14:45 
Generalneed help Pin
jemy013018-Apr-05 14:15
jemy013018-Apr-05 14:15 
GeneralRe: need help Pin
Christian Graus18-Apr-05 17:02
protectorChristian Graus18-Apr-05 17:02 
Generalwave files Pin
ytvsoftware18-Apr-05 13:41
ytvsoftware18-Apr-05 13:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.