win32gui
How to hide/collapse main menu in a win32/mfc application
I always been interested on how we can accomplish this (hide/show the main menu using the alt key开发者_Go百科), and now some applications do this very often. One that really please me is the visual s[详细]
2023-04-12 17:33 分类:问答Animation and event questions in win32 (C++)
I would like to create a small application which has two animated ellipses. One wanders around on its own using a custom function to determine its direction and behavior; the other is controlled by th[详细]
2023-04-10 01:40 分类:问答How do I create Windows in D with win32?
Hello I\'m trying to open a window with win32 in D, and I\'ve got a little problem. The program crashes when I call CreateWindowA.[详细]
2023-04-10 00:01 分类:问答System colour for inactive selected items in a listview?
Is there any system colour that define the background of a listview item when the control has no 开发者_如何学JAVAfocus and the selection is not hidden? I\'m not able to find it if so.[详细]
2023-04-09 06:20 分类:问答Can I place a window inside a window? Like a videoplayer
I\'m using C++(Visual Studio 10) on Windows XP. I want to make an application similar 开发者_Go百科to a video player where there is a window inside an outer window where the actual video is displayed[详细]
2023-04-03 21:09 分类:问答FillRect with WHITE_BRUSH fails on WinCE 6.0
I\'m attempting to clear part of my screen with FillRect(hdc, &r, (HBRUSH)(WHITE_BRUSH)) However it \"succeeds\" (returns nonzero) but writes nothing to the screen. If I change it to[详细]
2023-04-03 19:55 分类:问答CreateDialog Failed, but why GetLastError returns 0?
I am writ开发者_开发百科ing an editor for my project by using scintilla editor component. The editor is for an internal scripting language, having all the basic functionalities like cut,copy, paste et[详细]
2023-04-02 12:13 分类:问答Message Box Error : foreign import unsafe
import Graphics.Win32 import System.Win32.DLL import Control.Exception (bracket) import Foreign import System.Exit[详细]
2023-04-02 05:00 分类:问答Disabling mouse-over highlighting of toolbar buttons (winapi)
Is t开发者_如何学Chere any way (well, I\'m assuming there must be) to disable mouse-over highlighting for a toolbar in XP? I\'m just making standard Win32 calls for my application\'s GUI, through Comm[详细]
2023-03-30 07:38 分类:问答Manufacturer String and Product string for a USB Mass storage device
I want to extract the manufacturer string and product string for a specific Mass storage USB device let\'s say C:. I am able to extract manufacturer stringand product string by enumerating all USB dev[详细]
2023-03-29 09:32 分类:问答