Click here to Skip to main content
15,891,943 members
Home / Discussions / C#
   

C#

 
QuestionNon-click through transparency C# Pin
Xmen Real 23-Aug-09 14:43
professional Xmen Real 23-Aug-09 14:43 
QuestionC# Class Library - How do I make my class interop and registerable? Pin
densher23-Aug-09 8:56
densher23-Aug-09 8:56 
AnswerRe: C# Class Library - How do I make my class interop and registerable? Pin
stancrm23-Aug-09 9:08
stancrm23-Aug-09 9:08 
AnswerRe: C# Class Library - How do I make my class interop and registerable? Pin
densher23-Aug-09 13:41
densher23-Aug-09 13:41 
GeneralRe: C# Class Library - How do I make my class interop and registerable? Pin
Luc Pattyn23-Aug-09 14:00
sitebuilderLuc Pattyn23-Aug-09 14:00 
QuestionTransparencyKey and Windows Vista Pin
Xmen Real 23-Aug-09 7:53
professional Xmen Real 23-Aug-09 7:53 
QuestionFlickering form problem Pin
SimpleData23-Aug-09 7:15
SimpleData23-Aug-09 7:15 
AnswerRe: Flickering form problem Pin
Henry Minute23-Aug-09 7:36
Henry Minute23-Aug-09 7:36 
This article Flicker free drawing using GDI+ and C#[^] has some hints.

Also if you are drawing on to panels, you can sub-class the standard panel, and just add the following to the constructor.
SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint | ControlStyles.OptimizedDoubleBuffer, true);


Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

AnswerRe: Flickering form problem Pin
Xmen Real 23-Aug-09 8:03
professional Xmen Real 23-Aug-09 8:03 
GeneralRe: Flickering form problem Pin
SimpleData24-Aug-09 3:52
SimpleData24-Aug-09 3:52 
Questionhelp fro inserting datagrid values to databse table in c# Pin
sujeshsuja23-Aug-09 6:38
sujeshsuja23-Aug-09 6:38 
AnswerRe: help fro inserting datagrid values to databse table in c# Pin
Henry Minute23-Aug-09 7:37
Henry Minute23-Aug-09 7:37 
GeneralRe: help fro inserting datagrid values to databse table in c# Pin
tosujesh24-Aug-09 17:09
tosujesh24-Aug-09 17:09 
GeneralRe: help fro inserting datagrid values to databse table in c# Pin
Henry Minute24-Aug-09 23:51
Henry Minute24-Aug-09 23:51 
AnswerRe: help fro inserting datagrid values to databse table in c# Pin
Blue_Boy23-Aug-09 8:32
Blue_Boy23-Aug-09 8:32 
Questionhow to set MessageBox font?please help! Pin
askhar51623-Aug-09 6:19
askhar51623-Aug-09 6:19 
AnswerRe: how to set MessageBox font?please help! Pin
stancrm23-Aug-09 8:34
stancrm23-Aug-09 8:34 
GeneralRe: how to set MessageBox font?please help! Pin
askhar51623-Aug-09 22:34
askhar51623-Aug-09 22:34 
GeneralRe: how to set MessageBox font?please help! Pin
stancrm23-Aug-09 23:00
stancrm23-Aug-09 23:00 
QuestionMulticlient server application Pin
Frozzeg23-Aug-09 5:06
Frozzeg23-Aug-09 5:06 
AnswerRe: Multiclient server application Pin
Saksida Bojan23-Aug-09 8:25
Saksida Bojan23-Aug-09 8:25 
GeneralRe: Multiclient server application Pin
Frozzeg23-Aug-09 16:40
Frozzeg23-Aug-09 16:40 
QuestionSQL CONNECTION Pin
kibromg23-Aug-09 4:50
kibromg23-Aug-09 4:50 
AnswerRe: SQL CONNECTION Pin
Henry Minute23-Aug-09 5:08
Henry Minute23-Aug-09 5:08 
GeneralRe: SQL CONNECTION Pin
kibromg23-Aug-09 5:34
kibromg23-Aug-09 5:34 

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.