09 2012 档案

Opening a Modal Dialog shows a horizontal scroll bar
摘要:// Modal dialog default optionsvar dialogOpts = { title: "Modal Dialog", modal: true, autoOpen: true, height: 300, width: 500, /* Scrollbar fix */ open: function(event, ui){$('body').css('overflow','hidden');$('.ui-widget-overlay').css('width','1 阅读全文

posted @ 2012-09-28 14:34 chenjm 阅读(149) 评论(0) 推荐(0)

WinCE 判断程序是否运行 如果运行则激活到前台窗口的线程
摘要:[DllImport("coredll.Dll")] private static extern int ReleaseMutex(IntPtr hMutex); [DllImport("coredll.dll", EntryPoint = "CreateMutex", SetLastError = true)] public static extern IntPtr CreateMutex(IntPtr lpMutexAttributes, bool InitialOwner, string MutexName); const in 阅读全文

posted @ 2012-09-13 14:33 chenjm 阅读(421) 评论(0) 推荐(0)

导航