vs2010 c++ windows窗体应用程序 新建的textbox里输入的内容储存在哪个变量里?
//textBox1//this->textBox1->Location=System::Drawing::Point(12,24);this->textBox1->Na...
// textBox1
//
this->textBox1->Location = System::Drawing::Point(12, 24);
this->textBox1->Name = L"textBox1";
this->textBox1->Size = System::Drawing::Size(260, 21);
this->textBox1->TabIndex = 0;
this->textBox1->TextChanged += gcnew System::EventHandler(this, &Form1::textBox1_TextChanged); 展开
//
this->textBox1->Location = System::Drawing::Point(12, 24);
this->textBox1->Name = L"textBox1";
this->textBox1->Size = System::Drawing::Size(260, 21);
this->textBox1->TabIndex = 0;
this->textBox1->TextChanged += gcnew System::EventHandler(this, &Form1::textBox1_TextChanged); 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询