Problema con WindowName.Capture

Moderator: Rathinagiri

Post Reply
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Problema con WindowName.Capture

Post by srvet_claudio »

Hola a todos, tengo problemas con el método capture.

Segun el tutorial la sintaxis sería:
<WindowName>.Capture [ ( cFileName , nRow , nCol , nWidth , nHeight ) ]

Cuando escribo por ejemplo:
ventana_1.capture ('trozo.bmp',0,0,100,100)
me da error al compilar ---> Error E0030 Syntax error: "syntax error at '('"

Solo funciona
ventana_1.capture
sin parámetros

Sera que alguno de ustedes me puede ayudar con esto.
Gracias, saludos
Claudio
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Problema con WindowName.Capture

Post by Roberto Lopez »

srvet_claudio wrote:Hola a todos, tengo problemas con el método capture.

Segun el tutorial la sintaxis sería:
<WindowName>.Capture [ ( cFileName , nRow , nCol , nWidth , nHeight ) ]

Cuando escribo por ejemplo:
ventana_1.capture ('trozo.bmp',0,0,100,100)
me da error al compilar ---> Error E0030 Syntax error: "syntax error at '('"

Solo funciona
ventana_1.capture
sin parámetros

Sera que alguno de ustedes me puede ayudar con esto.
Gracias, saludos
Claudio
I'll check it ASAP.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply