Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralRe: math and statistical functions Pin
Richard Deeming26-Jul-02 5:32
mveRichard Deeming26-Jul-02 5:32 
GeneralRe: math and statistical functions Pin
troz28-Jul-02 20:46
troz28-Jul-02 20:46 
GeneralRe: math and statistical functions Pin
troz28-Jul-02 22:08
troz28-Jul-02 22:08 
GeneralRe: math and statistical functions Pin
leppie26-Jul-02 9:05
leppie26-Jul-02 9:05 
GeneralRe: math and statistical functions Pin
troz28-Jul-02 20:47
troz28-Jul-02 20:47 
GeneralSetting/changing attributes at runtime Pin
leppie25-Jul-02 23:52
leppie25-Jul-02 23:52 
GeneralRe: Setting/changing attributes at runtime Pin
James T. Johnson26-Jul-02 1:21
James T. Johnson26-Jul-02 1:21 
GeneralRe: Setting/changing attributes at runtime Pin
leppie26-Jul-02 2:05
leppie26-Jul-02 2:05 
O dear, but thanx anyways James Smile | :)

Maybe theres another way to do what i need. OK, what I need is a property that have a Get and a Set, but the Set should only be active at at certain application states.

Is this possible without having to dig thru all them Builder classes again?

UPDATE: the following does the job, but its still "editable" in a property grid. Can I make it "disabled" in some way so the user cant edit it?

public int Slots
{
    get{return slots;}
    set{if (state == State.Stopped)slots = value;}      }

Smile | :)

MYrc : A .NET IRC client with C# Plugin Capabilities. See
http://sourceforge.net/projects/myrc
for more info. Big Grin | :-D
GeneralRe: Setting/changing attributes at runtime Pin
jparsons26-Jul-02 3:06
jparsons26-Jul-02 3:06 
GeneralRe: Setting/changing attributes at runtime Pin
leppie26-Jul-02 4:41
leppie26-Jul-02 4:41 
GeneralRe: Setting/changing attributes at runtime Pin
Thomas Freudenberg20-Feb-03 3:51
Thomas Freudenberg20-Feb-03 3:51 
GeneralRe: Setting/changing attributes at runtime Pin
leppie20-Feb-03 5:59
leppie20-Feb-03 5:59 
GeneralXML Web Service error on Update() Pin
laphijia25-Jul-02 23:49
laphijia25-Jul-02 23:49 
GeneralRe: XML Web Service error on Update() Pin
James T. Johnson26-Jul-02 0:19
James T. Johnson26-Jul-02 0:19 
GeneralRe: XML Web Service error on Update() Pin
laphijia26-Jul-02 0:25
laphijia26-Jul-02 0:25 
GeneralRe: XML Web Service error on Update() Pin
James T. Johnson26-Jul-02 0:51
James T. Johnson26-Jul-02 0:51 
GeneralRe: XML Web Service error on Update() Pin
laphijia26-Jul-02 1:13
laphijia26-Jul-02 1:13 
GeneralCreating a Textbox that doesn't accept focus Pin
swpo25-Jul-02 18:28
swpo25-Jul-02 18:28 
GeneralRe: Creating a Textbox that doesn't accept focus Pin
leppie25-Jul-02 22:17
leppie25-Jul-02 22:17 
GeneralRe: Creating a Textbox that doesn't accept focus Pin
swpo26-Jul-02 9:38
swpo26-Jul-02 9:38 
GeneralRe: Creating a Textbox that doesn't accept focus Pin
jparsons26-Jul-02 3:08
jparsons26-Jul-02 3:08 
GeneralRe: Creating a Textbox that doesn't accept focus Pin
leppie26-Jul-02 8:59
leppie26-Jul-02 8:59 
GeneralRe: Creating a Textbox that doesn't accept focus Pin
swpo26-Jul-02 9:32
swpo26-Jul-02 9:32 
GeneralImplementing ISite to have access to DesignMode indicator Pin
kyledunn25-Jul-02 15:42
kyledunn25-Jul-02 15:42 
QuestionC# Inquiry? Pin
BHBAD25-Jul-02 6:52
sussBHBAD25-Jul-02 6:52 

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.