The MASM Forum

Projects => Rarely Used Projects => RosAsm => Topic started by: guga on May 21, 2012, 09:06:52 AM

Title: MessageBox with bitmap
Post by: guga on May 21, 2012, 09:06:52 AM
Customized Messagebox with a background bitmap on it

Many tks to Ovidiu Cucu  for the C code.
http://www.codeguru.com/cpp/w-p/win32/messagebox/article.php/c14605/Fancy-Custom-MessageBox.htm (http://www.codeguru.com/cpp/w-p/win32/messagebox/article.php/c14605/Fancy-Custom-MessageBox.htm)

Ported to RosASm by Beyond2000!
Title: Re: MessageBox with bitmap
Post by: Vortex on August 07, 2012, 03:47:19 AM
Hi Guga,

Nice example. A similar tutorial can be found here :

http://www.catch22.net/tuts/custom-messagebox (http://www.catch22.net/tuts/custom-messagebox)

My method is based on moving the message box creation code to a separate thread (http://www.masmforum.com/board/index.php?topic=7375.msg73974#msg73974).
Title: Re: MessageBox with bitmap
Post by: guga on August 07, 2012, 10:10:36 AM
Hi vortex, tks a lot :) I see that you are using enumwindows functions....perhaps if you want, can you try to later help me with a resizable dialog control that uses it to grab all controls inside a given app and easilly resizing all of  them?

I successfully make it work, but for some unknown reason it is not enumerating toolbars and spreadsheets....