ikaiser's c# coding life  
good good study,day day up~

2005年9月30日

摘要: 添加对using System.Runtime.InteropServices的引用 [ DllImport ( "USER32.DLL" ) ]public static extern int GetSystemMenu(int hwnd, int bRevert);[ DllImport ( "USER32.DLL" ) ]public static extern int RemoveMenu... 阅读全文
posted @ 2005-09-30 12:42 ikaiser 阅读(1634) 评论(1) 推荐(0)