Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to define coclass in c# com object? Pin
Mohammad Dayyan25-Jun-08 10:51
Mohammad Dayyan25-Jun-08 10:51 
Questionapp.config Pin
arkiboys25-Jun-08 2:32
arkiboys25-Jun-08 2:32 
AnswerRe: app.config Pin
SteveNY25-Jun-08 3:39
SteveNY25-Jun-08 3:39 
GeneralRe: app.config Pin
arkiboys25-Jun-08 3:46
arkiboys25-Jun-08 3:46 
GeneralRe: app.config Pin
Ashfield25-Jun-08 3:52
Ashfield25-Jun-08 3:52 
AnswerRe: app.config Pin
Marek Grzenkowicz25-Jun-08 3:46
Marek Grzenkowicz25-Jun-08 3:46 
QuestionHow Power Point slides picture can be tranfer to word document picture one by one. Pin
haroon_calculus25-Jun-08 1:52
haroon_calculus25-Jun-08 1:52 
QuestionAdd a control in Visual Studio 2008 IDE? Pin
Harvey Saayman25-Jun-08 1:39
Harvey Saayman25-Jun-08 1:39 
Hey guys

how can i add the following .cs file to VS so that the control will always be in VS toolbox for me to just drag and drop?

namespace DoubleBufferPanelNameSpace
{
    class DoubleBufferPanel : Panel
    {
        public DoubleBufferPanel()
        {
            this.SetStyle(ControlStyles.AllPaintingInWmPaint |
                     ControlStyles.UserPaint |
                     ControlStyles.DoubleBuffer |
                     ControlStyles.ResizeRedraw,
                     true);
            this.UpdateStyles();
        }
    }
}


thanx

Harvey Saayman - South Africa
Junior Developer
.Net, C#, SQL

you.suck = (you.passion != Programming)

AnswerRe: Add a control in Visual Studio 2008 IDE? Pin
Christian Graus25-Jun-08 1:43
protectorChristian Graus25-Jun-08 1:43 
GeneralRe: Add a control in Visual Studio 2008 IDE? Pin
Harvey Saayman25-Jun-08 1:57
Harvey Saayman25-Jun-08 1:57 
GeneralRe: Add a control in Visual Studio 2008 IDE? Pin
leppie25-Jun-08 2:02
leppie25-Jun-08 2:02 
GeneralRe: Add a control in Visual Studio 2008 IDE? Pin
Harvey Saayman25-Jun-08 2:09
Harvey Saayman25-Jun-08 2:09 
GeneralRe: Add a control in Visual Studio 2008 IDE? Pin
leppie25-Jun-08 2:12
leppie25-Jun-08 2:12 
QuestionMultithreading program! Pin
TaiZhong25-Jun-08 1:17
TaiZhong25-Jun-08 1:17 
AnswerRe: Multithreading program! Pin
Ashfield25-Jun-08 1:30
Ashfield25-Jun-08 1:30 
GeneralRe: Multithreading program! Pin
TaiZhong25-Jun-08 1:57
TaiZhong25-Jun-08 1:57 
GeneralRe: Multithreading program! Pin
leppie25-Jun-08 2:06
leppie25-Jun-08 2:06 
GeneralRe: Multithreading program! Pin
TaiZhong25-Jun-08 3:37
TaiZhong25-Jun-08 3:37 
GeneralRe: Multithreading program! Pin
SteveNY25-Jun-08 3:48
SteveNY25-Jun-08 3:48 
GeneralRe: Multithreading program! Pin
TaiZhong25-Jun-08 5:44
TaiZhong25-Jun-08 5:44 
Questioncystal report Pin
cse.vidhya25-Jun-08 0:57
cse.vidhya25-Jun-08 0:57 
AnswerRe: cystal report Pin
Christian Graus25-Jun-08 1:36
protectorChristian Graus25-Jun-08 1:36 
AnswerRe: cystal report Pin
leppie25-Jun-08 2:03
leppie25-Jun-08 2:03 
AnswerRe: cystal report Pin
Verghese25-Jun-08 3:21
Verghese25-Jun-08 3:21 
Questioncrystal report - very urgent Pin
cse.vidhya25-Jun-08 0:53
cse.vidhya25-Jun-08 0:53 

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.