|
ONLINE REPOSITORYFOR WINDEV, WEBDEV AND WINDEV MOBILE
  |
| |
| | |
Classe Oop CLASSO = C Lasso (Seleção de objetos na tela = Componente WX OCR |
|
|
Classe Oop CLASSO = C Lasso (Seleção de objetos na tela = Componente WX OCR
https://www.youtube.com/watch?v=SHh2fWJqfTk
30 min point video - OCR |
| |
| |
| Illustrations, screen shots |
|
| |
(To evaluate this resource, click 'Write a review') |
| | | |
No review or comment? Be the first one! |
giImage is Image giImage = dCopyScreenImage()
HReset(Captura) Captura.Data = DateSys() Captura.Hora = TimeSys() Captura.Rotina = gsRotina Captura.Observacao = gsObservacao dResize(giImage,giImage..Width/1.2,giImage..Height/1.2) Captura.Tela = giImage HAdd(Captura) |
| PROCEDURE EVENTO_PrintScreen()
SendKey("{PRTSC}")
IF ClipboardFormat(cfBitmap) = True THEN Info("ok") Clipboard(WIN_PrintScreen.IMG_Printscreen) END
t001_screens.t001_datahora = DateSys()+TimeSys()
t001_screens.t001_resolucaotela = SysXRes() + "X" + SysYRes()
t001_screens.t001_screem = WIN_PrintScreen.IMG_Printscreen
IF HAdd(t001_screens) = True THEN Info("Gravou com sucesso!") END |
| Global init project
// Include the "KeyConst.wl" file to manage the keyboard keys EXTERN "KeyConst.WL" |
| Have you any sample how to use this class? |
| | |
|
WINDEV, WEBDEV, WINDEV Mobile |
| | | | | | | |
| |
|
|
|