Thank you so much for taking the time to send me that sample code. It was very helpful - and showed me what I was doing wrong. I was trying to set and remove the hook every time I...
What I mean by 'another region' is: the window the mouse is moving over is divided up into application-specific regions (really just rectangles at different co-ordinates). When the mouse...
After solving my initial problem with this popup menu, I have run into another one. I thought I would continue in this thread as all my background info is here.
Thankyou Roger Allen and Kirants for your suggestions on closing the menu and a special thanks to JohnCz for your detailed help and explanation of my problem (+ corrections of my programming...
I am trying to implement a popup menu that opens on a mousemove message rather than a right mouse click. When the cursor is in a particular region of the client window, the popup menu should...
I am having a problem saving, retrieving and searching on fields in my dao recordset (Access database). I am saving a number of text fields into a table in the following manner:
Thank you for your input Sam - it is most appreciated!
I have started on a prototype, only to learn it is required for a demo in 2 days, so am starting to panic a little.
It is an image viewer, but you can do such things as invert, rotate, change brightness/contrast. Because we deal with medical imaging we cannot edit the images in...
I would like to ask a quick question regarding application design.... I am currently working on a dialog based application that receives, sends, stores and manipulates images and related...
OK I have looked further into LVN_ODSTATECHANGED and it seems that it will only work when you use the LVS_OWNERDATA style for the list control. I am not using this, so was wondering if anyone knows...
Thanks for the reply. The idea sounds good, but when I tried to use it previously nothing happened at all. Is there anything extra about LVN_ODSTATECHANGED that I need to know?
I have a CListCtrl inside a dialog. Each item in the list represents data about a particular person. Related to each person are a number of data files. What I am wanting to do is display...
I have found the best way to find initial help is to use the Search function in this forum. If you are not sure what std::list is - try searching there under Visual C++ or C++ programming. You...