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. C#
  4. How to create windows custom control in c#.net

How to create windows custom control in c#.net

Scheduled Pinned Locked Moved C#
csharphelptutorial
2 Posts 2 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.
  • N Offline
    N Offline
    NK7
    wrote on last edited by
    #1

    Hi Any body help me to how to create a windows custom control(not usercontrol) having one combobox, label and button Like below [Lable]Connect [combobox]ServersList below one button Click to connect its urgent help me plz kesavan

    A 1 Reply Last reply
    0
    • N NK7

      Hi Any body help me to how to create a windows custom control(not usercontrol) having one combobox, label and button Like below [Lable]Connect [combobox]ServersList below one button Click to connect its urgent help me plz kesavan

      A Offline
      A Offline
      Andrei Ungureanu
      wrote on last edited by
      #2

      NK7 wrote:

      [Lable]Connect [combobox]ServersList below one button Click to connect

      You can achieve this by creating one UserControl that receives several parameters. Once you have created a UserControl, and build the solution you will have your control in the toolbox. You can drag and drop it anywhere in you form. Another way is to create a new Windows Control Library Project, create all your user controls there and add the controls to the toolbox specifying the DLL file. You can also check this link hope it helps.

      There are 10 kinds of people: those who understand binary and those who don't

      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