摘要:
using system;
using system.winforms;
using system.drawing;
public class createmypanel : form
{
color[] color = new color[]{
color.aliceblue,
color.antiquewhite,
color.aqua,
color.aquamari......
摘要:
///form文件
namespace simpleapp
{
using system;
using system.drawing;
using system.collections;
using system.componentmodel;
using system.winforms;
using system.data;
public class simpleform : ......
有关图形方面的一篇文章,不妨一看
working with brushes in gdi+
drawing gdi+ objects
...
下一页 摘要:
1、右击安装工程,选择输入合并模块,选择所需要的模块
2、选择regwiz.msm,点击属性,打开最顶上的属性,输入注册码。
不是简单copy过去的。
......