Click here to Skip to main content
16,006,001 members
Home / Discussions / C#
   

C#

 
GeneralRe: NAnt - how to get this working? Pin
Chua Wen Ching11-Jan-05 21:31
Chua Wen Ching11-Jan-05 21:31 
Generalqueue listener Pin
Anonymous11-Jan-05 10:20
Anonymous11-Jan-05 10:20 
Generalgetting inner Xml Nodes Pin
Sylesh11-Jan-05 10:18
Sylesh11-Jan-05 10:18 
GeneralRe: getting inner Xml Nodes Pin
Syed Abdul Khader11-Jan-05 14:23
Syed Abdul Khader11-Jan-05 14:23 
GeneralRe: getting inner Xml Nodes Pin
Sylesh12-Jan-05 2:44
Sylesh12-Jan-05 2:44 
GeneralRe: getting inner Xml Nodes Pin
Syed Abdul Khader12-Jan-05 14:08
Syed Abdul Khader12-Jan-05 14:08 
Generalgetting inner Xml Nodes Pin
Sylesh11-Jan-05 10:16
Sylesh11-Jan-05 10:16 
Generalbrowsable in Propertygrid Pin
GoodQuestion11-Jan-05 9:46
GoodQuestion11-Jan-05 9:46 
I have question about browsable in propertygrid. I am trying to change browsable 's bool value bec sometimes it dont need to show all properties. Like sometimes First dont need to be browsable. I am well-aware that I cant change the browsable's value bec it need to be constant variable while it is run-time. what is your suggestions tht I can change browsable 's bool value while it is run-time?

For example:
for()
{
[Browsable(???)]///can be true or false
public string First
{
get { return m_strFirst; }
set { m_strFirst = value; }
}
[Browsable(???)]///can be true or false
public string Second
{
get { return m_strSecond; }
set { m_strSecond = value; }
}
[Browsable(????)]///can be true or false
public string Third
{
get { return m_strThird; }
set { m_strThird = value; }
}
}


GeneralRe: browsable in Propertygrid Pin
Robert Rohde11-Jan-05 10:10
Robert Rohde11-Jan-05 10:10 
GeneralRe: browsable in Propertygrid Pin
GoodQuestion13-Jan-05 4:14
GoodQuestion13-Jan-05 4:14 
GeneralSorting a TreeView Control. Pin
stan2811-Jan-05 9:14
stan2811-Jan-05 9:14 
GeneralMemory Managment Pin
bwagz11-Jan-05 8:51
bwagz11-Jan-05 8:51 
GeneralRe: Memory Managment Pin
PaleyX11-Jan-05 9:04
PaleyX11-Jan-05 9:04 
GeneralRe: Memory Managment Pin
Salil Khedkar11-Jan-05 18:31
Salil Khedkar11-Jan-05 18:31 
Generaln a very big problem with winforms Pin
WDI11-Jan-05 7:59
WDI11-Jan-05 7:59 
GeneralRe: n a very big problem with winforms Pin
Nick Parker11-Jan-05 8:08
protectorNick Parker11-Jan-05 8:08 
GeneralRe: n a very big problem with winforms Pin
Jesse Squire11-Jan-05 9:23
Jesse Squire11-Jan-05 9:23 
GeneralRe: n a very big problem with winforms Pin
Nick Parker11-Jan-05 10:13
protectorNick Parker11-Jan-05 10:13 
GeneralRe: n a very big problem with winforms Pin
mav.northwind13-Jan-05 8:51
mav.northwind13-Jan-05 8:51 
GeneralRAM disk Pin
Grimolfr11-Jan-05 7:13
Grimolfr11-Jan-05 7:13 
GeneralRe: RAM disk Pin
benjymous12-Jan-05 1:25
benjymous12-Jan-05 1:25 
GeneralRe: RAM disk Pin
Grimolfr12-Jan-05 4:39
Grimolfr12-Jan-05 4:39 
Generalscan Network Pin
realmontanakid11-Jan-05 6:33
realmontanakid11-Jan-05 6:33 
GeneralRe: scan Network Pin
Salil Khedkar11-Jan-05 18:33
Salil Khedkar11-Jan-05 18:33 
GeneralRe: scan Network Pin
realmontanakid12-Jan-05 5:08
realmontanakid12-Jan-05 5:08 

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.