Jeff
Tue May 03 13:37:18 CDT 2005
This DLL appears to be from 1995 and doesn't seem to work with Win XP at
all.
Is there something that I'm doing wrong?
Thanks,
Jeff
"Daniel Dumortier" <prénom.nom@qi-informatique.fr> wrote in message
news:%232FgK1%23TFHA.3184@TK2MSFTNGP15.phx.gbl...
> Hello,
> take a look there :
http://fox.wikis.com/wc.dll?Wiki~PrintWindow~VFP
>
>
> --
> ActiveForm à vous...
> "Jeff Grippe" <jgrippe@hilldun.com> a écrit dans le message de
> news:117f1cv7eflmn73@news.supernews.com...
>> Hello All,
>>
>> I do not seem to have this DLL?
>>
>> I am using VFP 7 SP1. Does it have some other name? Is it OS specific?
>> Available from someplace?
>>
>> Thanks,
>>
>> Jeff
>> "Daniel Dumortier" <prénom.nom@qi-informatique.fr> wrote in message
>> news:eZkDsM8TFHA.3308@TK2MSFTNGP14.phx.gbl...
>> > !/N REGSVR32 /S DibApi32.Dll
>> > #DEFINE PW_WINDOW 1
>> > #DEFINE PW_CLIENT 2
>> > #DEFINE PW_BESTFIT 1
>> > #DEFINE PW_STRETCHTOPAGE 2
>> > #DEFINE PW_SCALE 3
>> > DECLARE INTEGER PrintWindow IN DibApi32 AS PrintWin ;
>> > INTEGER HWnd, ;
>> > INTEGER fPrintArea, ;
>> > INTEGER fPrintOpt, ;
>> > INTEGER wxScale, ;
>> > INTEGER wyScale, ;
>> > STRING @ szJobName
>> > PrintWindow(thisform.hwnd,1,1,0,0,ALLTRIM(thisform.caption))
>> >
>> > "Eddy" <Eddy@discussions.microsoft.com> a écrit dans le message de
>> > news:2322C1F9-402E-4523-B235-FC4DBD17869B@microsoft.com...
>> >> Hi
>> >> I am using VFP6 SP4
>> >> I want to make a command button to dump the screen or active window
>> >> and direct output to printer (not copy to clipboard).
>> >> when the user clicks this command button, it is the same as press key
>> > PrtSc
>> >>
>> >> How can I do that ?
>> >> pls give me a hand
>> >> thanks all
>> >>
>> >
>> >
>>
>>
>
>