Re: non-standard controls; was RE: Reading Status Bar in Notepad and Word 2007

2011-08-16 Thread Tom Kingston
ontrol which is not a standard control type? I'd like to see what that's like. Thanks. Chip -Original Message- From: Tom Kingston [mailto:tom.kings...@charter.net] Sent: Monday, August 15, 2011 7:42 PM To: gw-scripting@gwmicro.com Subject: Re: Reading Status Bar in Notepad

Re: Reading Status Bar in Notepad and Word 2007

2011-08-16 Thread bb
commission for a while. This computer has only 4.2 version on it... Take care, Bruce Sent: Tuesday, August 16, 2011 5:55 PM Subject: RE: Reading Status Bar in Notepad and Word 2007 Thanks for doing all this Bruce. It looks to me as if the 2007 status bar doesn't present nearly the probl

non-standard controls; was RE: Reading Status Bar in Notepad and Word 2007

2011-08-16 Thread Chip Orange
15, 2011 7:42 PM To: gw-scripting@gwmicro.com Subject: Re: Reading Status Bar in Notepad and Word 2007 Hey Bruce, Sorry. I should have said I knew it wouldn't work in Word instead of just giving the example of Notepad. It would be too much to expect Microsoft to use their own standards. But

RE: Reading Status Bar in Notepad and Word 2007

2011-08-16 Thread Chip Orange
Monday, August 15, 2011 12:53 PM To: gw-scripting@gwmicro.com Subject: Re: Reading Status Bar in Notepad and Word 2007 Hi Tom, Thanks, I did it quick last night for chip since he did not have Word 2007. I first looked at what names were listed and 31 names came up for Word 2007 and 2 of th

Re: Reading Status Bar in Notepad and Word 2007

2011-08-16 Thread bb
: Re: Reading Status Bar in Notepad and Word 2007 On 8/15/2011 8:09 PM, BT wrote: > Immediate Mode: > dim i, w, ww: FWIW, you don't need to Dim in Immed; Option Explicit is not enabled for real-time code. Aaron -- Aaron Smith Web Development * App Development * Product Support

Re: Reading Status Bar in Notepad and Word 2007

2011-08-16 Thread Aaron Smith
On 8/15/2011 8:09 PM, BT wrote: Immediate Mode: dim i, w, ww: FWIW, you don't need to Dim in Immed; Option Explicit is not enabled for real-time code. Aaron -- Aaron Smith Web Development * App Development * Product Support Specialist GW Micro, Inc. * 725 Airport North Office Park, Fort Way

Re: Reading Status Bar in Notepad and Word 2007

2011-08-15 Thread BT
SO Generic Control Container 22) Status Bar 23) NUIPane 24) NetUIHWND 25) NUIPane 26) NetUIHWND 27) NetUIHWND 28) NetUICtrlNotifySink 29) NetUICtrlNotifySink 30) NetUICtrlNotifySink Sent: Monday, August 15, 2011 7:42 PM Subject: Re: Reading Status Bar in Notepad and Word 2007 Hey Bruce, Sorry. I shoul

Re: Reading Status Bar in Notepad and Word 2007

2011-08-15 Thread BT
see what works in order to learn. Yes, do not trust Microsoft, let alone all others, in using standard stuff. Names are the best way to call them out on it. Thanks, Bruce Sent: Monday, August 15, 2011 7:42 PM Subject: Re: Reading Status Bar in Notepad and Word 2007 Hey Bruce, Sorry. I

Re: Reading Status Bar in Notepad and Word 2007

2011-08-15 Thread Tom Kingston
when Chip said something was not normal. Also, the list of 31 names did not come up with wtStatus... What I posted works for some windows so will see what happens in the future. Bruce Sent: Monday, August 15, 2011 1:02 AM Subject: Re: Reading Status Bar in Notepad and Word 2007 He

Re: Reading Status Bar in Notepad and Word 2007

2011-08-15 Thread BT
:02 AM Subject: Re: Reading Status Bar in Notepad and Word 2007 Here's a little more direct method to get a status bar when it's a standard status bar window, as in Notepad. Note, in some programs it will be a direct child and others it won't. So use DirectChildren or Children as

Re: Reading Status Bar in Notepad and Word 2007

2011-08-15 Thread BT
ubject: Re: Reading Status Bar in Notepad and Word 2007 Here's a little more direct method to get a status bar when it's a standard status bar window, as in Notepad. Note, in some programs it will be a direct child and others it won't. So use DirectChildren or Children as needed. You ca

Re: Reading Status Bar in Notepad and Word 2007

2011-08-14 Thread Tom Kingston
Here's a little more direct method to get a status bar when it's a standard status bar window, as in Notepad. Note, in some programs it will be a direct child and others it won't. So use DirectChildren or Children as needed. You can find out quickly in the immediate mode window. Although, if it