Click here to Skip to main content
16,005,038 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need C++ Library in C# Class Library Pin
Not Active21-Feb-07 7:37
mentorNot Active21-Feb-07 7:37 
GeneralRe: Need C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 7:43
ThatsAlok21-Feb-07 7:43 
GeneralRe: Need C++ Library in C# Class Library Pin
Tim Paaschen21-Feb-07 20:02
Tim Paaschen21-Feb-07 20:02 
QuestionbufferImage, display portion of image Pin
samreengr821-Feb-07 6:14
samreengr821-Feb-07 6:14 
AnswerRe: bufferImage, display portion of image Pin
Christian Graus21-Feb-07 10:21
protectorChristian Graus21-Feb-07 10:21 
GeneralRe: bufferImage, display portion of image Pin
samreengr822-Feb-07 4:36
samreengr822-Feb-07 4:36 
GeneralRe: bufferImage, display portion of image Pin
Christian Graus22-Feb-07 8:53
protectorChristian Graus22-Feb-07 8:53 
GeneralRe: bufferImage, display portion of image Pin
samreengr826-Feb-07 9:39
samreengr826-Feb-07 9:39 
Im using setColorKey method of Image attribute class some of the background gets transpareny but still the areas just near the portion I want to display is still showing the background...... Can u help me in this......
Im using
<br />
ImageAttributes imgattrib = new ImageAttributes();<br />
imgattrib.SetColorKey(m_Bitmap.GetPixel(0, 0), m_Bitmap.GetPixel(0, 0));<br />
using (Graphics g = Graphics.FromImage(b_Bitmap))<br />
 {<br />
  g.DrawImage(m_Bitmap, new Rectangle(pt4.X, pt4.Y, frect.Width, frect.Height), 0, 0, m_Bitmap.Width, m_Bitmap.Height, GraphicsUnit.Pixel, imgattrib);<br />
     }<br />


Am I using any wrong method????? Wht should I do to make that areas transparent......... THANX
QuestionHough Transform (find circles) Pin
shdelpiero21-Feb-07 6:12
shdelpiero21-Feb-07 6:12 
AnswerRe: Hough Transform (find circles) Pin
Christian Graus21-Feb-07 9:19
protectorChristian Graus21-Feb-07 9:19 
GeneralRe: Hough Transform (find circles) Pin
Luc Pattyn21-Feb-07 11:03
sitebuilderLuc Pattyn21-Feb-07 11:03 
QuestionC# and ms excel spreadsheet Pin
phokojoe21-Feb-07 6:02
phokojoe21-Feb-07 6:02 
AnswerRe: C# and ms excel spreadsheet Pin
Not Active21-Feb-07 6:18
mentorNot Active21-Feb-07 6:18 
AnswerRe: C# and ms excel spreadsheet Pin
swjam21-Feb-07 13:32
swjam21-Feb-07 13:32 
GeneralRe: C# and ms excel spreadsheet Pin
phokojoe23-Feb-07 4:41
phokojoe23-Feb-07 4:41 
QuestionDataGridView and ComboBoxes Pin
crzyank21-Feb-07 5:22
crzyank21-Feb-07 5:22 
AnswerRe: DataGridView and ComboBoxes Pin
led mike21-Feb-07 8:11
led mike21-Feb-07 8:11 
AnswerRe: DataGridView and ComboBoxes Pin
M. Cahid AYDIN21-Feb-07 20:47
M. Cahid AYDIN21-Feb-07 20:47 
QuestionHow to administer my application remotely? Pin
BraveShogun21-Feb-07 4:16
BraveShogun21-Feb-07 4:16 
QuestionAlarm on Event in Event Calendar Pin
fangenius21-Feb-07 3:29
fangenius21-Feb-07 3:29 
QuestionC# childcontrol not editable in designtime. Pin
topcatalpha21-Feb-07 3:26
topcatalpha21-Feb-07 3:26 
AnswerRe: C# childcontrol not editable in designtime. Pin
Martin#21-Feb-07 3:42
Martin#21-Feb-07 3:42 
QuestionDifference between += and -= when defining events Pin
sharpiesharpie21-Feb-07 3:20
sharpiesharpie21-Feb-07 3:20 
AnswerRe: Difference between += and -= when defining events Pin
Martin#21-Feb-07 3:25
Martin#21-Feb-07 3:25 
GeneralRe: Difference between += and -= when defining events Pin
Martin#21-Feb-07 3:35
Martin#21-Feb-07 3:35 

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.