yunxizfj

等待...

导航

2008年5月22日 #

通过代码实现 Windows Mobile 窗体的最小化 (转)

摘要: //using System.Runtime.InteropServices; [DllImport("coredll")] private static extern bool ShowWindow(IntPtr hwnd, int nCmdShow); private const int SW_MINIMIZE = 6; private void mniHide_Click(object ... 阅读全文

posted @ 2008-05-22 17:42 yunxizfj 阅读(553) 评论(3) 推荐(0) 编辑

Ajax Tree (转)

摘要: Ajax Tree using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebCo... 阅读全文

posted @ 2008-05-22 09:32 yunxizfj 阅读(815) 评论(0) 推荐(0) 编辑