c事件控制的問題

2022-07-02 04:10:11 字數 1640 閱讀 2298

1樓:孫中呂

你在搞什麼東東哦!!!

給你改成下面的**

using system;

using system.collections.generic;

using system.componentmodel;

using system.data;

using system.drawing;

using system.linq;

using system.text;

using system.windows.forms;

using system.io;

namespace demo_082002private void button1_click(object sender, eventargs e)

private void button2_click(object sender, eventargs e)

private void setvalue(int type)if (type == 2)}}}

2樓:匿名使用者

單獨寫一個方法

public void change(int a)if (a == 2)

}然後button點下呼叫

private void button1_click(object sender, eventargs e)

private void button2_click(object sender, eventargs e)

3樓:匿名使用者

private void button1_click(object sender, eventargs e)

你在button1的click事件中根本就沒有改變textbox內容的操作,如何改變啊?!!

直接寫:

private void button1_click(object sender, eventargs e)

不明白為什麼在form1的建構函式裡,寫那麼一堆**。難道 有其他意圖??

不得而知。

4樓:

namespace demo_082002

private void button2_click(object sender, eventargs e)}}

這樣不就可以了嗎?

5樓:就缺因扎吉

難道你是新手嗎?多看點書吧!

using system;

using system.collections.generic;

using system.componentmodel;

using system.data;

using system.drawing;

using system.linq;

using system.text;

using system.windows.forms;

using system.io;

namespace demo_082002private void button1_click(object sender, eventargs e)

private void button2_click(object sender, eventargs e)}}

C語言的問題,C語言問題。。。

呵呵,除了第三題,其他都不容易。有空的編吧,我看著 如果你真正掌握了c語言,其實也不是很難 c語言問題。double 在輸入 輸出時,要使用 lf 格式符。scanf lf lf f1,f2 include int main else for i lower i upper 2 i 2 return...

C語言的問題,C語言的問題

p a sizeof a sizeof int 1 這句把陣列a最後一個元素的地址賦給指標p 然後利用迴圈讓指標p不斷地前移,每前移一次把對應的陣列元素值加一 最後指標p移動到陣列a的前一個位置,所以 p 1 就是陣列的第一個元素,並且加過1的.所以 p 1 就是 11 1 12.以上是程式的總體思...

C語言問題,C語言報錯的問題?

printstar 返回值為void a是int變數,不能這樣賦值 這樣就好了 void printstar main 給你個呼叫函式賦值的例子int add int a,int b int main printstar 函式,返回值為void,不能賦值給int型的a 在printstar 函式裡返...