Click here to Skip to main content
16,016,425 members
Home / Discussions / C#
   

C#

 
GeneralRe: Removing whitespace Pin
Gangren15-Dec-04 21:31
Gangren15-Dec-04 21:31 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 21:44
kobezt0815-Dec-04 21:44 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 21:44
kobezt0815-Dec-04 21:44 
GeneralUnknown Registry Pin
Anonymous15-Dec-04 16:39
Anonymous15-Dec-04 16:39 
GeneralRe: Unknown Registry Pin
Daniel Turini15-Dec-04 22:53
Daniel Turini15-Dec-04 22:53 
GeneralRe: Convert byte to hex then to ascii Pin
Dennis C. Dietrich15-Dec-04 15:07
Dennis C. Dietrich15-Dec-04 15:07 
GeneralConvert byte to hex then to ascii Pin
Anonymous15-Dec-04 14:20
Anonymous15-Dec-04 14:20 
GeneralPropertyGrid Issue Pin
djennings@ea.com15-Dec-04 14:04
djennings@ea.com15-Dec-04 14:04 
I’ve run into a problem while using a c# property grid with custom property editors and would appreciate any help. Bear with me as this may be a little difficult to explain.

The situation is as follows:

I have multiple objects selected in the property grid and they are of the same type. I have a custom modal editor defined on a property of this type. The editor works in every case except the following: if the property for any of the objects is null and not null for the remaining objects and my custom modal editor sets the value to null, a property value changed event will not be fired. This only happens when setting to null in exactly these circumstances. My feeling is that it has to do with the fact that when multi-selecting objects with different property values (for the same property) the region for that property is emptied out (same as null representation) and when it attempts to set the value to null it believes that there is no change to be made, even though many of the objects need to be changed.

Anyway, I hope that made sense and like I said any help would be greatly appreciated.

-Darryl.
GeneralNetwork code examples Pin
Joseph Engo15-Dec-04 13:23
Joseph Engo15-Dec-04 13:23 
GeneralRe: Network code examples Pin
Gangren15-Dec-04 19:55
Gangren15-Dec-04 19:55 
GeneralRe: Network code examples Pin
Joseph Engo16-Dec-04 2:01
Joseph Engo16-Dec-04 2:01 
GeneralAvalon Community Technology Preview samples Pin
Andres Coder15-Dec-04 10:09
Andres Coder15-Dec-04 10:09 
GeneralDynamic control speed Pin
Frenchman15-Dec-04 10:03
Frenchman15-Dec-04 10:03 
GeneralRe: Dynamic control speed Pin
Colin Angus Mackay15-Dec-04 13:33
Colin Angus Mackay15-Dec-04 13:33 
GeneralRe: Dynamic control speed Pin
Daniel Turini15-Dec-04 22:58
Daniel Turini15-Dec-04 22:58 
GeneralRe: Dynamic control speed Pin
Frenchman16-Dec-04 5:43
Frenchman16-Dec-04 5:43 
Generalquestion on wizards Pin
tom_dx15-Dec-04 9:36
tom_dx15-Dec-04 9:36 
GeneralRe: question on wizards Pin
Nick Parker15-Dec-04 9:52
protectorNick Parker15-Dec-04 9:52 
GeneralSetting BackColor on TabControl Pin
LannieK15-Dec-04 9:20
LannieK15-Dec-04 9:20 
GeneralRe: Setting BackColor on TabControl Pin
LannieK15-Dec-04 10:39
LannieK15-Dec-04 10:39 
GeneralHidding Properties in property grid on run time Pin
theali15-Dec-04 8:14
theali15-Dec-04 8:14 
GeneralRe: Hidding Properties in property grid on run time Pin
leppie15-Dec-04 8:37
leppie15-Dec-04 8:37 
GeneralHidding Properties in property grid on run time Pin
Anonymous15-Dec-04 9:03
Anonymous15-Dec-04 9:03 
GeneralRe: Hidding Properties in property grid on run time Pin
Mathew Hall15-Dec-04 15:58
Mathew Hall15-Dec-04 15:58 
GeneralThank you Pin
theali15-Dec-04 23:15
theali15-Dec-04 23: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.