From: Phil Hunt on 9 Feb 2010 13:32 I have a image box I use as a command button, because I can easily stretch it. It works well except it provides no visual clue on clicking. Does anyone have suggestion ? Thanks
From: Karl E. Peterson on 9 Feb 2010 13:36 Phil Hunt wrote: > I have a image box I use as a command button, because I can easily stretch > it. It works well except it provides no visual clue on clicking. Does anyone > have suggestion ? Thanks Flip images on MouseDown/MouseUp. -- ..NET: It's About Trust! http://vfred.mvps.org
From: David Kaye on 9 Feb 2010 14:20 "Phil Hunt" <aaa(a)aaa.com> wrote: >I have a image box I use as a command button, because I can easily stretch >it. It works well except it provides no visual clue on clicking. Does anyone >have suggestion ? Thanks The more you use controls for unintended functions the more confusing they become to users. I'd stick with using command buttons if you're going to show visual cues.
From: Phil Hunt on 9 Feb 2010 14:25 How do I flip it ? "Karl E. Peterson" <karl(a)exmvps.org> wrote in message news:O6HtZbbqKHA.1936(a)TK2MSFTNGP06.phx.gbl... > Phil Hunt wrote: >> I have a image box I use as a command button, because I can easily >> stretch it. It works well except it provides no visual clue on clicking. >> Does anyone have suggestion ? Thanks > > Flip images on MouseDown/MouseUp. > > -- > .NET: It's About Trust! > http://vfred.mvps.org > >
From: Karl E. Peterson on 9 Feb 2010 14:49
Phil Hunt wrote: >>> I have a image box I use as a command button, because I can easily stretch >>> it. It works well except it provides no visual clue on clicking. Does >>> anyone have suggestion ? Thanks >> >> Flip images on MouseDown/MouseUp. > > How do I flip it ? Assign a different image to the Picture property, as appropriate. -- ..NET: It's About Trust! http://vfred.mvps.org |