main logo
Subject: Re: Ctrl+Ins ?!!!
Author: "Hamed"
Posted: 2002/12/31 01:10:00
 
View Entire Thread
New Search


Of course I have a base class and have put the your code (a little modified) in
it . :-)
Thanks for help

Hamed...

----- Original Message -----
From: "Sal" <saladin1175 At ntlworld D.OT com>
To: <profox@leafe.com>
Sent: Monday, December 30, 2002 3:31 AM
Subject: RE: Ctrl+Ins ?!!!


> Hamed,
>
> No 'property' is involved here. Your customers will press CTRL-INSERT and
> paste the clipboard contents. Your Windows 3.0 customers will be happy! You
> *do* have a textbox baseclass?
>
> Sal
>
> > -----Original Message-----
> > From: profox-admin At leafe D.OT com [mailto:profox-admin@leafe.com]
> > On Behalf Of Hamed
> > Sent: 29 December 2002 06:00
> > To: profox At leafe D.OT com
> > Subject: Re: Ctrl+Ins ?!!!
> >
> >
> > I know I can use Ctrl+C. But Ctrl+Ins is more convenient for
> > some of the customers. I thought it may have some property
> > that enables the feature
> >
> >
> > ----- Original Message -----
> > From: "Sal" <saladin1175@ntlworld.com>
> > To: <profox At leafe D.OT com>
> > Sent: Saturday, December 28, 2002 8:37 PM
> > Subject: RE: Ctrl+Ins ?!!!
> >
> >
> > > Hamed,
> > >
> > > You could put this in the textbox keypress event as a workaround.
> > >
> > > LPARAMETERS nKeyCode, nShiftAltCtrl
> > > if nKeyCode = 146 && CTRL-INSERT
> > > * nodefault && not necessary on vfp8 beta
> > > keyboard '{ctrl+v}'
> > > endif
> > >
> > > Sal
> > >
> > > > -----Original Message-----
> > > > From: profox-admin@leafe.com [mailto:profox-admin At leafe D.OT com] On
> > > > Behalf Of Hamed
> > > > Sent: 28 December 2002 15:45
> > > > To: Multiple recipients of ProFox
> > > > Subject: Ctrl+Ins ?!!!
> > > >
> > > >
> > > > Is Ctrl+Insert disabled in TextBox controls in vfp? :O
> > > > I use vfp 7, Win2K. and surprised that TextBox controls doesn't
> > > > support
> > > > Ctrl+Insert to copy text to clipboard. Is there anyone to
> > > > know how can I
> > > > Ctrl+enable
> > > > this properties.
> > > >
> > > >
> > > [excessive quoting removed by server]
> > >
> > [excessive quoting removed by server]
> >
> [excessive quoting removed by server]
>
[excessive quoting removed by server]



 
©2002 Hamed
<-- Prior Message New Search Next Message -->