|
-
Jan 17th, 2009, 06:13 PM
#1
Thread Starter
Not NoteMe
[3.0] Form-like designer support
I want to get designtime support for adding controls to my parent, form-like control. BUT i can't inherit from Form because that uses several windows APIs that i can't use (since they deal with window handles).
How can i design a class that can have other class instances placed on it at design time exactly like placing controls on a form?
I've tried using the [Designer(typeof(System.Windows.Forms.Design.FormDocumentDesigner))] and inheriting from Component, but that doesn't work - i get the standard component designer.
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|