Форум: "Начинающим";
Текущий архив: 2008.01.06;
Скачать: [xml.tar.bz2];
ВнизКак приостановить выполнение процедуры до изменения Clipboard Найти похожие ветки
← →
O.Snopok © (2007-12-09 03:45) [0]Моя программа работает через Automation с математическим пакетом. Нужно в теле программы приостановить выполнение до того момента, как мат. пакет посчитает то, что от него требуется и выдаст эти данные в Clipboard. Фактически, нужно нечто вроде "sleep until clipboard_changed". Возможно ли реализовать описанное?
← →
TUser © (2007-12-09 05:51) [1]Надо создать свой Clipboard Viewer, см. в справке по msdn на тему Clipboard Viewer Windows
A window adds itself to the clipboard viewer chain by calling the SetClipboardViewer function. The return value is the handle of the next window in the chain. To retrieve the handle of the first window in the chain, call the GetClipboardViewer function.Each clipboard viewer window must keep track of the next window in the clipboard viewer chain. When the content of the clipboard changes, the system sends a WM_DRAWCLIPBOARD message to the first window in the chain. After updating its display, each clipboard viewer window must pass this message on to the next window in the chain.
Before closing, a clipboard viewer window must remove itself from the clipboard viewer chain by calling the ChangeClipboardChain function. The system then sends a WM_CHANGECBCHAIN message to the first window in the chain.
For more information about processing the WM_DRAWCLIPBOARD and WM_CHANGECBCHAIN messages, see Creating a Clipboard Viewer Window.
← →
Сергей М. © (2007-12-10 09:05) [2]
> Моя программа работает через Automation
Позволю себе усомниться в том, что этот мат.пакет не умеет возвращать рез-ты вычислений иначе чем через клипборд.
Страницы: 1 вся ветка
Форум: "Начинающим";
Текущий архив: 2008.01.06;
Скачать: [xml.tar.bz2];
Память: 0.45 MB
Время: 0.004 c