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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Windows Forms
  4. Enable the smart tag menu at run-time

Enable the smart tag menu at run-time

Scheduled Pinned Locked Moved Windows Forms
csharpvisual-studiodesignquestion
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.
  • K Offline
    K Offline
    kaminem
    wrote on last edited by
    #1

    Hi all, I use a 3rd party component in my winform, and I try to show the same smart tag menu I use in design time(visual studio 2005) in run-time. So the end-users can customize the component. (change Text, add Image...) Is there a way to enable the smart tag menu at run-time ? :doh: perhaps should I use reflection Thanks in advance kam

    C 1 Reply Last reply
    0
    • K kaminem

      Hi all, I use a 3rd party component in my winform, and I try to show the same smart tag menu I use in design time(visual studio 2005) in run-time. So the end-users can customize the component. (change Text, add Image...) Is there a way to enable the smart tag menu at run-time ? :doh: perhaps should I use reflection Thanks in advance kam

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      no, you're asking for VS2005 to exist inside your app. You can write your own code, or you could indeed write some code that uses reflection to find and expose properties. But, you cannot get the VS IDE outside of VS.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      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