| Thread | Last Post | Replies |
|
| Hooking WM_CHAR | 30 Apr 2007 22:31 GMT | 11 |
Okay, all this talk about various hook methods (as well as the recent visits by MSFT PSS! <g>) leads me to post this here. I'm hooking Microsoft Word's editting window (class: "_Wwg") from an axDLL that's invoked via Word VBA, so it's certainly in-process. The hook is set, and ...
|
| Detect if dialog page is active and button enabled | 30 Apr 2007 18:00 GMT | 6 |
Background: I have an elaborate Excel program I developed for work used for geotechnical analysis and mass entry of test info. This was developed because of limitations of our network-based program (*.exe) that does much the same. I
|
| The program used up all the CPU resources | 30 Apr 2007 02:16 GMT | 2 |
I have developed an mail server software. I have used the winsock to control all the internet communication in the application. When the application runs to relay the outgoing emails, the application can run properly. But the problem is that it seems to used up the CPU ...
|
| can't put scrollbar on right side of EDIT control in vb6 | 29 Apr 2007 14:39 GMT | 3 |
Our VB6 application creates an edit control inside the standard Windows message box by hooking HCBT_ACTIVATE. We need to align the edit control's scrollbar to the right; being that we use WS_EX_LAYOUTRTL, we tried using WS_EX_LEFTSCROLLBAR to do the
|
| Detecting Read Access | 29 Apr 2007 08:49 GMT | 2 |
How do I detect whether a specific file has read access for the current logon user using API function call without using FSO? Thank you, Regards,
|
| Notifying Parent of control action | 28 Apr 2007 02:31 GMT | 1 |
After bringing up the FileSave dialog of a shelled app using a few API statements, I was able to successfully locate the SaveIn combobox and select "Drive C" via the SETCURSEL message. "C:" appears in the EditBox portion of the combo control, however, other controls on the dialog ...
|
| Do Windows files have Unique IDs? Can they be retrieved by code? | 27 Apr 2007 21:54 GMT | 29 |
I keep an Access database of all my song files, along with their respective atributes. I want to be able to make changes to their attributes/properties in the DB and use code to update them in Windows. As the names and hence the full paths of these files may fall out of sync with ...
|
| Trying to catch Messages in a window other then my current application | 25 Apr 2007 18:50 GMT | 27 |
I'm a bit new to subclassing and here is what I'm trying to do. I have an application which reads data from two other windows, called Trade1 and Trade2. I use some OCR stuff which basically scraps those screens for data.
|
| WM_MOUSEMOVE in PostMessage | 23 Apr 2007 23:49 GMT | 1 |
I'm trying to send a mouse click to a certain position on a *background* window. Nothing is happening, so as a test I'm just trying to move the mouse to that position. Still nothing is happening. What am I doing wrong?
|
| SysTabControl32 class | 20 Apr 2007 22:13 GMT | 17 |
I am developing a solution which shells out to an application, uses API functions to manipulate the menu system of the shelled App to open a dialog box. The dialog is a tabbed dialog with 4 pages. I use SendMessage with TCM_SETCURSEL to select the 4th page. The problem is that ...
|
| is there an API for quick searching of an array? | 17 Apr 2007 12:30 GMT | 27 |
I am filling arrays of up to 25000 elements with string data, and I have to make sure each entry is unique, so as the array gets filled from element 0 to 24999 I have to check all of the previous element contants to make sure none of them match the new entry.
|
| GDI+ EXIF properties & the PENTAX optio A10 | 16 Apr 2007 10:59 GMT | 1 |
We have an application that reads and sets EXIF properties in Jpg's via GDI+ on windows XP/windows 2003 that has been working for about 2 years on a variety of images from many different image sources. In the last couple of weeks we have started having problems with images
|
| FindWindow is not working | 13 Apr 2007 10:53 GMT | 2 |
Dear coleagues, I am trying to call FindWindow function but it seems not to be working. It returns a loooooong value even if the Window "SoftMaxPro GxP" is not started. I can't even find a window which is open. What am I doing wrong?
|
| Postscript to JPEG conversion | 11 Apr 2007 17:10 GMT | 4 |
I am trying to figure out a good way to convert from a postscript file to a JPEG. I was able to use the Adobe Acrobat Distiller to convert the postscript to PDF and then save the PDF as a JPEG, but this method requires Adobe writer on the target machine. Does anyone know how to ...
|
| Limit on the number of threads that could be created | 11 Apr 2007 17:09 GMT | 1 |
Is there any limitation on the number of threads that could be created like 4096 for linux and someother value for the windows operating system? And how about the performance would be for creating many threads and
|