Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
QuestionExcel in C# Pin
Acheive_it20-Feb-06 17:30
Acheive_it20-Feb-06 17:30 
AnswerRe: Excel in C# Pin
ChevyVanDude21-Feb-06 5:00
ChevyVanDude21-Feb-06 5:00 
QuestionHow use Paging DataGird in WinForms Pin
AnhTin20-Feb-06 17:02
AnhTin20-Feb-06 17:02 
QuestionDirectX Compiler Error Pin
Leo Smith20-Feb-06 16:18
Leo Smith20-Feb-06 16:18 
AnswerRe: DirectX Compiler Error Pin
Judah Gabriel Himango20-Feb-06 16:29
sponsorJudah Gabriel Himango20-Feb-06 16:29 
Questionrow and column count of excel file Pin
edel_ong20-Feb-06 14:24
edel_ong20-Feb-06 14:24 
AnswerRe: row and column count of excel file Pin
Judah Gabriel Himango20-Feb-06 16:31
sponsorJudah Gabriel Himango20-Feb-06 16:31 
QuestionHow to turn off executing Load event at design time feature? Pin
t800t820-Feb-06 13:57
t800t820-Feb-06 13:57 
I try to write a class that extends Form like that:

<br />
    public partial class BaseForm : Form<br />
    {<br />
<br />
        public BaseForm()<br />
        {<br />
            InitializeComponent();<br />
        }<br />
<br />
        private void BaseForm_Load(object sender, System.EventArgs e)<br />
        {<br />
            MessageBox.Show("Hello, World!");<br />
        }<br />
<br />
    }<br />


And then I write a class that extends class BaseForm

<br />
    public partial class MyForm : BaseForm<br />
    {<br />
<br />
        public MyForm()<br />
        {<br />
            InitializeComponent();<br />
        }<br />
<br />
    }<br />


I rebuild project and open MyForm to design, it suddenly appears "Hello, World!" message box.

I think it is a stupid feature in VS 2005 (I didn't check it in VS 2002, 2003 yet). How can I turn off this feature?

http://t800t8.blogspot.com/2006/02/thc-thi-s-kin-load-khi-ang-design-form.html

I'm ...
a fan of Manchester United
a fan of Ozzy Osbourne
a King of Nothing

-- modified at 19:58 Monday 20th February, 2006
AnswerRe: How to turn off executing Load event at design time feature? Pin
[Marc]20-Feb-06 14:20
[Marc]20-Feb-06 14:20 
GeneralRe: How to turn off executing Load event at design time feature? Pin
t800t820-Feb-06 14:30
t800t820-Feb-06 14:30 
AnswerRe: How to turn off executing Load event at design time feature? Pin
Dave Kreskowiak20-Feb-06 17:35
mveDave Kreskowiak20-Feb-06 17:35 
GeneralRe: How to turn off executing Load event at design time feature? Pin
t800t820-Feb-06 17:57
t800t820-Feb-06 17:57 
GeneralRe: How to turn off executing Load event at design time feature? Pin
J4amieC20-Feb-06 21:47
J4amieC20-Feb-06 21:47 
GeneralRe: How to turn off executing Load event at design time feature? Pin
Dave Kreskowiak21-Feb-06 13:23
mveDave Kreskowiak21-Feb-06 13:23 
GeneralRe: How to turn off executing Load event at design time feature? Pin
t800t821-Feb-06 13:28
t800t821-Feb-06 13:28 
GeneralRe: How to turn off executing Load event at design time feature? Pin
Dave Kreskowiak21-Feb-06 15:57
mveDave Kreskowiak21-Feb-06 15:57 
GeneralRe: How to turn off executing Load event at design time feature? Pin
t800t821-Feb-06 16:05
t800t821-Feb-06 16:05 
GeneralRe: How to turn off executing Load event at design time feature? Pin
Dave Kreskowiak22-Feb-06 1:52
mveDave Kreskowiak22-Feb-06 1:52 
QuestionMedia Player Control Pin
Sean8920-Feb-06 13:57
Sean8920-Feb-06 13:57 
AnswerRe: Media Player Control Pin
Judah Gabriel Himango20-Feb-06 16:33
sponsorJudah Gabriel Himango20-Feb-06 16:33 
QuestionDynamically registering events with a remote object Pin
Steven Williamson20-Feb-06 12:21
Steven Williamson20-Feb-06 12:21 
QuestionUse VS2005 designer to create Panel? Pin
Ravi Bhavnani20-Feb-06 11:57
professionalRavi Bhavnani20-Feb-06 11:57 
AnswerRe: Use VS2005 designer to create Panel? Pin
SHaroz20-Feb-06 13:15
SHaroz20-Feb-06 13:15 
GeneralRe: Use VS2005 designer to create Panel? Pin
Ravi Bhavnani20-Feb-06 13:21
professionalRavi Bhavnani20-Feb-06 13:21 
QuestionRemote Copy/paste Pin
IceWater4220-Feb-06 11:55
IceWater4220-Feb-06 11:55 

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.