Click here to Skip to main content
15,902,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: Selective OverRiding Pin
James T. Johnson4-Aug-02 4:38
James T. Johnson4-Aug-02 4:38 
GeneralRe: Selective OverRiding Pin
Paul Watson4-Aug-02 5:23
sitebuilderPaul Watson4-Aug-02 5:23 
GeneralDesigner time and Run time Pin
Nish Nishant4-Aug-02 0:56
sitebuilderNish Nishant4-Aug-02 0:56 
GeneralRe: Designer time and Run time Pin
Paul Watson4-Aug-02 4:20
sitebuilderPaul Watson4-Aug-02 4:20 
GeneralRe: Designer time and Run time Pin
James T. Johnson4-Aug-02 14:03
James T. Johnson4-Aug-02 14:03 
GeneralRe: Designer time and Run time Pin
Paul Watson4-Aug-02 20:51
sitebuilderPaul Watson4-Aug-02 20:51 
GeneralRe: Designer time and Run time Pin
leppie4-Aug-02 9:38
leppie4-Aug-02 9:38 
GeneralRe: Designer time and Run time Pin
Rama Krishna Vavilala4-Aug-02 14:26
Rama Krishna Vavilala4-Aug-02 14:26 
Nishant S wrote:
How can a Windows.Forms derived control's constructor differentiate between designer instantiation and run time instantiation?

Not in the constructor. The earliest you can do is in set accessor of Site property. You can check in that case Site.DesignMode.

(I was hoping that our RC#S - JTJ will have a better answer this so I left it)
GeneralRe: Designer time and Run time Pin
Nish Nishant4-Aug-02 14:33
sitebuilderNish Nishant4-Aug-02 14:33 
GeneralRe: Designer time and Run time Pin
James T. Johnson4-Aug-02 21:14
James T. Johnson4-Aug-02 21:14 
GeneralRe: Designer time and Run time Pin
Rama Krishna Vavilala5-Aug-02 3:38
Rama Krishna Vavilala5-Aug-02 3:38 
QuestionFont combo? Pin
Nish Nishant3-Aug-02 22:06
sitebuilderNish Nishant3-Aug-02 22:06 
AnswerRe: Font combo? Pin
Todd Smith4-Aug-02 3:23
Todd Smith4-Aug-02 3:23 
AnswerRe: Font combo? Pin
James T. Johnson4-Aug-02 4:10
James T. Johnson4-Aug-02 4:10 
GeneralQuestion about Control Pin
Li-kai Liu (Angus)3-Aug-02 16:55
Li-kai Liu (Angus)3-Aug-02 16:55 
Question6.Net equivalent of ActiveX control in browser? Pin
Anonymous3-Aug-02 12:51
Anonymous3-Aug-02 12:51 
AnswerRe: 6.Net equivalent of ActiveX control in browser? Pin
Todd Smith3-Aug-02 19:33
Todd Smith3-Aug-02 19:33 
GeneralRe: 6.Net equivalent of ActiveX control in browser? Pin
James T. Johnson4-Aug-02 4:34
James T. Johnson4-Aug-02 4:34 
AnswerRe: 6.Net equivalent of ActiveX control in browser? Pin
Rocky Moore3-Aug-02 21:58
Rocky Moore3-Aug-02 21:58 
GeneralRe: 6.Net equivalent of ActiveX control in browser? Pin
Anonymous4-Aug-02 3:01
Anonymous4-Aug-02 3:01 
GeneralRe: 6.Net equivalent of ActiveX control in browser? Pin
Todd Smith4-Aug-02 3:20
Todd Smith4-Aug-02 3:20 
GeneralRe: 6.Net equivalent of ActiveX control in browser? Pin
James T. Johnson4-Aug-02 4:41
James T. Johnson4-Aug-02 4:41 
GeneralRe: 6.Net equivalent of ActiveX control in browser? Pin
Anonymous4-Aug-02 6:00
Anonymous4-Aug-02 6:00 
GeneralRe: 6.Net equivalent of ActiveX control in browser? Pin
Anonymous4-Aug-02 10:45
Anonymous4-Aug-02 10:45 
AnswerRe: 6.Net equivalent of ActiveX control in browser? Pin
Rama Krishna Vavilala5-Aug-02 12:11
Rama Krishna Vavilala5-Aug-02 12:11 

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.