I'm curious why Window-Eyes does not observe that convention. If memory serves, the Visible property is not only True by default, but cannot be changed.
Jamal On Thu, 4 Dec 2008, Ron Parker wrote: > Date: Thu, 04 Dec 2008 16:22:11 -0500 > From: Ron Parker <[EMAIL PROTECTED]> > Reply-To: [email protected] > To: [email protected] > Subject: Re: outlook code result > > > Once you have the Application object, you have to set its Visible > property to True. That'll make the window appear. > > > matt V wrote: > > hmm thats what i thought > > maybe i could find this somewhere, i have no idea where to find this > > though, how would i actually get outlook to open and come to the > > forground, or actually word or excel or any of those > > > > ----- Original Message ----- From: "Aaron Smith" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Thursday, December 04, 2008 3:06 PM > > Subject: Re: outlook code result > > > > > >> An object type would not include drive letter information. It's > >> simply the name of the type of object you got back from the GetObject > >> method. > >> > >> Aaron > >> > >> matt V wrote: > >>> hmm i wonder if the drive letter minus the colon and slash is what > >>> happened > >>> > >>> ----- Original Message ----- From: "Aaron Smith" <[EMAIL PROTECTED]> > >>> To: <[email protected]> > >>> Sent: Thursday, December 04, 2008 10:38 AM > >>> Subject: Re: outlook code result > >>> > >>> > >>>> I have no idea what dApplication is, or where it came from. You > >>>> should have an object with a type name of just Application. Once > >>>> you do, that's the Outlook object. What you do with it is up to you > >>>> at that point. > >>>> > >>>> Aaron > >>>> > >>>> matt V wrote: > >>>>> i didnt copy it from the window, but i used the mouse keys to read > >>>>> it, and then typed what it said. > >>>>> > >>>>> ----- Original Message ----- From: "Aaron Smith" <[EMAIL PROTECTED]> > >>>>> To: <[email protected]> > >>>>> Sent: Thursday, December 04, 2008 8:00 AM > >>>>> Subject: Re: outlook code result > >>>>> > >>>>> > >>>>>> Did you copy that directly from the Immed window, or are you > >>>>>> typing in what you're hearing? > >>>>>> > >>>>>> Aaron > >>>>>> > >>>>>> matt V wrote: > >>>>>>> hello, > >>>>>>> I downloaded the imme now that i realize i have passed it over > >>>>>>> before not thinking it'd be something i'd be interested in, so > >>>>>>> anyway, that code still resulted in > >>>>>>> dApplication > >>>>>>> thanks > >>>>>>> > >>>>>> > >>>>>> -- > >>>>>> To insure that you receive proper support, please include all past > >>>>>> correspondence (where applicable), and any relevant information > >>>>>> pertinent to your situation when submitting a problem report to > >>>>>> the GW > >>>>>> Micro Technical Support Team. > >>>>>> > >>>>>> Aaron Smith > >>>>>> GW Micro > >>>>>> Phone: 260/489-3671 > >>>>>> Fax: 260/489-2608 > >>>>>> WWW: http://www.gwmicro.com > >>>>>> FTP: ftp://ftp.gwmicro.com > >>>>>> Technical Support & Web Development > >>>>> > >>>> > >>>> -- > >>>> To insure that you receive proper support, please include all past > >>>> correspondence (where applicable), and any relevant information > >>>> pertinent to your situation when submitting a problem report to the GW > >>>> Micro Technical Support Team. > >>>> > >>>> Aaron Smith > >>>> GW Micro > >>>> Phone: 260/489-3671 > >>>> Fax: 260/489-2608 > >>>> WWW: http://www.gwmicro.com > >>>> FTP: ftp://ftp.gwmicro.com > >>>> Technical Support & Web Development > >>> > >> > >> -- > >> To insure that you receive proper support, please include all past > >> correspondence (where applicable), and any relevant information > >> pertinent to your situation when submitting a problem report to the GW > >> Micro Technical Support Team. > >> > >> Aaron Smith > >> GW Micro > >> Phone: 260/489-3671 > >> Fax: 260/489-2608 > >> WWW: http://www.gwmicro.com > >> FTP: ftp://ftp.gwmicro.com > >> Technical Support & Web Development > > >
