Click here to Skip to main content
15,911,035 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataView Pin
rnvrnv15-Jul-05 1:37
rnvrnv15-Jul-05 1:37 
GeneralPush Models Pin
felopater14-Jul-05 5:41
felopater14-Jul-05 5:41 
GeneralRe: Push Models Pin
Christian Graus14-Jul-05 11:22
protectorChristian Graus14-Jul-05 11:22 
Generalposting xml via http in c# Pin
cakewalkr714-Jul-05 5:03
cakewalkr714-Jul-05 5:03 
GeneralRe: posting xml via http in c# Pin
Vasudevan Deepak Kumar14-Jul-05 5:17
Vasudevan Deepak Kumar14-Jul-05 5:17 
GeneralRe: posting xml via http in c# Pin
cakewalkr714-Jul-05 6:41
cakewalkr714-Jul-05 6:41 
GeneralDisplaying Picture in both Forms Pin
Soulblazer14-Jul-05 4:26
Soulblazer14-Jul-05 4:26 
GeneralRe: Displaying Picture in bith Forms Pin
Pyro Joe14-Jul-05 10:39
Pyro Joe14-Jul-05 10:39 
GeneralRe: Displaying Picture in bith Forms Pin
DavidNohejl14-Jul-05 12:04
DavidNohejl14-Jul-05 12:04 
GeneralRe: Displaying Picture in bith Forms Pin
DavidNohejl14-Jul-05 12:03
DavidNohejl14-Jul-05 12:03 
GeneralBitwise Negation Pin
Subrahmanyam K14-Jul-05 3:52
Subrahmanyam K14-Jul-05 3:52 
GeneralRe: Bitwise Negation Pin
Guffa14-Jul-05 4:04
Guffa14-Jul-05 4:04 
Questionhow to show a windows application output (like acrobat reader) in the internet explorer? Pin
RanjithLogics14-Jul-05 2:03
RanjithLogics14-Jul-05 2:03 
GeneralC# and Window Message Hooks Pin
roy_huntley14-Jul-05 0:59
roy_huntley14-Jul-05 0:59 
GeneralRe: C# and Window Message Hooks Pin
felopater14-Jul-05 5:44
felopater14-Jul-05 5:44 
GeneralNetwork version of application in C# Pin
Anonymous13-Jul-05 23:34
Anonymous13-Jul-05 23:34 
GeneralC# MySQL 5.0 and storeprocedure Pin
dexom13-Jul-05 23:04
dexom13-Jul-05 23:04 
GeneralRe: C# MySQL 5.0 and storeprocedure Pin
Gavin Jeffrey14-Jul-05 0:31
Gavin Jeffrey14-Jul-05 0:31 
GeneralRe: C# MySQL 5.0 and storeprocedure Pin
Zishan Haider15-Jul-05 4:23
Zishan Haider15-Jul-05 4:23 
GeneralRe: C# MySQL 5.0 and storeprocedure Pin
Gavin Jeffrey15-Jul-05 6:00
Gavin Jeffrey15-Jul-05 6:00 
GeneralRe: C# MySQL 5.0 and storeprocedure Pin
Guffa14-Jul-05 3:48
Guffa14-Jul-05 3:48 
GeneralResizing Gif-images that is transparent Pin
thomasa13-Jul-05 23:02
thomasa13-Jul-05 23:02 
GeneralRe: Resizing Gif-images that is transparent Pin
Guffa14-Jul-05 3:56
Guffa14-Jul-05 3:56 
I suppose it's because it is a GIF image it has a palette. When you resize it, it has to be converted to a true color image (or the resizing would look awful), and the transparency is lost.

If you convert it to true color before you resize it, it should be possible to keep the transparency.

If you use a true color PNG image with aplha channel transparency instead, it will work, and it will look much better. I use this for water marks on images.

---
b { font-weight: normal; }

GeneralRe: Resizing Gif-images that is transparent Pin
thomasa19-Jul-05 5:51
thomasa19-Jul-05 5:51 
GeneralRe: Resizing Gif-images that is transparent Pin
Guffa25-Jul-05 3:47
Guffa25-Jul-05 3:47 

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.