在Windows窗体应用程序的单击功能中使用字符串

时间:2011-07-12 05:27:06

标签: c++ windows string

只是一个奇怪的问题。

是否可以让编辑器允许在设计项目的单击功能中使用字符串?比如创建单击按钮时创建的此功能:

System::Void Form1::Calculate_Click(System::Object^  sender, System::EventArgs^  e)

当我尝试使用普通方法'String variable-name'在函数中创建一个字符串时,我得到了这个答案:

'System::String' : cannot use this type here without a top-level '^'    

1 个答案:

答案 0 :(得分:1)

您是否尝试过System::String^ variable_name