Click here to Skip to main content
15,905,679 members
Home / Discussions / C#
   

C#

 
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 
GeneralAnd the winner is... Pin
26-Mar-02 4:39
suss26-Mar-02 4:39 
GeneralCustomize message from datagrid Pin
Jose Fco Bonnin25-Mar-02 4:23
Jose Fco Bonnin25-Mar-02 4:23 
QuestionHow I can generate a 5-digit ID in C# Pin
gicio25-Mar-02 2:49
gicio25-Mar-02 2:49 
AnswerRe: How I can generate a 5-digit ID in C# Pin
Kannan Kalyanaraman25-Mar-02 4:45
Kannan Kalyanaraman25-Mar-02 4:45 
GeneralRe: How I can generate a 5-digit ID in C# Pin
gicio25-Mar-02 7:17
gicio25-Mar-02 7:17 
GeneralRe: How I can generate a 5-digit ID in C# Pin
Neil Van Note27-Mar-02 18:29
Neil Van Note27-Mar-02 18:29 
GeneralFixed Form Pin
Mazdak25-Mar-02 2:40
Mazdak25-Mar-02 2:40 
GeneralRe: Fixed Form Pin
25-Mar-02 2:53
suss25-Mar-02 2:53 
GeneralRe: Fixed Form Pin
Mazdak25-Mar-02 3:04
Mazdak25-Mar-02 3:04 
Questionhowto create doc/view c#-apps? Pin
Rüpel25-Mar-02 1:34
Rüpel25-Mar-02 1:34 
AnswerRe: howto create doc/view c#-apps? Pin
Mazdak25-Mar-02 1:33
Mazdak25-Mar-02 1:33 
GeneralRe: howto create doc/view c#-apps? Pin
Rüpel25-Mar-02 1:42
Rüpel25-Mar-02 1:42 

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.