I am trying to use some APIs found in dwmapi.dll (like DwmExtendFrameIntoClientArea), but I have some problems. If I include dwmapi.lib in the dll include list, the the app works fine on...
OK thanks for your reply,
but unfortunately I have no time to implement MFC into my project. I am looking for a native Win32 solution. I know it's not very well documented, there's almost nothing on...
Hi, I am trying to print content from a Win32 richedit control, but it doesn't work. The text wraps to the half width of the page, and after printing, the text in the richedit is also messed up...
Problem solved!!! The problem was within the procedure. Replaced "return DefWindowProc(hWnd, message, wParam, lParam)" by "return false" and now everything works. return DefWindowProc is for windows...
I have a modal dialog box which is called by the main thread. This dialog has no parent (appears at center screen, overlapped, and shown in taskbar). When the user clicks "Save" in...
How can i receive messages from windows in my windowless application? My app is a single process that runs in the backgorund and has no window. I need to receive a...
I need to read the following file in vb .net: "C:\Windows\SoftwareDistribution\DataStore\DataStore.edb". It contains info about installed software updates. I've taken a look at the file by...
Hey all, when I try to set the following WMI property, I get the followng error: "Value out of range". I can successfully access the value but can't set it. I am trying to change the computer...