What would that special ActiveX object be? Will it be possible that the notification is based on server side click event instead of client side Javascript?
I have a complex query. What I want is instead of storing the results of first 2 select statement in temporary tables I want to store it in some user defined functions and then call these 2 functions...
Is it possible that we take 3rd party library (free / paid) to whome we can pass wave file as input, that library analyzing it and compare it with some standard gunshot files and display the output?
I need to develop an application in VC++ that will take .WAV files as an input and identify if there is a Gun shot in that wave file. WAVE file with gunshot must be having certain paramaters like...
I have develop a customized Single Linked List that will that will support the following operations
Node<T> AddToHead(T value);
Node<T> AddToTail(T value);
Node<T> InsertAfter(Node<T> node,...
I want extract text from an existing Dialog Window? Its a 3rd party dialog window so I don't have the source code of it. I have to extract text from its Lables, Text box, radiobuttons, checkboxes etc.
I am still unable to understand how this source code extracts text from dialog box controls within a given rectangle boundry of a 3rd party application?
Thanks. Now that I have the list of child windows. I have 2 questions
1) Using WM_GETTEXT can I extract the text from those windows? Whether the child window is a label, editbox, radiobutton,...
I have the handle to a 3rd party DialogWindow (lets say 0x10056) now I want to enumerate the handes number of child windows present in that. How can I accompalish this?
If I am not wrong WM_COPYDATA is used to pass data to another application. What I am trying to achieve is reverse of WM_COPYDATE where I have to extract text data from Labels, TextBoxs, Radiobuttons,...
How can I extract text from an existing Dialog Window? Its a 3rd party dialog window so I don't have the source code of it. I have to extract text from its Lables and Text box. I think for extracting...
Since I am new to AForge. Can someone tell me how can i detect variations in the below mentioned image? In this images I have to detect Cracks (mentioned in white) in each and every cell. Since there...