Click here to Skip to main content
15,900,325 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ComboBox With PropertyGrid Control Pin
Dave Kreskowiak19-Sep-07 7:16
mveDave Kreskowiak19-Sep-07 7:16 
GeneralRe: ComboBox With PropertyGrid Control Pin
VB 8.020-Sep-07 2:42
VB 8.020-Sep-07 2:42 
GeneralRe: ComboBox With PropertyGrid Control Pin
Dave Kreskowiak20-Sep-07 9:44
mveDave Kreskowiak20-Sep-07 9:44 
GeneralRe: ComboBox With PropertyGrid Control Pin
VB 8.026-Sep-07 4:46
VB 8.026-Sep-07 4:46 
GeneralRe: ComboBox With PropertyGrid Control Pin
Dave Kreskowiak26-Sep-07 12:59
mveDave Kreskowiak26-Sep-07 12:59 
GeneralRe: ComboBox With PropertyGrid Control Pin
VB 8.026-Sep-07 21:09
VB 8.026-Sep-07 21:09 
GeneralRe: ComboBox With PropertyGrid Control Pin
VB 8.027-Sep-07 0:24
VB 8.027-Sep-07 0:24 
GeneralRe: ComboBox With PropertyGrid Control [modified] Pin
Dave Kreskowiak27-Sep-07 1:42
mveDave Kreskowiak27-Sep-07 1:42 
You don't. It'll display every public property in whatever class you give it. The only way to hide properties is to create your own version of whatever controls and hide them through attributes and overrides.

This is what I'm talking about. The kind of skills required to build a designer only come from experience. You'll have to read 100's of articles, books, and websites on everything from interfaces, serialization, code generation, data structures, attributes, design patterns, ... But just reading them won't do you any good. You have to build a bunch of applications using and excersizing these techniques to figure out how all this stuff fits together and how to apply it.

Sure, you can read a bunch of books on metallurgy and mechanical engineering, but that doesn't give you the knowledge to design and build a Ferrari, and that's what you're trying to do.

You want a peek at what it takes?? Try reading these: No, scratch that. Try understanding these:

Hosting Windows Forms Designers[^]
Create And Host Custom Designers With The .NET Framework 2.0[^]

I'd seriously think twice about using this code in your own application. If you can't understand the code, you have no hope of supporting it, nor extending it's functionality.



-- modified at 7:47 Thursday 27th September, 2007

A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionSystem.drawing.bitmap Pin
plural18-Sep-07 8:58
plural18-Sep-07 8:58 
AnswerRe: System.drawing.bitmap Pin
Guffa18-Sep-07 9:29
Guffa18-Sep-07 9:29 
QuestionAppleScript guy asks "Can VB.NET --------?" Pin
@largeinsd18-Sep-07 7:27
@largeinsd18-Sep-07 7:27 
AnswerRe: AppleScript guy asks "Can VB.NET --------?" Pin
Guffa18-Sep-07 9:41
Guffa18-Sep-07 9:41 
Questionaccessing mdi child Pin
Sai Yasodharan18-Sep-07 5:45
Sai Yasodharan18-Sep-07 5:45 
AnswerRe: accessing mdi child Pin
Dave Kreskowiak18-Sep-07 6:11
mveDave Kreskowiak18-Sep-07 6:11 
GeneralRe: accessing mdi child Pin
Sai Yasodharan18-Sep-07 6:28
Sai Yasodharan18-Sep-07 6:28 
QuestionIs there anyway vb.net can use to extract image feature? Pin
TeiUKei18-Sep-07 4:26
TeiUKei18-Sep-07 4:26 
AnswerRe: Is there anyway vb.net can use to extract image feature? Pin
DanB198318-Sep-07 5:50
DanB198318-Sep-07 5:50 
AnswerRe: Is there anyway vb.net can use to extract image feature? Pin
Dave Kreskowiak18-Sep-07 5:56
mveDave Kreskowiak18-Sep-07 5:56 
GeneralRe: Is there anyway vb.net can use to extract image feature? Pin
TeiUKei18-Sep-07 16:34
TeiUKei18-Sep-07 16:34 
GeneralRe: Is there anyway vb.net can use to extract image feature? Pin
Dave Kreskowiak19-Sep-07 3:42
mveDave Kreskowiak19-Sep-07 3:42 
QuestionPrinted Page Count Pin
gates0918-Sep-07 4:22
gates0918-Sep-07 4:22 
AnswerRe: Printed Page Count Pin
Dave Kreskowiak18-Sep-07 5:56
mveDave Kreskowiak18-Sep-07 5:56 
GeneralRe: Printed Page Count Pin
gates0918-Sep-07 6:12
gates0918-Sep-07 6:12 
GeneralRe: Printed Page Count Pin
Dave Kreskowiak18-Sep-07 6:21
mveDave Kreskowiak18-Sep-07 6:21 
GeneralRe: Printed Page Count Pin
gates0918-Sep-07 6:27
gates0918-Sep-07 6:27 

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.