当我尝试使用System :: Drawing时,它会给出错误"命名空间系统没有成员绘图"。
代码: 使用命名空间System :: Drawing;
答案 0 :(得分:2)
我认为您没有添加<input type="checkbox" name="mycheckbox" id="mycheckbox" value="0" />
<div id="mycheckboxdiv">
This content should appear when the checkbox is checked
</div>
<input type="checkbox" name="mycheckbox1" id="mycheckbox1" value="0" />
<div id="mycheckboxdiv1">
This content should appear when the checkbox is checked
</div>
引用
转到System::Drawing
点击Project -> References -> Common Properties -> Framework and References
按钮
在Add New References...
下点击Assemblies -> Frameworks
,然后点击确定。
更新 - 2017.8.22
您可以在Visual Studio 2015中单击System.Drawing
。