Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: Intercepting focus change between apps Pin
Gmoff26-Jul-05 16:13
Gmoff26-Jul-05 16:13 
GeneralRe: Intercepting focus change between apps Pin
[Marc]27-Jul-05 8:52
[Marc]27-Jul-05 8:52 
GeneralPass value to other form Pin
Newbie_Toy26-Jul-05 10:07
Newbie_Toy26-Jul-05 10:07 
GeneralRe: Pass value to other form Pin
Judah Gabriel Himango26-Jul-05 10:38
sponsorJudah Gabriel Himango26-Jul-05 10:38 
GeneralRe: Pass value to other form Pin
Christian Graus26-Jul-05 12:52
protectorChristian Graus26-Jul-05 12:52 
GeneralJulian Date to Pin
CoolProg26-Jul-05 9:24
CoolProg26-Jul-05 9:24 
GeneralRe: Julian Date to Pin
Guffa26-Jul-05 14:57
Guffa26-Jul-05 14:57 
GeneralDeriving from an internal class Pin
Luis Alonso Ramos26-Jul-05 9:20
Luis Alonso Ramos26-Jul-05 9:20 
Hello,

I'm writing a little TabControl derivative to provide a SelectedIndexChanging event. I would like to add designer-support. I currently can create the object in the designer, but I have to implement a lot of code in the TabControlDesigner internal class (in System.Design.dll, see with .NET Reflector.)

Since it's basically a normal TabControl, I would like to avoid all the work and just use the same designer support, but the class is marked internal, so I can't specify it in the Designer attribute.

Is there a way (using reflection for example) to use this class as my designer?

[EDIT: Actually I don't need to derive from it. If I could specify it in the Designer attribute, it would be enough.]

Thanks,

-- LuisR




Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralChange font inside a string Pin
WetRivrRat26-Jul-05 8:32
WetRivrRat26-Jul-05 8:32 
GeneralRe: Change font inside a string Pin
Luis Alonso Ramos26-Jul-05 8:36
Luis Alonso Ramos26-Jul-05 8:36 
GeneralRe: Change font inside a string Pin
WetRivrRat26-Jul-05 8:37
WetRivrRat26-Jul-05 8:37 
GeneralRe: Change font inside a string Pin
Dario Solera26-Jul-05 8:38
Dario Solera26-Jul-05 8:38 
GeneralRe: Change font inside a string Pin
WetRivrRat26-Jul-05 8:41
WetRivrRat26-Jul-05 8:41 
GeneralRe: Change font inside a string Pin
Dario Solera26-Jul-05 8:49
Dario Solera26-Jul-05 8:49 
GeneralRe: Change font inside a string Pin
WetRivrRat26-Jul-05 8:55
WetRivrRat26-Jul-05 8:55 
GeneralIEnumerator for selecting only controls of a given type Pin
JakeHolt26-Jul-05 7:23
JakeHolt26-Jul-05 7:23 
GeneralRe: IEnumerator for selecting only controls of a given type Pin
Luis Alonso Ramos26-Jul-05 8:15
Luis Alonso Ramos26-Jul-05 8:15 
GeneralRe: IEnumerator for selecting only controls of a given type Pin
JakeHolt27-Jul-05 5:11
JakeHolt27-Jul-05 5:11 
GeneralRe: IEnumerator for selecting only controls of a given type Pin
Luis Alonso Ramos27-Jul-05 5:26
Luis Alonso Ramos27-Jul-05 5:26 
GeneralRe: IEnumerator for selecting only controls of a given type Pin
JakeHolt27-Jul-05 6:27
JakeHolt27-Jul-05 6:27 
GeneralRe: IEnumerator for selecting only controls of a given type Pin
Luis Alonso Ramos27-Jul-05 6:50
Luis Alonso Ramos27-Jul-05 6:50 
GeneralRe: IEnumerator for selecting only controls of a given type Pin
JakeHolt27-Jul-05 7:03
JakeHolt27-Jul-05 7:03 
GeneralRe: IEnumerator for selecting only controls of a given type Pin
Luis Alonso Ramos27-Jul-05 7:22
Luis Alonso Ramos27-Jul-05 7:22 
GeneralTabControl Pin
zaboboa26-Jul-05 6:39
zaboboa26-Jul-05 6:39 
GeneralRe: TabControl Pin
Alomgir Miah26-Jul-05 7:08
Alomgir Miah26-Jul-05 7:08 

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.