Click here to Skip to main content
15,884,177 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why rebuild everything? Pin
Carl Mercier15-Jan-04 11:19
Carl Mercier15-Jan-04 11:19 
GeneralRe: Why rebuild everything? Pin
Carl Mercier16-Jan-04 6:10
Carl Mercier16-Jan-04 6:10 
GeneralRe: Why rebuild everything? Pin
Not Active15-Jan-04 7:16
mentorNot Active15-Jan-04 7:16 
Generalscale a bitmap with 1bppIndexed Pin
FiDz15-Jan-04 3:59
FiDz15-Jan-04 3:59 
GeneralSelectedText in a ComboBox startup problem Pin
= M =15-Jan-04 3:53
professional= M =15-Jan-04 3:53 
GeneralRe: SelectedText in a ComboBox startup problem Pin
Mike Osbahr30-Jan-04 9:11
Mike Osbahr30-Jan-04 9:11 
GeneralPropertyGrid customization Pin
kaloyan15-Jan-04 3:28
kaloyan15-Jan-04 3:28 
GeneralRe: PropertyGrid customization Pin
Heath Stewart15-Jan-04 6:05
protectorHeath Stewart15-Jan-04 6:05 
See the UITypeEditor class. You need to derive the class and create your own UITypeEditor that uses GetService to request the IWindowsFormsEditorService so that you can call ShowDialog and pass an instance of your form. Finally, use the EditorAttribute on your property that specifies the Type (or the type string if in another assembly for design-time only that you don't want to ship, which should be installed into the Global Assembly Cache (GAC)). There should be examples of this in the documentation for these classes in the .NET Framework SDK.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: PropertyGrid customization Pin
kaloyan15-Jan-04 22:31
kaloyan15-Jan-04 22:31 
Generala beginner's question Pin
Forrest Feather15-Jan-04 2:56
Forrest Feather15-Jan-04 2:56 
GeneralRe: a beginner's question Pin
Guinness4Strength15-Jan-04 3:49
Guinness4Strength15-Jan-04 3:49 
GeneralRe: a beginner's question Pin
Colin Angus Mackay15-Jan-04 4:16
Colin Angus Mackay15-Jan-04 4:16 
GeneralRe: a beginner's question Pin
HAHAHA_NEXT15-Jan-04 10:58
HAHAHA_NEXT15-Jan-04 10:58 
GeneralQuestion about multicast Pin
Korby15-Jan-04 1:49
Korby15-Jan-04 1:49 
GeneralRe: Question about multicast Pin
Heath Stewart15-Jan-04 6:02
protectorHeath Stewart15-Jan-04 6:02 
Generalwinforms: aligning of column headers Pin
troels_sorensen15-Jan-04 1:23
troels_sorensen15-Jan-04 1:23 
GeneralRe: winforms: aligning of column headers Pin
Heath Stewart15-Jan-04 5:53
protectorHeath Stewart15-Jan-04 5:53 
GeneralRe: winforms: aligning of column headers Pin
troels_sorensen15-Jan-04 7:45
troels_sorensen15-Jan-04 7:45 
GeneralRe: winforms: aligning of column headers Pin
Heath Stewart15-Jan-04 9:24
protectorHeath Stewart15-Jan-04 9:24 
GeneralMultiple Datarelations Pin
switchname15-Jan-04 1:04
switchname15-Jan-04 1:04 
GeneralRe: Multiple Datarelations Pin
Mazdak15-Jan-04 2:40
Mazdak15-Jan-04 2:40 
GeneralRe: Multiple Datarelations Pin
switchname15-Jan-04 3:06
switchname15-Jan-04 3:06 
GeneralRe: Multiple Datarelations Pin
Heath Stewart15-Jan-04 5:51
protectorHeath Stewart15-Jan-04 5:51 
GeneralRe: Multiple Datarelations Pin
Anonymous15-Jan-04 6:21
Anonymous15-Jan-04 6:21 
GeneralRe: Multiple Datarelations Pin
Heath Stewart15-Jan-04 9:45
protectorHeath Stewart15-Jan-04 9:45 

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.