Click here to Skip to main content
16,004,887 members
Home / Discussions / C#
   

C#

 
AnswerRe: Detecting an already running application Pin
Stefan Troschuetz3-Apr-06 5:56
Stefan Troschuetz3-Apr-06 5:56 
Questioncrash on Win32 call Pin
sreejnarayan3-Apr-06 5:04
sreejnarayan3-Apr-06 5:04 
QuestionDynamically displaying class properties Pin
IAmChris3-Apr-06 4:54
IAmChris3-Apr-06 4:54 
AnswerRe: Dynamically displaying class properties Pin
Stefan Troschuetz3-Apr-06 5:09
Stefan Troschuetz3-Apr-06 5:09 
GeneralRe: Dynamically displaying class properties Pin
IAmChris3-Apr-06 5:40
IAmChris3-Apr-06 5:40 
AnswerRe: Dynamically displaying class properties Pin
darkelv4-Apr-06 2:33
darkelv4-Apr-06 2:33 
Questionhelp on Smart device Application Pin
DotNet novice3-Apr-06 4:53
DotNet novice3-Apr-06 4:53 
QuestionConvert .png to .gif Pin
realmontanakid3-Apr-06 4:18
realmontanakid3-Apr-06 4:18 
Hi

I got an .png Image and want to convert it in an .gif file. When i try to show the .png file in an img tag the backround color of the image is grey. I heard Inetrnet Explorer can't show transparent .png files.

So i want to convert it in an .gif file. But after that the background of my .gif file is black..

<br />
String gifFilePath2 = System.IO.Path.Combine(path, fileName + "_scaled.png");<br />
String gifFilePath3 = System.IO.Path.Combine(path, fileName + "_scaled.gif");<br />
<br />
System.Drawing.Image imgGIF = System.Drawing.Image.FromFile(gifFilePath2);<br />
            Bitmap bmpGIF = new Bitmap(imgGIF, size);<br />
            bmpGIF.Save(gifFilePath3, System.Drawing.Imaging.ImageFormat.Gif);<br />

QuestionHow to get: selected or not selected? Pin
Dima Filipiuk3-Apr-06 3:54
Dima Filipiuk3-Apr-06 3:54 
AnswerRe: How to get: selected or not selected? Pin
albCode3-Apr-06 4:28
albCode3-Apr-06 4:28 
GeneralRe: How to get: selected or not selected? Pin
Dima Filipiuk3-Apr-06 9:28
Dima Filipiuk3-Apr-06 9:28 
QuestionCheckBox.Enabled = False without grey? Pin
livez3-Apr-06 3:19
livez3-Apr-06 3:19 
AnswerRe: CheckBox.Enabled = False without grey? Pin
CWIZO3-Apr-06 3:39
CWIZO3-Apr-06 3:39 
AnswerRe: CheckBox.Enabled = False without grey? Pin
Robert Rohde3-Apr-06 3:41
Robert Rohde3-Apr-06 3:41 
GeneralRe: CheckBox.Enabled = False without grey? Pin
livez3-Apr-06 4:21
livez3-Apr-06 4:21 
QuestionCompact paths? Pin
Dominik Reichl3-Apr-06 2:14
Dominik Reichl3-Apr-06 2:14 
AnswerRe: Compact paths? Pin
Werdna3-Apr-06 12:10
Werdna3-Apr-06 12:10 
Questionserial port communication in c#.NET 1.1 Pin
parthi29293-Apr-06 2:09
parthi29293-Apr-06 2:09 
AnswerRe: serial port communication in c#.NET 1.1 Pin
Ed.Poore3-Apr-06 7:53
Ed.Poore3-Apr-06 7:53 
QuestionPrinting a Form not using image in .NET? Pin
MohammadAmiry3-Apr-06 1:50
MohammadAmiry3-Apr-06 1:50 
AnswerRe: Printing a Form not using image in .NET? Pin
J4amieC3-Apr-06 2:32
J4amieC3-Apr-06 2:32 
GeneralRe: Printing a Form not using image in .NET? Pin
MohammadAmiry4-Apr-06 0:51
MohammadAmiry4-Apr-06 0:51 
QuestionIsInputKey override and ding sound Pin
CiNN3-Apr-06 1:09
CiNN3-Apr-06 1:09 
AnswerRe: IsInputKey override and ding sound Pin
Robert Rohde3-Apr-06 3:44
Robert Rohde3-Apr-06 3:44 
GeneralRe: IsInputKey override and ding sound Pin
CiNN3-Apr-06 12:06
CiNN3-Apr-06 12:06 

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.