Click here to Skip to main content
15,887,175 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to create Microsoft Excel 2007 add-in in C#2010 Pin
Łukasz Nowakowski27-Aug-10 0:32
Łukasz Nowakowski27-Aug-10 0:32 
Questionvideo chat Pin
sardar.nale26-Aug-10 22:09
sardar.nale26-Aug-10 22:09 
AnswerRe: video chat Pin
Pete O'Hanlon26-Aug-10 22:22
mvePete O'Hanlon26-Aug-10 22:22 
AnswerRe: video chat Pin
J4amieC26-Aug-10 22:27
J4amieC26-Aug-10 22:27 
AnswerRe: video chat Pin
Pete O'Hanlon26-Aug-10 22:31
mvePete O'Hanlon26-Aug-10 22:31 
AnswerRe: video chat Pin
OriginalGriff26-Aug-10 22:32
mveOriginalGriff26-Aug-10 22:32 
AnswerRe: video chat Pin
Luc Pattyn27-Aug-10 2:10
sitebuilderLuc Pattyn27-Aug-10 2:10 
Questionthe transparency goes when the panel is invalidated Pin
prasadbuddhika26-Aug-10 21:27
prasadbuddhika26-Aug-10 21:27 
i tried to create a transparent panel it worked using the
protected override CreateParams CreateParams<br />
        {<br />
            get<br />
            {<br />
                CreateParams cp = base.CreateParams;<br />
                cp.ExStyle |= 0x20;<br />
                return cp;<br />
            }<br />
        }

but now i'm trying move a rectangle in this panel,when doing this the transparency goes and the panel goes to it normal back color. any one having an idea how to solve this

i'm using this panel to because under this panel there is another panel that contains a screen shot,so when i'm moving the rectangle in the transparent panel, use sees it as in the 2nd panel.

thanx in advance.
AnswerRe: the transparency goes when the panel is invalidated Pin
OriginalGriff26-Aug-10 22:07
mveOriginalGriff26-Aug-10 22:07 
GeneralRe: the transparency goes when the panel is invalidated Pin
prasadbuddhika26-Aug-10 22:22
prasadbuddhika26-Aug-10 22:22 
GeneralRe: the transparency goes when the panel is invalidated Pin
OriginalGriff26-Aug-10 22:23
mveOriginalGriff26-Aug-10 22:23 
GeneralRe: the transparency goes when the panel is invalidated Pin
prasadbuddhika26-Aug-10 22:39
prasadbuddhika26-Aug-10 22:39 
GeneralRe: the transparency goes when the panel is invalidated Pin
prasadbuddhika27-Aug-10 1:47
prasadbuddhika27-Aug-10 1:47 
QuestionSolved: Collection explicit conversion operator recommendation [modified] Pin
DaveyM6926-Aug-10 11:57
professionalDaveyM6926-Aug-10 11:57 
AnswerRe: Collection explicit conversion operator recommendation Pin
AspDotNetDev26-Aug-10 12:07
protectorAspDotNetDev26-Aug-10 12:07 
GeneralRe: Collection explicit conversion operator recommendation Pin
DaveyM6926-Aug-10 12:22
professionalDaveyM6926-Aug-10 12:22 
GeneralRe: Collection explicit conversion operator recommendation Pin
AspDotNetDev26-Aug-10 12:46
protectorAspDotNetDev26-Aug-10 12:46 
GeneralRe: Collection explicit conversion operator recommendation Pin
DaveyM6926-Aug-10 13:06
professionalDaveyM6926-Aug-10 13:06 
AnswerRe: Collection explicit conversion operator recommendation Pin
Pete O'Hanlon26-Aug-10 12:43
mvePete O'Hanlon26-Aug-10 12:43 
GeneralRe: Collection explicit conversion operator recommendation Pin
DaveyM6926-Aug-10 13:05
professionalDaveyM6926-Aug-10 13:05 
AnswerRe: Collection explicit conversion operator recommendation Pin
Luc Pattyn26-Aug-10 12:45
sitebuilderLuc Pattyn26-Aug-10 12:45 
GeneralRe: Collection explicit conversion operator recommendation Pin
DaveyM6926-Aug-10 13:05
professionalDaveyM6926-Aug-10 13:05 
GeneralRe: Collection explicit conversion operator recommendation Pin
Luc Pattyn26-Aug-10 13:10
sitebuilderLuc Pattyn26-Aug-10 13:10 
AnswerSolved: Collection explicit conversion operator recommendation Pin
DaveyM6926-Aug-10 13:03
professionalDaveyM6926-Aug-10 13:03 
QuestionSOLVED: Hide subitem in standard listview [modified] Pin
Marcel Vreuls (www.agentbase.nl)26-Aug-10 11:48
Marcel Vreuls (www.agentbase.nl)26-Aug-10 11:48 

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.