Hello
I create a dialog in VS2005. If I have a picture in a specified path and
I will show it in the dialog,
what function or method will achieve it??
Thanks a lot.

Re: Show picture in dialog by r_z_aret

r_z_aret
Wed Jul 19 12:25:09 CDT 2006

I just used google (http://groups.google.com/advanced_group_search) to
look up
picture dialog
in this newsgroup and got 43 hits. I took a quick look and am pretty
sure at least some were relevant and useful.


On Wed, 19 Jul 2006 21:47:33 +0800, "Carl" <carltsai@arimacomm.com.tw>
wrote:

>Hello
> I create a dialog in VS2005. If I have a picture in a specified path and
>I will show it in the dialog,
>what function or method will achieve it??
>Thanks a lot.
>

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com

Re: Show picture in dialog by Yaroslav

Yaroslav
Wed Jul 19 11:39:37 CDT 2006

If you use C++ use SHLoadImageFile to load the bitmap from file.

--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com


"Carl" <carltsai@arimacomm.com.tw> wrote in message
news:urx$knzqGHA.3920@TK2MSFTNGP04.phx.gbl...
> Hello
> I create a dialog in VS2005. If I have a picture in a specified path
> and
> I will show it in the dialog,
> what function or method will achieve it??
> Thanks a lot.
>
>