Hello,

I would like to develop a component which appears in windows like a
printer and allow user to send the file by FTP to another location.

Do you think this can be realize???
Have you some hints to help me to start my development??


Thanks in advance.

OGIER Christophe


P.S: I apologize for my very bad english

Re: virtual printer and file transfert by Le

Le
Sat Jun 24 01:18:02 CDT 2006

zarzayou@gmail.com wrote:
> Hello,
>
> I would like to develop a component which appears in windows like a
> printer and allow user to send the file by FTP to another location.
>
> Do you think this can be realize???
> Have you some hints to help me to start my development??

You need to make a shell namespace extension.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_adv/namespaceextension/namespace.asp

http://groups.google.com/group/microsoft.public.platformsdk.shell?lnk=li&hl=en

-Le Chaud Lapin-


Re: virtual printer and file transfert by zarzayou

zarzayou
Mon Jun 26 04:28:56 CDT 2006

Hello,
My component must be a printer, to be used with the print command in
applications.
Problem is that the print command call GDI and only pass document title
and not its filepath.

How can I get filepath of open document in word or another apps ??


Le Chaud Lapin a =E9crit :

> zarzayou@gmail.com wrote:
> > Hello,
> >
> > I would like to develop a component which appears in windows like a
> > printer and allow user to send the file by FTP to another location.
> >
> > Do you think this can be realize???
> > Have you some hints to help me to start my development??
>
> You need to make a shell namespace extension.
>
> http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/shellc=
c/platform/shell/programmersguide/shell_adv/namespaceextension/namespace.asp
>
> http://groups.google.com/group/microsoft.public.platformsdk.shell?lnk=3Dl=
i&hl=3Den
>=20
> -Le Chaud Lapin-


Re: virtual printer and file transfert by Vipin

Vipin
Fri Jul 28 14:03:29 CDT 2006

not possible.

--
Vipin Aravind
http://www.explorewindows.com


<zarzayou@gmail.com> wrote in message
news:1151314136.740855.123910@i40g2000cwc.googlegroups.com...
Hello,
My component must be a printer, to be used with the print command in
applications.
Problem is that the print command call GDI and only pass document title
and not its filepath.

How can I get filepath of open document in word or another apps ??


Le Chaud Lapin a écrit :

> zarzayou@gmail.com wrote:
> > Hello,
> >
> > I would like to develop a component which appears in windows like a
> > printer and allow user to send the file by FTP to another location.
> >
> > Do you think this can be realize???
> > Have you some hints to help me to start my development??
>
> You need to make a shell namespace extension.
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_adv/namespaceextension/namespace.asp
>
> http://groups.google.com/group/microsoft.public.platformsdk.shell?lnk=li&hl=en
>
> -Le Chaud Lapin-



Re: virtual printer and file transfert by Sahaj

Sahaj
Thu Aug 03 12:17:32 CDT 2006

Hi,

You can try to hook the OEMENDDOC & from there may be called a UI which
is used to provide the User name Password & location of FTp & send the
data from the Portmonitor to that location.
Not sure but may be my tip help you,

Thanks,
Sahaj
Vipin wrote:
> not possible.
>
> --
> Vipin Aravind
> http://www.explorewindows.com
>
>
> <zarzayou@gmail.com> wrote in message
> news:1151314136.740855.123910@i40g2000cwc.googlegroups.com...
> Hello,
> My component must be a printer, to be used with the print command in
> applications.
> Problem is that the print command call GDI and only pass document title
> and not its filepath.
>
> How can I get filepath of open document in word or another apps ??
>
>
> Le Chaud Lapin a =E9crit :
>
> > zarzayou@gmail.com wrote:
> > > Hello,
> > >
> > > I would like to develop a component which appears in windows like a
> > > printer and allow user to send the file by FTP to another location.
> > >
> > > Do you think this can be realize???
> > > Have you some hints to help me to start my development??
> >
> > You need to make a shell namespace extension.
> >
> > http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/shel=
lcc/platform/shell/programmersguide/shell_adv/namespaceextension/namespace.=
asp
> >
> > http://groups.google.com/group/microsoft.public.platformsdk.shell?lnk=
=3Dli&hl=3Den
> >
> > -Le Chaud Lapin-