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. IDE Controls Help

IDE Controls Help

Scheduled Pinned Locked Moved C#
visual-studiohelpquestion
5 Posts 3 Posters 1 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.
  • B Offline
    B Offline
    BLaZiNiX
    wrote on last edited by
    #1

    Hi all, Is there someone who know how make these 2 things 1: make a tooltip over over the cursor when someone enter a function name like in VStudio ? 2: how make a listbox appear when someone enter a "." at the end of a variable name like in VStudio ? Thanks a lot BLaZeX

    J 1 Reply Last reply
    0
    • B BLaZiNiX

      Hi all, Is there someone who know how make these 2 things 1: make a tooltip over over the cursor when someone enter a function name like in VStudio ? 2: how make a listbox appear when someone enter a "." at the end of a variable name like in VStudio ? Thanks a lot BLaZeX

      J Offline
      J Offline
      jparsons
      wrote on last edited by
      #2

      BLaZiNiX wrote: 2: how make a listbox appear when someone enter a "." at the end of a variable name like in VStudio ? You could handle events like TextChanged and according to waht was typed, pop up menus. Jared jparsons@jparsons.org www.prism.gatech.edu/~gte477n

      B 1 Reply Last reply
      0
      • J jparsons

        BLaZiNiX wrote: 2: how make a listbox appear when someone enter a "." at the end of a variable name like in VStudio ? You could handle events like TextChanged and according to waht was typed, pop up menus. Jared jparsons@jparsons.org www.prism.gatech.edu/~gte477n

        B Offline
        B Offline
        BLaZiNiX
        wrote on last edited by
        #3

        and how exactly I can find that the string I typed is the name of a variable and after I wrote a "." pop the list at the current cursor position ?

        L 1 Reply Last reply
        0
        • B BLaZiNiX

          and how exactly I can find that the string I typed is the name of a variable and after I wrote a "." pop the list at the current cursor position ?

          L Offline
          L Offline
          leppie
          wrote on last edited by
          #4

          Look at : this.GetType().FindMembers() MYrc : A .NET IRC client with C# Plugin Capabilities. See http://sourceforge.net/projects/myrc for more info. :-D

          L 1 Reply Last reply
          0
          • L leppie

            Look at : this.GetType().FindMembers() MYrc : A .NET IRC client with C# Plugin Capabilities. See http://sourceforge.net/projects/myrc for more info. :-D

            L Offline
            L Offline
            leppie
            wrote on last edited by
            #5

            To add :) Generally the System.Reflection namespace should provide most of the answers you need. :) MYrc : A .NET IRC client with C# Plugin Capabilities. See http://sourceforge.net/projects/myrc for more info. :-D

            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