Click here to Skip to main content
15,914,416 members
Home / Discussions / C#
   

C#

 
GeneralAdding images to listview Pin
BlackDice13-Nov-04 4:02
BlackDice13-Nov-04 4:02 
GeneralRESOLVED Pin
BlackDice13-Nov-04 4:13
BlackDice13-Nov-04 4:13 
GeneralHiding listview header Pin
BlackDice13-Nov-04 3:15
BlackDice13-Nov-04 3:15 
GeneralRe: Hiding listview header Pin
Dennis C. Dietrich13-Nov-04 3:47
Dennis C. Dietrich13-Nov-04 3:47 
GeneralRe: Hiding listview header Pin
BlackDice13-Nov-04 4:00
BlackDice13-Nov-04 4:00 
GeneralNotification of value change Pin
Christian Graus12-Nov-04 22:34
protectorChristian Graus12-Nov-04 22:34 
GeneralRe: Notification of value change Pin
Colin Angus Mackay13-Nov-04 1:55
Colin Angus Mackay13-Nov-04 1:55 
GeneralRe: Notification of value change Pin
Christian Graus13-Nov-04 14:05
protectorChristian Graus13-Nov-04 14:05 
Sure, in theory. In practice, I think it idiotic to write code like this


private int _myInt; // Oh, cool, look how OO my code is

public int MyInt
{
get...
set...
}

The net result is the same.

In this case though, it's not my intetion to make the variable public, I just don't want the property part of the code to be what notices that the value has changed.

Christian

I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
GeneralRe: Notification of value change Pin
Colin Angus Mackay13-Nov-04 14:19
Colin Angus Mackay13-Nov-04 14:19 
GeneralRe: Notification of value change Pin
Christian Graus13-Nov-04 14:21
protectorChristian Graus13-Nov-04 14:21 
GeneralRe: Notification of value change Pin
Colin Angus Mackay13-Nov-04 14:32
Colin Angus Mackay13-Nov-04 14:32 
GeneralRe: Notification of value change Pin
Skynyrd13-Nov-04 3:03
Skynyrd13-Nov-04 3:03 
GeneralRe: Notification of value change Pin
Christian Graus13-Nov-04 13:58
protectorChristian Graus13-Nov-04 13:58 
GeneralRe: Notification of value change Pin
leppie13-Nov-04 7:58
leppie13-Nov-04 7:58 
GeneralRe: Notification of value change Pin
Christian Graus13-Nov-04 13:57
protectorChristian Graus13-Nov-04 13:57 
GeneralRe: Notification of value change Pin
leppie13-Nov-04 22:00
leppie13-Nov-04 22:00 
GeneralRe: Notification of value change Pin
Nick Parker13-Nov-04 8:00
protectorNick Parker13-Nov-04 8:00 
GeneralRe: Notification of value change Pin
Christian Graus13-Nov-04 13:56
protectorChristian Graus13-Nov-04 13:56 
Generalmacromedia flash Pin
Member 143434912-Nov-04 21:26
Member 143434912-Nov-04 21:26 
GeneralRe: macromedia flash Pin
Skynyrd13-Nov-04 0:23
Skynyrd13-Nov-04 0:23 
GeneralOOP Pin
steve_rm12-Nov-04 18:47
steve_rm12-Nov-04 18:47 
GeneralRe: OOP Pin
Christian Graus12-Nov-04 22:27
protectorChristian Graus12-Nov-04 22:27 
GeneralRe: OOP Pin
Skynyrd13-Nov-04 0:18
Skynyrd13-Nov-04 0:18 
GeneralSearching an XML File with C# Pin
Member 138504912-Nov-04 17:04
Member 138504912-Nov-04 17:04 
GeneralRe: Searching an XML File with C# Pin
Alex Korchemniy12-Nov-04 18:15
Alex Korchemniy12-Nov-04 18:15 

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.