windowing
Xlib: How to check if a window is minimized or not?
How can I check if a window is minimized or not using the C interface of xlib? Edit: Should this code work?[详细]
2023-04-04 00:39 分类:问答how to close a window from a different process
I have a c# application which I want to instruct to shutdown nicely, from a different process. I also want to be able to ask it to open its main window.[详细]
2023-01-30 01:45 分类:问答multiple count(substring) with windowing psql 8.4.4
I am trying to create the following view, and I get the error below: I am able to do 1 count statement (if I remove the AS \"Mod0\") Is it possible to count multiple substrings, with the output count[详细]
2023-01-05 02:36 分类:问答NSOpenGLView drawRect does not get called
I am currently trying to create a simple cocoa NSWindow programmatically instead of using Interface builder (I have got my reasons to do so). this is a quick test:[详细]
2023-01-03 04:48 分类:问答Is a control tree cached after the first call to FindWindowEx/EnumChildWindows?
I noticed that if you call FindWindowEx or EnumChildWindows against a hWnd that belongs to a window that\'s not in the foreground, i.e. minimized, then they don\'t report any children. On the other ha[详细]
2022-12-25 08:16 分类:问答List / Detail Different Windows can they be synchronized and databound to the same collection?
I have a listbox that is bound to a List<T> -- this is working great. I\'d like to let my users double click a开发者_开发技巧 listbox item and open a new window that will display the \"detail\[详细]
2022-12-08 21:10 分类:问答