摘要:
1. Windows Forms中禁用窗体的关闭按钮 添加必要的命名空间: using System.Runtime.InteropServices; 添加必要的常数和API函数的引用 private const int SC_CLOSE = 0xF060; private const int MF_ENABLED = 0x00000000; private const int MF_GRAYED... 阅读全文
posted @ 2007-05-10 13:25
williambirkin
阅读(512)
评论(0)
推荐(0)

浙公网安备 33010602011771号