Click here to Skip to main content
15,885,636 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: CDATA? Pin
Anonymous1-Apr-03 19:06
Anonymous1-Apr-03 19:06 
GeneralRe: CDATA? Pin
Ray Cassick1-Apr-03 19:08
Ray Cassick1-Apr-03 19:08 
GeneralTransparent GIF in .NET Pin
Paul Watson26-Mar-03 8:42
sitebuilderPaul Watson26-Mar-03 8:42 
GeneralRe: Transparent GIF in .NET Pin
Daniel Turini26-Mar-03 9:32
Daniel Turini26-Mar-03 9:32 
GeneralIE PNG Problem, save as 8bit Pin
Paul Watson26-Mar-03 21:01
sitebuilderPaul Watson26-Mar-03 21:01 
GeneralRe: Transparent GIF in .NET Pin
leppie26-Mar-03 12:01
leppie26-Mar-03 12:01 
General32bit to 8bit PNG conversion? Pin
Paul Watson26-Mar-03 21:06
sitebuilderPaul Watson26-Mar-03 21:06 
GeneralRe: 32bit to 8bit PNG conversion? Pin
Stephane Rodriguez.28-Mar-03 3:18
Stephane Rodriguez.28-Mar-03 3:18 
Paul Watson wrote:
convert that 32bit PNG to an 8bit PNG, then PNG transparency works in IE

There are at least two ways. But this remains theory until practice shows it works.

The first way to achieve 32bit --> 8bit color reduction is to explicitely set an encoder attribute when you are saving your file. This code snippet[^] shows how to proceed. Of course, it is going to work if the built-in GDI+ PNG encoder directly supports paletted formats such as 8bpp.

The other way is to explicitely convert the current image into a palettized one. There is a GDI (not GDI+) function which does that job : it's CreateHalftonePalette. And it has to be used in conjunction with other functions to make sure it is applied on the image. More info in this code snippet[^]. (this sample uses GetHalftonePalette instead of CreateHalftonePalette, which might be enough to do the job, in fact).
GeneralRe: 32bit to 8bit PNG conversion? Pin
Paul Watson1-Apr-03 7:23
sitebuilderPaul Watson1-Apr-03 7:23 
QuestionHow old is .net ( C#, ... ) Pin
Maximilien26-Mar-03 7:24
Maximilien26-Mar-03 7:24 
AnswerRe: How old is .net ( C#, ... ) Pin
Stephane Rodriguez.26-Mar-03 8:15
Stephane Rodriguez.26-Mar-03 8:15 
AnswerRe: How old is .net ( C#, ... ) Pin
Michael P Butler1-Apr-03 7:51
Michael P Butler1-Apr-03 7:51 
AnswerRe: How old is .net ( C#, ... ) Pin
Martin Cook24-Apr-03 8:14
professionalMartin Cook24-Apr-03 8:14 
Questiondoes ANYBODY ever written an addin in VS.NET /c++ ???????? Pin
schaereran@gmx.net25-Mar-03 22:59
schaereran@gmx.net25-Mar-03 22:59 
AnswerRe: does ANYBODY ever written an addin in VS.NET /c++ ???????? Pin
Oleksandr Kucherenko28-Mar-03 4:20
Oleksandr Kucherenko28-Mar-03 4:20 
GeneralDoubt regarding Grid in .NET Pin
shankara_raman25-Mar-03 1:34
shankara_raman25-Mar-03 1:34 
GeneralValidating a xml file Pin
chito24-Mar-03 20:48
chito24-Mar-03 20:48 
GeneralRe: Validating a xml file Pin
Stephane Rodriguez.25-Mar-03 3:15
Stephane Rodriguez.25-Mar-03 3:15 
GeneralRe: Validating a xml file Pin
Paul Watson1-Apr-03 18:17
sitebuilderPaul Watson1-Apr-03 18:17 
GeneralTextBox on Desktop Icons Pin
BennyMac24-Mar-03 11:46
BennyMac24-Mar-03 11:46 
GeneralRe: TextBox on Desktop Icons Pin
Poolbeer24-Mar-03 12:15
Poolbeer24-Mar-03 12:15 
GeneralRe: TextBox on Desktop Icons Pin
BennyMac24-Mar-03 12:32
BennyMac24-Mar-03 12:32 
GeneralRe: TextBox on Desktop Icons Pin
Poolbeer25-Mar-03 6:08
Poolbeer25-Mar-03 6:08 
GeneralRe: TextBox on Desktop Icons Pin
BennyMac25-Mar-03 11:48
BennyMac25-Mar-03 11:48 
GeneralRe: TextBox on Desktop Icons Pin
BennyMac26-Mar-03 11:33
BennyMac26-Mar-03 11:33 

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.