I am trying to create a dialog box with an icon at the top like so. I am using a resource file to load the icon like so.
Okay, so first a little overview of what I am tryna do.. I am trying to create 3 child window in a main parent window, and use EnumChildWindow and EnumChildProc to enumerate them, I want to create 3 c
I just made a small app here in Delphi 7 that simulates the default system icons, like Volume, Battery, Clock, Network.
Edit Control\'s in my Win32 App just refuse to take focus!. As a result, I cannot enter text in them开发者_StackOverflow. The controls worked fine before, and now just refuse to work!
Hi I\'m creating more than one process with the CreateProcess and I need to wait all of them to finish, to analyze the results.
How can I get a plugin to make the program have my clicks go though the window? I heard I would have to return HTTRANSPARENT for WM_NCHITTEST. Is it possible to do that with hooking? This is as far as
here is my code: function GetProcedureAddress(var P: FARPROC; const ModuleName, ProcName: AnsiString): Boolean;
After Rebasing the main program very high up in it\'s own imagebase. How do I guarantee that the dll tha开发者_JAVA技巧t gets loaded will load in 0x400000
I\'m kinda new to this area, so.. I made the following code, as far as i understand, in WM_PAINT i\'m creating a line, however i can\'t see this line, because the window isn\'t displaying at all.
I am running my development environment Windows XP. I need access to the function SHGetKnownFolderPath. My team proposes that I simply update my shell32.dll with theirs and update my header files.