|
SetCapture()? Hi, I'm having a slight problem with SetCapture not sending mouse messages in certain situations. I have a window on the side of my main window which has an area (not a child window) that can be ripped off, in which case a popup window gets created and draws the area within. I can then re-merge it back into... 26 Jul 2008 22:13
PostMessage(HWND_BROADCAST, ...) to specified session uMsgId = RegisterWindowMessage(...) and PostMessage(HWND_BROADCAST, uMsgId, ...) i found these senders and receivers are in the same session id to communicate with each other. i want to PostMessage(HWND_BROADCAST, ...) to different session successfully. is there any way to communicate in different session ... 24 Jul 2008 08:46
Image Compression Dear all, I am new in visual c++, and I have a task to create a program image compression using visual c++, do you have any sample source code about it(from bitmap to jpeg or anything else)? Actually My program can load a bitmap image, I want to know how to get the RGB value for each pixel from the image I loade... 24 Jul 2008 10:49
Create a Dialog I´m finding 1000s of hits on Google, even 100s of tutorials, but they all are made for VC++ or MFC or Borland. Maybe I´m just blind, but I can´t get the smallest Dialog to work, it always ends up in a bunch of compiler errors. I guess it´s because I´m not using any of those compilers, but Code::Block/MinGW/GCC++... 31 Jul 2008 04:10
Cheap DG handbags PayPal Cheap DG handbags PayPal welcome to shopping on < http://groups.google.com/group/comp.lang.vhdl/browse_thread/thread/2381d0cc9ca632a8# Now you may momentarily remit money from the W.U to us, after we receive, will transform your web money. After you issue an order form, you need to arrive at the bank tran... 23 Jul 2008 12:16
CreateDirectory failing but creating directory anyway I am having an issue with CreateDirectory where I am attempting to create a directory in the users Documents folder in Vista (MyDocuments in XP) and one of three things happens: 1) Directory is created, no problem 2) Directory is created but CreateDirectory fails and usually reports error: ERROR_PATH_NOT_FO... 12 Aug 2008 14:13
API returns memory related error when calling inside a DLL Hi All, I am calling a third party API which takes one PVOID argument and returns data in it. It is a DLL application (Multithreaded dll,VS 6.0). But every time this API returning a memory related error saying that error with buffer size. I am sure buffer size is enough. I tried with allocating memory dynamically ... 27 Jul 2008 13:31
Access process's memory Hi, I'd like to access another Win32 process's memory. I don't want to do this in the "nice" way, which involves using OpenProcess() and ReadProcessMemory (), because the target process might deny access. I want to just directly read (and write) memory. I understand that this is generally considered malici... 25 Jul 2008 00:13
[ANN] Idle Scripting Language 0.4 beta New beta 0.4 version released ----------------------------- I've uploaded a new beta (version 0.4) of Idle. Changes to the previous version include: + a revamped process management with added function os.setProcessPrio() + changes to util.parseArg() to allow callback switches - a host of internal changes (hop... 23 Jul 2008 06:06
debugging question Hi all My Windows program has now developed an annoying habit of consuming 100% cpu utilisation after some thing specific happening. But not yet sure how this is caused. It doesn't seem to crash - no access violations or anything of that sort. I suspect it is caught in a busy loop or something. I am runni... 23 Jul 2008 13:17 |