Click here to Skip to main content
15,922,145 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dynamic C# dll components? Pin
Filip Strugar28-Mar-02 7:39
Filip Strugar28-Mar-02 7:39 
GeneralDeriving combobox Pin
Marc L'Ecuyer26-Mar-02 5:05
Marc L'Ecuyer26-Mar-02 5:05 
GeneralBitmaps disappearing Pin
26-Mar-02 4:45
suss26-Mar-02 4:45 
GeneralRe: Bitmaps disappearing Pin
David Wengier26-Mar-02 10:16
David Wengier26-Mar-02 10:16 
QuestionHow I can Make A TreeView with checkedBoxes? Pin
gicio25-Mar-02 23:30
gicio25-Mar-02 23:30 
AnswerRe: How I can Make A TreeView with checkedBoxes? Pin
26-Mar-02 1:04
suss26-Mar-02 1:04 
GeneralRe: How I can Make A TreeView with checkedBoxes? Pin
gicio26-Mar-02 3:38
gicio26-Mar-02 3:38 
GeneralPrint Preview Pin
Mazdak25-Mar-02 20:46
Mazdak25-Mar-02 20:46 
GeneralRe: Print Preview Pin
BLaZiNiX26-Mar-02 18:59
BLaZiNiX26-Mar-02 18:59 
GeneralEventWritten and Security Log Pin
25-Mar-02 11:02
suss25-Mar-02 11:02 
GeneralUser Control problems... Pin
Zombies with Coffee, LLC25-Mar-02 9:43
professionalZombies with Coffee, LLC25-Mar-02 9:43 
GeneralRe: User Control problems... Pin
David Wengier25-Mar-02 10:45
David Wengier25-Mar-02 10:45 
GeneralRe: User Control problems... Pin
Zombies with Coffee, LLC25-Mar-02 10:48
professionalZombies with Coffee, LLC25-Mar-02 10:48 
GeneralRe: User Control problems... Pin
Zombies with Coffee, LLC26-Mar-02 5:14
professionalZombies with Coffee, LLC26-Mar-02 5:14 
GeneralRe: User Control problems... Pin
Zombies with Coffee, LLC26-Mar-02 5:27
professionalZombies with Coffee, LLC26-Mar-02 5:27 
GeneralRe: User Control problems... Pin
Neil Van Note27-Mar-02 18:12
Neil Van Note27-Mar-02 18:12 
GeneralTerminal Services Pin
omkamal25-Mar-02 7:07
omkamal25-Mar-02 7:07 
GeneralAbout string Pin
Mazdak25-Mar-02 5:19
Mazdak25-Mar-02 5:19 
GeneralRe: About string Pin
25-Mar-02 6:06
suss25-Mar-02 6:06 
GeneralTransparent bitmap Pin
25-Mar-02 5:07
suss25-Mar-02 5:07 
To draw a transparent bitmap on the form I use the old trick from VC++ which is to draw a bitmap that is stored in ImageList. When you set TransparentColor property of ImageList to the color of the bitmap's transparency color, the bitamp is drawn transparently on the form.

My problem is that this doesn't work when there is another bitmap on the form behind my bitmap. I want to see this another bitmap through the transparent bitmap.

In VC++ a was using SRCCOPY, SRCAND and SRCINVERT in BitBlt(). I don't see any equivalent of raster operation codes in C#.

Any ideas?

Jerzy
GeneralRe: Transparent bitmap Pin
James T. Johnson25-Mar-02 12:26
James T. Johnson25-Mar-02 12:26 
GeneralRe: Transparent bitmap Pin
26-Mar-02 4:18
suss26-Mar-02 4:18 
Generalinherited forms resizing issue Pin
25-Mar-02 4:32
suss25-Mar-02 4:32 
GeneralRe: inherited forms resizing issue Pin
25-Mar-02 5:09
suss25-Mar-02 5:09 
GeneralStill Need HELP! Pin
25-Mar-02 5:54
suss25-Mar-02 5:54 

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.