Помощь - Поиск - Пользователи - Календарь
Полная версия этой страницы: Onscreen Recorder
Форум программистов > Системное программирование > Delphi и Pascal > Delphi - Multimedia, Графика, Игры
moh
Hi every body . i'm developping a software that takes a series of pictures of specific areas ( Like a demonstration builder ) so it takes pictures from a Desktop , Active Window , a specific window .
i need your help in :
Recording the mouse mouvements and keystroks then make all these picture editable , i want my software like the ]]>Demo Builder]]> and as a ]]>sample]]> .

i have downloaded the ]]>Delphi SWF SDK]]> to be able to insert my captured images and edit them but that was not possible for me

i really need all your help.


Many thanks .
root
Для: moh
I think that you can use API functions such as
capCreateCaptureWindow
from msdn library link ]]>http://msdn2.microsoft.com/en-us/library/m...166(VS.85).aspx]]> and more components ]]>http://www.torry.net/pages.php?id=168]]> and for editeble you can use Photoshop or Windows Paint. But it only my opinion.
P.S smile.gif If I correctly understood you
zubr
Для: root
Ему надо получать скриншоты с экрана (для этого достаточно BitBlt), получать положение мыши (GetCursorPos), в полученном положении отрисовывать указатель мыши на скриншоте (здесь BitBlt + регионы), а далее он хочет с помощью Delphi SWF SDK из полученных скриншотов создавать флеш-фильм.
moh
many thanks root , but Demo Builder edits all its captured images within its window i mean you can add a collout for exemple .
generally what i need is how such a software captures the images , processes them , then export into SWF or standolone Exe .

cool.gif ( i hope i can find a Flash Editor built with delphi all my problem will be solved ). cool.gif

many thanks .

Цитата(zubr @ 29:12:2007, 08:13 ) *
Для: root
Ему надо получать скриншоты с экрана (для этого достаточно BitBlt), получать положение мыши (GetCursorPos), в полученном положении отрисовывать указатель мыши на скриншоте (здесь BitBlt + регионы), а далее он хочет с помощью Delphi SWF SDK из полученных скриншотов создавать флеш-фильм.


Hi zubr could you please write in english . wink.gif
zubr
Для: moh
1. In the timer do screenshots of the screen or a window, using BitBlt
2. Using GetCursorPos get position of the cursor
3. Draw in the received position the cursor on a screenshot, using BitBlt, SetWindowRgn
4. Save a screenshot to the file *.bmp or *.jpg
5. Create SlideShow using Delphi SWF SDK, sample: ]]>http://www.delphiflash.com/slide-show-engine-demo.php?demo=2]]>
moh
Цитата(zubr @ 29:12:2007, 11:13 ) *
Для: moh
1. In the timer do screenshots of the screen or a window, using BitBlt
2. Using GetCursorPos get position of the cursor
3. Draw in the received position the cursor on a screenshot, using BitBlt, SetWindowRgn
4. Save a screenshot to the file *.bmp or *.jpg
5. Create SlideShow using Delphi SWF SDK, sample: ]]>http://www.delphiflash.com/slide-show-engine-demo.php?demo=2]]>


many many thanks zubr could you please give me a little exemple ( a project ) , cause i'm really confused .

zubr should i use Delphi SWF SDK or SlideShow Engine for this project ?
and for captured images editing like Collout ... what should i use ?
zubr
Цитата
zubr should i use Delphi SWF SDK or SlideShow Engine for this project ?

I apologize, of course, SlideShow Engine - for SWF

For standolone EXE it is possible to create AVI, and then to lose for it.
Для просмотра полной версии этой страницы, пожалуйста, пройдите по ссылке.
Форум IP.Board © 2001-2008 IPS, Inc.