RE: Visual Studio Express Accessibility

2012-05-10 Thread Chip Orange
gt; To: gw-scripting@gwmicro.com > Subject: Re: Visual Studio Express Accessibility > > Hi Jamal: > System.Environment.Exit(0) > Worked. > Actually it terminates the process but it didn't say anything > about clearing message pumps etc... > So I issue a Application.Exit()

Re: Visual Studio Express Accessibility

2012-05-09 Thread RicksPlace
After that the Start Page is workable enough with WE out of the box and it will be on to another part of the IDE. Rick USA - Original Message - From: "Jamal Mazrui" To: Sent: Wednesday, May 09, 2012 3:53 PM Subject: Re: Visual Studio Express Accessibility Hi Rick, Upon f

Re: Visual Studio Express Accessibility

2012-05-09 Thread Jamal Mazrui
? Thanks for helping us learn more about this stuff through your research. Jamal On Wed, 9 May 2012, RicksPlace wrote: Date: Wed, 9 May 2012 14:59:24 -0400 From: RicksPlace Reply-To: gw-scripting@gwmicro.com To: gw-scripting@gwmicro.com Subject: Re: Visual Studio Express Accessibility Hi: I

Re: Visual Studio Express Accessibility

2012-05-09 Thread RicksPlace
ife tells me. Rick USA .if it comes up. Rick USA - Original Message - From: Katherine Moss To: gw-scripting@gwmicro.com Sent: Monday, May 07, 2012 8:51 PM Subject: RE: Visual Studio Express Accessibility And whatever you do get running, you should post up on app ce

Re: Visual Studio Express Accessibility

2012-05-08 Thread Jamal Mazrui
hip Orange <mailto:lists3...@comcast.net> *To:* gw-scripting@gwmicro.com <mailto:gw-scripting@gwmicro.com> *Sent:* Saturday, May 05, 2012 3:44 PM *Subject:* RE: Visual Studio Express Accessibility Rick, I see no reason why you need to kill the visual studio IDE process its

RE: Visual Studio Express Accessibility

2012-05-07 Thread Katherine Moss
And whatever you do get running, you should post up on app central for the rest of us who are interested. From: Chip Orange [mailto:lists3...@comcast.net] Sent: Monday, May 07, 2012 8:18 PM To: gw-scripting@gwmicro.com Subject: RE: Visual Studio Express Accessibility Hi again Rick, congrats

RE: Visual Studio Express Accessibility

2012-05-07 Thread Chip Orange
cripting@gwmicro.com Subject: Re: Visual Studio Express Accessibility Hi Chip, Jamal et al: Chip That is correct. It was hard to explain the script was created in vb.net 2008 express for vb.net 2010 Express. To shut the script down I had to shut down a Project (the script) using the tools available

Re: Visual Studio Express Accessibility

2012-05-07 Thread RicksPlace
o. Chip From: RicksPlace [mailto:ofbgm...@mi.rr.com] Sent: Saturday, May 05, 2012 6:43 AM To: gw-scripting@gwmicro.com Subject: Visual Studio Express Accessibility Hi: I was looking into shutting down a Process from within VB.net Express. To

RE: Visual Studio Express Accessibility

2012-05-05 Thread Katherine Moss
Oh. Oops. I'm thinking 2010. Never mind. From: Jamal Mazrui [mailto:empo...@smart.net] Sent: Saturday, May 05, 2012 8:31 PM To: gw-scripting@gwmicro.com Cc: Katherine Moss; RicksPlace Subject: Re: Visual Studio Express Accessibility I think the main VS process is named msenv.exe Jamal

Re: Visual Studio Express Accessibility

2012-05-05 Thread Jamal Mazrui
RicksPlace *Subject:* Re: Visual Studio Express Accessibility Hi Rick, I think the DTE object you mention is part of the VS DOM, which is only available to commercial versions of Visual Studio. UIA, however, is independent of the DOM, so works on the Express versions as well. I think the DOM a

Re: Visual Studio Express Accessibility

2012-05-05 Thread Jamal Mazrui
Mazrui <mailto:empo...@smart.net> *To:* gw-scripting@gwmicro.com <mailto:gw-scripting@gwmicro.com> *Cc:* RicksPlace <mailto:ofbgm...@mi.rr.com> *Sent:* Saturday, May 05, 2012 8:36 AM *Subject:* Re: Visual Studio Express Accessibility Hi Rick, I think the DTE ob

Re: Visual Studio Express Accessibility

2012-05-05 Thread Jamal Mazrui
*From:* Jamal Mazrui <mailto:empo...@smart.net> *To:* gw-scripting@gwmicro.com <mailto:gw-scripting@gwmicro.com> *Cc:* RicksPlace <mailto:ofbgm...@mi.rr.com> *Sent:* Saturday, May 05, 2012 8:36 AM *Subject:* Re: Visual Studio Express Accessibility Hi Rick, I

RE: Visual Studio Express Accessibility

2012-05-05 Thread Katherine Moss
That's weird because isn't the process name devenv.exe? From: Jamal Mazrui [mailto:empo...@smart.net] Sent: Saturday, May 05, 2012 8:37 AM To: gw-scripting@gwmicro.com Cc: RicksPlace Subject: Re: Visual Studio Express Accessibility Hi Rick, I think the DTE object you mention is part

RE: Visual Studio Express Accessibility

2012-05-05 Thread Chip Orange
your script starts running, so you can determine if application.exit is really working or not? hth, Chip _ From: RicksPlace [mailto:ofbgm...@mi.rr.com] Sent: Saturday, May 05, 2012 3:37 PM To: gw-scripting@gwmicro.com Subject: Re: Visual Studio Express Accessibility Hi Jamal: I h

RE: Visual Studio Express Accessibility

2012-05-05 Thread Chip Orange
AM To: gw-scripting@gwmicro.com Subject: Visual Studio Express Accessibility Hi: I was looking into shutting down a Process from within VB.net Express. To ensure all Child-processes are shut down it appears folks usually use something called the EnvDTE object. This object also gives access to the

Re: Visual Studio Express Accessibility

2012-05-05 Thread RicksPlace
12 8:36 AM Subject: Re: Visual Studio Express Accessibility Hi Rick, I think the DTE object you mention is part of the VS DOM, which is only available to commercial versions of Visual Studio. UIA, however, is independent of the DOM, so works on the Express versions as well. I think the DOM a

Re: Visual Studio Express Accessibility

2012-05-05 Thread Jamal Mazrui
*Sent:* Saturday, May 05, 2012 6:43 AM *Subject:* Visual Studio Express Accessibility Hi: I was looking into shutting down a Process from within VB.net Express. To ensure all Child-processes are shut down it appears folks usually use something called the EnvDTE object. This

Re: Visual Studio Express Accessibility

2012-05-05 Thread BT
that later. Bruce P.S. This afternoon I will upload a compiled for Windows 7 version of my Trek game. Sent: Saturday, May 05, 2012 8:06 AM Subject: Re: Visual Studio Express Accessibility Actually the Kill process I was thinking of was for an External Script, not the IDE

Re: Visual Studio Express Accessibility

2012-05-05 Thread RicksPlace
Studio Express Accessibility Hi: I was looking into shutting down a Process from within VB.net Express. To ensure all Child-processes are shut down it appears folks usually use something called the EnvDTE object. This object also gives access to the running Process so you can do things like

Visual Studio Express Accessibility

2012-05-05 Thread RicksPlace
Hi: I was looking into shutting down a Process from within VB.net Express. To ensure all Child-processes are shut down it appears folks usually use something called the EnvDTE object. This object also gives access to the running Process so you can do things like click a button or change text in a