thanks simon
cfcomet rules
kirk
----- Original Message -----
From: "Simon Horwith" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 10:07 AM
Subject: RE: how to launch a windows app from a web page?
> you might also want to check out what can be done with cfobject to
interface
> with outlook. take a look at www.cfcomet.com
>
> ~Simon
>
> > Simon Horwith
> > Allaire Certified Instructor
> > Certified ColdFusion Developer
> > Fig Leaf Software
> > 1400 16th St NW, # 220
> > Washington DC 20036
> > 202.797.6570 (direct line)
> > www.figleaf.com
> >
>
>
> -----Original Message-----
> From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 16, 2001 12:35 PM
> To: CF-Talk
> Subject: RE: how to launch a windows app from a web page?
>
>
> have it run an ActiveX script i am sure scripts to open a program from a
> web page are free!
>
> -----Original Message-----
> From: Kirk Boecker [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 16, 2001 11:16 AM
> To: CF-Talk
> Subject: Re: how to launch a windows app from a web page?
>
>
> we also have a huge need for this,
> we need to have a link for users of our CF app to pull up their own
OutLook
> Calendar
> from the link (and ideally pass some variables to it)
>
> if anyone knows how to do this please respond,
> we would be willing to pay for a simple, clean solution
>
> kirk
>
>
> ----- Original Message -----
> From: "Paul Sizemore" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, February 16, 2001 7:00 AM
> Subject: RE: how to launch a windows app from a web page?
>
>
> > James,
> >
> > I am passively trying to do the same thing. I've got it to creating a
> signed
> > VB Active x control that shells out to the app (currently note pad). I
> want
> > to pass the app name to the active x control to open (maybe in a URL
> > variable, for example http://www.foo.com/Index.cfm?OpenAppID=NotePad to
> open
> > notepad.exe). Any thoughts on how I would do this?
> >
> > Start VB code >>>>>>>>>>>>>>>>>>>
> >
> > Private Sub Command1_Click()
> > Dim rc As Double
> >
> > rc = Shell(Text1.Text, vbMaximizedFocus)
> >
> > End Sub
> >
> > Private Sub UserControl_Initialize()
> > Text1.Text = "c:\notepad.exe"
> > Dim rc As Double
> >
> > rc = Shell(Text1.Text, vbMaximizedFocus)
> > End Sub
> >
> >
> > End VB code >>>>>>>>>>>>>>>>>>>
> >
> >
> >
> > -----Original Message-----
> > From: James Birchler [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, February 14, 2001 9:30 PM
> > To: CF-Talk
> > Subject: OT: how to launch a windows app from a web page?
> >
> > Has anyone ever successfully launched a Windows application from a web
> page?
> > If so, how? The only way I've found so far is using an ActiveX
> > component--but only in theory. I'm looking for source code I could
modify
> > to launch a particular application.
> >
> > Is it possible to simply use an <object> tag to launch the application?
> >
> > Anyone know anything about this sort of thing?
> >
> > Thanks,
> >
> > James
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists