RE: ListBox Select All

2006-05-27 Thread RBNUBE
All I can say to that is ;-P ___ Unsubscribe or switch delivery mode: Search the archives of this list here:

Re: ListBox Select All

2006-05-27 Thread Terry Ford
On May 27, 2006, at 8:34 AM, RBNUBE wrote: This info is in my signature again. Meaning I just put it in... No signatures will be applied to an e-mail until I create a new one. New e-mail or new thread? No Signature Man ___ Unsubscribe or swit

RE: ListBox Select All

2006-05-27 Thread RBNUBE
> This info is in my signature again. Meaning I just put it in... No signatures will be applied to an e-mail until I create a new one. ___ Unsubscribe or switch delivery mode: Search the archives of t

Re: ListBox Select All

2006-05-27 Thread Terry Ford
On May 27, 2006, at 8:23 AM, RBNUBE wrote: I'm using RB 5.5.5. This info is in my signature again. What signature? I haven't see one in any of your messages to the list. ;-) Terry ___ Unsubscribe or switch delivery mode:

RE: ListBox Select All

2006-05-27 Thread RBNUBE
Thanks, Jack. That was the answer. I to find some place to return true for a while, thinking that was the issue, but didn't put it in the right place--CellClick. Duh! Thanks! ___ Unsubscribe or switch delivery mode:

RE: ListBox Select All

2006-05-27 Thread RBNUBE
I'm using RB 5.5.5. This info is in my signature again. ___ Unsubscribe or switch delivery mode: Search the archives of this list here:

Re: ListBox Select All

2006-05-26 Thread Emile Schwarz
Subject: ListBox Select All From: "RBNUBE" <[EMAIL PROTECTED]> Date: Thu, 25 May 2006 22:40:56 -0400 There has to be a simple answer for this. I am trying to code a select all feature for a ListBox. I made a new = Method and I call it from a MenuItem as well as the associa

Re: ListBox Select All

2006-05-26 Thread CV
On May 25, 2006, at 7:40 PM, RBNUBE wrote: There has to be a simple answer for this. I am trying to code a select all feature for a ListBox. I made a new Method and I call it from a MenuItem as well as the associated command keys, and it works fine. When I call it from a ContextualMenu,

Re: ListBox Select All

2006-05-26 Thread Steve Garman
In a message regarding ListBox Select All dated Thu, 25 May 2006 22:40:56 -0400, RBNUBE said that ... > There has to be a simple answer for this. > I am trying to code a select all feature for a ListBox. I made a new Method > and I call it from a MenuItem as well as the associated com

ListBox Select All

2006-05-25 Thread RBNUBE
There has to be a simple answer for this. I am trying to code a select all feature for a ListBox. I made a new Method and I call it from a MenuItem as well as the associated command keys, and it works fine. When I call it from a ContextualMenu, it doesn't. Stepping through the code, all of the