Click here to Skip to main content
15,919,879 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Timers Pin
GaMBiT_KC9-Mar-05 20:34
GaMBiT_KC9-Mar-05 20:34 
QuestionIs there a way to disable FontAntialiasing/ClearType? Pin
Sebastian Schneider9-Mar-05 3:54
Sebastian Schneider9-Mar-05 3:54 
AnswerRe: Is there a way to disable FontAntialiasing/ClearType? Pin
Heath Stewart9-Mar-05 7:39
protectorHeath Stewart9-Mar-05 7:39 
GeneralMax Windows Controls Pin
Dylan van Heerden9-Mar-05 2:49
Dylan van Heerden9-Mar-05 2:49 
GeneralRe: Max Windows Controls Pin
Heath Stewart9-Mar-05 7:32
protectorHeath Stewart9-Mar-05 7:32 
GeneralRe: Max Windows Controls Pin
Dylan van Heerden9-Mar-05 19:41
Dylan van Heerden9-Mar-05 19:41 
GeneralRe: Max Windows Controls Pin
Heath Stewart10-Mar-05 6:00
protectorHeath Stewart10-Mar-05 6:00 
GeneralRe: Max Windows Controls Pin
Dylan van Heerden10-Mar-05 20:32
Dylan van Heerden10-Mar-05 20:32 
Generalrestrict users to save/copy pdf document Pin
Adnan Siddiqi9-Mar-05 0:36
Adnan Siddiqi9-Mar-05 0:36 
GeneralRe: restrict users to save/copy pdf document Pin
Heath Stewart9-Mar-05 7:29
protectorHeath Stewart9-Mar-05 7:29 
GeneralRe: restrict users to save/copy pdf document Pin
Dave Kreskowiak9-Mar-05 7:36
mveDave Kreskowiak9-Mar-05 7:36 
QuestionWindows Image Acquisition, without the default UI? Pin
velvetacid9-Mar-05 0:35
velvetacid9-Mar-05 0:35 
Generalgetting the handle to a printer Pin
cishi_us9-Mar-05 0:17
cishi_us9-Mar-05 0:17 
Generaldatagrid and DialogResult.OK Pin
Anonymous8-Mar-05 23:28
Anonymous8-Mar-05 23:28 
GeneralRe: datagrid and DialogResult.OK Pin
Stefan Troschuetz8-Mar-05 23:53
Stefan Troschuetz8-Mar-05 23:53 
GeneralRe: datagrid and DialogResult.OK Pin
xrado9-Mar-05 0:02
xrado9-Mar-05 0:02 
GeneralObject Viewer Pin
RohanWest8-Mar-05 23:23
RohanWest8-Mar-05 23:23 
GeneralRe: Object Viewer Pin
TylerBrinks9-Mar-05 6:12
TylerBrinks9-Mar-05 6:12 
GeneralRe: Object Viewer Pin
RohanWest9-Mar-05 6:17
RohanWest9-Mar-05 6:17 
GeneralRe: Object Viewer Pin
TylerBrinks9-Mar-05 6:40
TylerBrinks9-Mar-05 6:40 
GeneralRe: Object Viewer Pin
Heath Stewart9-Mar-05 7:22
protectorHeath Stewart9-Mar-05 7:22 
The PropertyGrid doesn't actually use reflection, but various System.ComponentModel interfaces, like the ICustomTypeDescriptor interface, which you can read[^] about in the .NET Framework SDK. If the interface isn't implement by a component, the default behavior used by the TypeDescriptor which the PropertyGrid makes calls to is to use reflection, but reflection is not used directly (otherwise most of the design-time capability you enjoy in VS.NET and other IDEs would not be possible).

If you want to bind controls to your objects using their properties, read the documentation[^] for the PropertyManager class. You can use an array of objects of the same type (if not, the first type is used for binding information) similarily to how you'd use a DataTable or DataSet to bind, only you specify property names instead of column names.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralDelphi / C# COM w/ EL Crypto Pin
Prof AKA8-Mar-05 22:43
Prof AKA8-Mar-05 22:43 
GeneralRe: Delphi / C# COM w/ EL Crypto Pin
Heath Stewart9-Mar-05 7:14
protectorHeath Stewart9-Mar-05 7:14 
QuestionHow to do I Print data Row in Database Table using C#.? Pin
pubududilena8-Mar-05 20:52
pubududilena8-Mar-05 20:52 
AnswerRe: How to do I Print data Row in Database Table using C#.? Pin
Heath Stewart9-Mar-05 7:09
protectorHeath Stewart9-Mar-05 7:09 

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.