X-Received: by 10.107.131.73 with SMTP id f70mr18313976iod.18.1442260858013; Mon, 14 Sep 2015 13:00:58 -0700 (PDT) X-Received: by 10.50.39.104 with SMTP id o8mr137784igk.3.1442260857993; Mon, 14 Sep 2015 13:00:57 -0700 (PDT) Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!kq10no2692388igb.0!news-out.google.com!n2ni1112igy.0!nntp.google.com!kq10no2692387igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: it.comp.lang.visual-basic Date: Mon, 14 Sep 2015 13:00:57 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=151.16.182.17; posting-account=eitZdgoAAAC6C9CXmyhLNaQM3MgI3eZM NNTP-Posting-Host: 151.16.182.17 References: <11e6196a-7b2b-465b-af58-aa03d6b79b65@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9b204961-e436-47c2-82cb-a7b61606be4a@googlegroups.com> Subject: =?UTF-8?Q?Re=3A_TableAdapterManager_tipizzato_come_propriet=C4=85_di?= =?UTF-8?Q?_un_UserControl?= From: Luca D Injection-Date: Mon, 14 Sep 2015 20:00:58 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com it.comp.lang.visual-basic:18508 On Monday, September 14, 2015 at 9:52:21 PM UTC+2, Paperino wrote: > > Non so se e quanto la cosa ti possa aiutare, ma con una > rapida guglata ho trovato un paio di soluzioni almeno > a questo specifico problema... poi ovviamente ce ne saranno > altri, ma intanto, nel KeyPress puoi mettere un "e.Handled =3D true" > oppure nel KeyDown un "e.SuppressKeyPress =3D true". >=20 Senza contare che si pu=F2 banalmente impostare in modalit=E0 DropDownList,= se uno non vuole proprio avere il TextBox editabile...