Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGrid Pin
Marc Clifton7-Feb-07 5:38
mvaMarc Clifton7-Feb-07 5:38 
QuestionTransparent Button Problem Pin
deanpugh7-Feb-07 5:25
deanpugh7-Feb-07 5:25 
QuestionStyle Builder Editor Pin
Christopher Stratmann7-Feb-07 5:10
Christopher Stratmann7-Feb-07 5:10 
AnswerRe: Style Builder Editor Pin
Marc Clifton7-Feb-07 5:25
mvaMarc Clifton7-Feb-07 5:25 
GeneralRe: Style Builder Editor Pin
Christopher Stratmann7-Feb-07 5:26
Christopher Stratmann7-Feb-07 5:26 
GeneralRe: Style Builder Editor Pin
Marc Clifton7-Feb-07 5:35
mvaMarc Clifton7-Feb-07 5:35 
GeneralRe: Style Builder Editor Pin
Christopher Stratmann7-Feb-07 5:32
Christopher Stratmann7-Feb-07 5:32 
GeneralRe: Style Builder Editor Pin
Christopher Stratmann7-Feb-07 5:37
Christopher Stratmann7-Feb-07 5:37 
I just made a fix that I think may help. It still doesn't work but it load an Object Collection Editor....

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Text;
using System.Web.UI.WebControls;
using System.Web.UI.Design.WebControls;

namespace QWareAdvantage.Controls
{
    class LabelProperties
    {
        private Style mName;
        [Browsable(true)]
        [Editor(typeof(StyleCollectionEditor), typeof(System.Drawing.Design.UITypeEditor))]
        public Style Name
        {
            get { return mName; }
            set { mName = value; }
        }
    }
}

AnswerRe: Style Builder Editor Pin
Stefan Troschuetz7-Feb-07 5:37
Stefan Troschuetz7-Feb-07 5:37 
GeneralRe: Style Builder Editor Pin
Christopher Stratmann7-Feb-07 5:39
Christopher Stratmann7-Feb-07 5:39 
GeneralRe: Style Builder Editor Pin
Stefan Troschuetz7-Feb-07 6:14
Stefan Troschuetz7-Feb-07 6:14 
QuestionVS2005 Addin Pin
topcatalpha7-Feb-07 5:07
topcatalpha7-Feb-07 5:07 
AnswerRe: VS2005 Addin Pin
topcatalpha13-Feb-07 4:51
topcatalpha13-Feb-07 4:51 
AnswerRe: VS2005 Addin Pin
topcatalpha13-Feb-07 23:00
topcatalpha13-Feb-07 23:00 
QuestionQuestion about Filling Semi curved shapes Pin
ThetaClear7-Feb-07 4:45
ThetaClear7-Feb-07 4:45 
AnswerRe: Question about Filling Semi curved shapes Pin
Luc Pattyn7-Feb-07 6:25
sitebuilderLuc Pattyn7-Feb-07 6:25 
GeneralRe: Question about Filling Semi curved shapes Pin
ThetaClear7-Feb-07 22:39
ThetaClear7-Feb-07 22:39 
QuestionRemoting problem using multiple clients Pin
Praveen Raghuvanshi7-Feb-07 4:10
professionalPraveen Raghuvanshi7-Feb-07 4:10 
AnswerRe: Remoting problem using multiple clients Pin
led mike7-Feb-07 6:19
led mike7-Feb-07 6:19 
QuestionProblem with ReadLine method! Help wanted! Pin
vitaco7-Feb-07 4:06
vitaco7-Feb-07 4:06 
AnswerRe: Problem with ReadLine method! Help wanted! Pin
m@u7-Feb-07 4:32
m@u7-Feb-07 4:32 
GeneralRe: Problem with ReadLine method! Help wanted! Pin
vitaco7-Feb-07 18:38
vitaco7-Feb-07 18:38 
GeneralRe: Problem with ReadLine method! Help wanted! Pin
m@u7-Feb-07 20:44
m@u7-Feb-07 20:44 
GeneralRe: Problem with ReadLine method! Help wanted! Pin
vitaco7-Feb-07 21:12
vitaco7-Feb-07 21:12 
QuestionQueue performance Pin
Bekjong7-Feb-07 2:48
Bekjong7-Feb-07 2: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.