X-Received: by 2002:a0c:8b11:0:b0:537:75b6:f351 with SMTP id q17-20020a0c8b11000000b0053775b6f351mr621127qva.63.1675410857257; Thu, 02 Feb 2023 23:54:17 -0800 (PST) X-Received: by 2002:a05:622a:588:b0:3b8:4ffa:e303 with SMTP id c8-20020a05622a058800b003b84ffae303mr968082qtb.87.1675410856938; Thu, 02 Feb 2023 23:54:16 -0800 (PST) Path: csiph.com!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: it.comp.lang.visual-basic Date: Thu, 2 Feb 2023 23:54:16 -0800 (PST) Injection-Info: google-groups.googlegroups.com; posting-host=147.161.244.248; posting-account=yvxj_woAAABxrxq8XihQzP-tWUWpycQc NNTP-Posting-Host: 147.161.244.248 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <08954f86-ef5a-4ba2-9cbd-5ec8a89e851an@googlegroups.com> Subject: TabControl nascondere pannello From: Marco75 Injection-Date: Fri, 03 Feb 2023 07:54:17 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1588 Xref: csiph.com it.comp.lang.visual-basic:20023 Ciao, mi tocca chiedere nuovamente aiuto... ho un TabControl con 4 pannelli, e vorrei che uno di questi non fosse visibile. le ho provate tutte, da Visible = False a Hide ma lo vedo sempre. con Add e Remove lo mette o lo toglie io voglio solo nasconderlo! Dim Level1 As String = My.Settings.frmLoginLivelloUtente Select Case Level1 Case 1 'Amministratore Me.TabControlDati.TabPages.Item(3).Show Case 2 'Utenti Me.TabControlDati.TabPages.Item(3).Hide End Select qualche idea? grazie Marco