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

.NET (Core and Framework)

 
GeneralInstallation tool Pin
Patrick Lassalle6-Nov-02 10:25
Patrick Lassalle6-Nov-02 10:25 
GeneralRe: Installation tool Pin
Heath Stewart6-Nov-02 19:43
protectorHeath Stewart6-Nov-02 19:43 
GeneralRe: Installation tool Pin
Patrick Lassalle7-Nov-02 6:13
Patrick Lassalle7-Nov-02 6:13 
GeneralRe: Installation tool Pin
Daniel Turini7-Nov-02 7:20
Daniel Turini7-Nov-02 7:20 
GeneralRe: Installation tool Pin
Heath Stewart7-Nov-02 9:51
protectorHeath Stewart7-Nov-02 9:51 
GeneralRe: Installation tool Pin
Patrick Lassalle7-Nov-02 23:20
Patrick Lassalle7-Nov-02 23:20 
GeneralConverting an Icon to Image...with Alpha Blending Pin
Heath Stewart5-Nov-02 13:34
protectorHeath Stewart5-Nov-02 13:34 
GeneralRe: Converting an Icon to Image...with Alpha Blending Pin
Heath Stewart6-Nov-02 8:29
protectorHeath Stewart6-Nov-02 8:29 
After some digging, the problem is not so a Graphics problem as it is a common controls problem. In order to get the icons to appear with the alpha channel, you have to use a .manifest file for the application as I described in one of my tutorials (just didn't realized that applied to alpha-blended icons, although I now understand why - the list control needs to be the CC6 list control).

Now my problem is only having one particular assembly redirect to CC6 in the Windows XP SBS cache, but despite what the MSDN docs say regarding SBS, this doesn't seem to work for DLLs without having a coresponding .manifest for the EXE (which makes a lot of things appear wrong). .NET assemblies must not use an Activation Context (in the Win32 part of the loading process) like SBS assemblies do. Any ideas of how to make just a DLL use the manifest file or resource (RT_MANIFEST) without forcing the application to?

"Well, I wouldn't say I've been missing it, Bob." - Peter Gibbons
GeneralUPDATE Statements Pin
Derek Lakin4-Nov-02 22:17
Derek Lakin4-Nov-02 22:17 
GeneralC# vs VC++ Pin
Stefan Bolder2-Nov-02 22:41
sussStefan Bolder2-Nov-02 22:41 
GeneralRe: C# vs VC++ Pin
ian mariano3-Nov-02 7:56
ian mariano3-Nov-02 7:56 
GeneralRe: C# vs VC++ Pin
Kevin McFarlane4-Nov-02 3:48
Kevin McFarlane4-Nov-02 3:48 
GeneralRe: C# vs VC++ Pin
Kevin McFarlane4-Nov-02 3:44
Kevin McFarlane4-Nov-02 3:44 
GeneralRe: C# vs VC++ Pin
Boogie6-Nov-02 12:38
Boogie6-Nov-02 12:38 
GeneralRe: C# vs VC++ Pin
Kevin McFarlane7-Nov-02 5:41
Kevin McFarlane7-Nov-02 5:41 
GeneralStreamReading Cyrillic (windows) Encoding Pin
devmaximus2-Nov-02 14:22
devmaximus2-Nov-02 14:22 
GeneralRe: StreamReading Cyrillic (windows) Encoding Pin
Stephane Rodriguez.2-Nov-02 19:18
Stephane Rodriguez.2-Nov-02 19:18 
GeneralRe: StreamReading Cyrillic (windows) Encoding Pin
Richard Deeming4-Nov-02 2:40
mveRichard Deeming4-Nov-02 2:40 
GeneralRe: StreamReading Cyrillic (windows) Encoding Pin
Anonymous4-Nov-02 8:56
Anonymous4-Nov-02 8:56 
GeneralRe: StreamReading Cyrillic (windows) Encoding Pin
Anonymous4-Nov-02 11:24
Anonymous4-Nov-02 11:24 
GeneralRe: StreamReading Cyrillic (windows) Encoding Pin
devmaximus4-Nov-02 11:56
devmaximus4-Nov-02 11:56 
Questionimage encoder? Pin
Stefan Bolder2-Nov-02 0:17
sussStefan Bolder2-Nov-02 0:17 
AnswerRe: image encoder? II Pin
Stefan Bolder2-Nov-02 0:41
sussStefan Bolder2-Nov-02 0:41 
GeneralRe: image encoder? II Pin
Stephane Rodriguez.2-Nov-02 1:52
Stephane Rodriguez.2-Nov-02 1:52 
GeneralRe: image encoder? II Pin
Stefan Bolder2-Nov-02 22:40
sussStefan Bolder2-Nov-02 22:40 

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.