I have three programs (one in C++ + WinAPI, another one 开发者_Python百科in C# .NET and the last one in Java) with different functions. I am about to choose one and implement functions of the other tw
I have downloaded new ttf font. And I want to use that font in my win32 project. How to include and use new f开发者_C百科onts in my project.? Add the font as resource, load the resource, then use AddF
I have a program that literally consists of a tray icon. No GUI is needed. However, when writing the win32 code, is it necessary to still initialize a hWnd object to be associated with the tray icon?
I\'m developing a c++ win32 application and i would like to implement persistent storage into it. I know I can usefilesystem or a database or the registry, but what would be the best way for storing a
I am writing a program on c# that implements mouse and keyboard hooks and once a specified key clicked it will go and grab foreground window and save it\'s x,y, height and width into xml file.
I\'m using these window styles when calling CreateWindow WS_OVERLAPPED | W开发者_开发问答S_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX
I have a DLL file library.dll which contains a function foo. The function foo calls a WinAPI function goo. I wrote an application that calls foo from library.dll. The problem is that I want to 开发者_
What is the global named event object equivalent in Unix? I need to create a named event-like object in unix so that another process can set it
I\'m trying to verify that the certificate from a signature chains back to a particular root certificate, which is not trusted by Windows (it\'s a private certificate for the app).
I would like to prevent the context menu from being closed in my win32 c++ application. I want to prevent cl开发者_如何转开发osing the submenu when user clicks on a submenu item. Which message do i ha