Click here to Skip to main content
16,013,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Check dll files at the Start of the Application Pin
ChandraRam16-Sep-08 1:02
ChandraRam16-Sep-08 1:02 
GeneralRe: Check dll files at the Start of the Application Pin
pdnet16-Sep-08 1:16
pdnet16-Sep-08 1:16 
AnswerRe: Check dll files at the Start of the Application Pin
Dave Kreskowiak16-Sep-08 1:43
mveDave Kreskowiak16-Sep-08 1:43 
GeneralRe: Check dll files at the Start of the Application Pin
pdnet16-Sep-08 2:36
pdnet16-Sep-08 2:36 
GeneralRe: Check dll files at the Start of the Application Pin
Dave Kreskowiak16-Sep-08 5:31
mveDave Kreskowiak16-Sep-08 5:31 
AnswerReadonly Pin
David Mujica16-Sep-08 2:42
David Mujica16-Sep-08 2:42 
QuestionSaving Image with with transparent back groung as .gif Pin
nishkarsh_k15-Sep-08 22:27
nishkarsh_k15-Sep-08 22:27 
AnswerRe: Saving Image with with transparent back groung as .gif Pin
Dave Kreskowiak16-Sep-08 1:40
mveDave Kreskowiak16-Sep-08 1:40 
nishkarsh_k wrote:
I wanted to implement 2 layers in a picture box by using picture box background image and image property.


No such thing when using a PictureBox control. There's a Background image and the Image properties you can set, neither has anything to do with the other.


nishkarsh_k wrote:
But when i save the picture box image (with transparent back ground) as .gif i get a black background.


Of course. The background image is not part of the Image property at all, so it doesn't get saved with the Image you save.


Your solution would be to create a new Bitmap object, draw the background image to it, then draw the foreground image on top of it. Then you'll have your composited image that you can save.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Saving Image with with transparent back groung as .gif Pin
nishkarsh_k17-Sep-08 18:41
nishkarsh_k17-Sep-08 18:41 
GeneralRe: Saving Image with with transparent back groung as .gif Pin
Dave Kreskowiak18-Sep-08 1:44
mveDave Kreskowiak18-Sep-08 1:44 
QuestionHelp me! Dynamic crystal reports Pin
tinh cau15-Sep-08 19:21
tinh cau15-Sep-08 19:21 
AnswerRe: Help me! Dynamic crystal reports Pin
pdnet15-Sep-08 23:52
pdnet15-Sep-08 23:52 
GeneralRe: Help me! Dynamic crystal reports Pin
Steven J Jowett16-Sep-08 3:00
Steven J Jowett16-Sep-08 3:00 
QuestionHow to share data between two different windows applicaiton in Vb.Net Pin
Member 427095115-Sep-08 17:50
Member 427095115-Sep-08 17:50 
AnswerRe: How to share data between two different windows applicaiton in Vb.Net Pin
Christian Graus15-Sep-08 19:47
protectorChristian Graus15-Sep-08 19:47 
AnswerRe: How to share data between two different windows applicaiton in Vb.Net Pin
Steven J Jowett15-Sep-08 21:53
Steven J Jowett15-Sep-08 21:53 
QuestionTCP timed Stream.Read()? Pin
alexvw15-Sep-08 16:36
alexvw15-Sep-08 16:36 
AnswerRe: TCP timed Stream.Read()? Pin
Dave Kreskowiak16-Sep-08 1:52
mveDave Kreskowiak16-Sep-08 1:52 
GeneralRe: TCP timed Stream.Read()? Pin
alexvw16-Sep-08 2:24
alexvw16-Sep-08 2:24 
QuestionHow to save and restore values in multi textbox,Datetime picker,combo box when the form close using vb.net !? Pin
GAWAK15-Sep-08 9:59
GAWAK15-Sep-08 9:59 
AnswerTry application settings ... Pin
David Mujica15-Sep-08 10:31
David Mujica15-Sep-08 10:31 
GeneralRe: Try application settings ... Pin
GAWAK16-Sep-08 1:16
GAWAK16-Sep-08 1:16 
QuestionLotus 123 Pin
chuckf15-Sep-08 9:29
chuckf15-Sep-08 9:29 
AnswerRe: Lotus 123 Pin
jzonthemtn15-Sep-08 10:48
jzonthemtn15-Sep-08 10:48 
GeneralRe: Lotus 123 Pin
chuckf15-Sep-08 10:58
chuckf15-Sep-08 10:58 

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.