Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. UserControl and Properties

UserControl and Properties

Scheduled Pinned Locked Moved Visual Basic
designquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Knut Freyer
    wrote on last edited by
    #1

    Hi, I have designed a usercontrol with a label-, a textbox- and a button-control. To accelarate the design-time I have tried to bring some of their properties on top of the property-editor, f.e. like this dim fLV as boolean _ Public Property LabelVisible() As Boolean Get Return fLV End Get Set(ByVal Value As Boolean) fLV = Value Label1.Visible = fLV End Set End Property After that I have created a form with a tab-control and about 4 sheet. When I insert my new control on page1-3, then activate page 4 and run then program, all of my self-created controls are no longer visible. This effect is shown even at design-time after an execution of my program. I'm looking for a solution , until now, I haven't found any. Maybe you have one?! Greetings Knut Freyer Bonn

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups