How to get a system image into a picturebox?

F

Frank Rizzo

Hello, I am trying to get a system image, like the ones that appear in
the message boxes, to go into my picture box on a winform.

How do I do this? If possible, I'd like to keep all the nice
translucency just like when appear in message boxes.

Thanks.
 
G

Guest

You can find these icons in C:\Program Files\Microsoft Visual Studio
8\Common7\VS2005ImageLibrary.zip file.
 
P

Paul E Collins

Frank Rizzo said:
Hello, I am trying to get a system image, like the
ones that appear in the message boxes, to go into
my picture box on a winform.

The message box icons are available as SystemIcons class members.

Eq.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top