• Познакомьтесь с пентестом веб-приложений на практике в нашем новом бесплатном курсе

    «Анализ защищенности веб-приложений»

    🔥 Записаться бесплатно!

  • CTF с учебными материалами Codeby Games

    Обучение кибербезопасности в игровой форме. Более 200 заданий по Active Directory, OSINT, PWN, Веб, Стеганографии, Реверс-инжинирингу, Форензике и Криптографии. Школа CTF с бесплатными курсами по всем категориям.

Onscreen Recorder

  • Автор темы moh
  • Дата начала
Статус
Закрыто для дальнейших ответов.
M

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 and as a .

i have downloaded the 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 .
 
R

root

Для: moh
I think that you can use API functions such as
capCreateCaptureWindow
from msdn library link and more components and for editeble you can use Photoshop or Windows Paint. But it only my opinion.
P.S B) If I correctly understood you
 
Z

zubr

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

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 .

B) ( i hope i can find a Flash Editor built with delphi all my problem will be solved ). :D

many thanks .

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

Hi zubr could you please write in english . :D
 
Z

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:
 
M

moh

Для: 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:

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 ?
 
Статус
Закрыто для дальнейших ответов.
Мы в соцсетях:

Обучение наступательной кибербезопасности в игровой форме. Начать игру!