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. C#
  4. what is the code to include inputbox

what is the code to include inputbox

Scheduled Pinned Locked Moved C#
question
8 Posts 4 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.
  • V Offline
    V Offline
    Vivek Vijayan
    wrote on last edited by
    #1

    what is the code to include inputbox i want it to pop up each time i click a button

    This code was posted by me...

    N C 2 Replies Last reply
    0
    • V Vivek Vijayan

      what is the code to include inputbox i want it to pop up each time i click a button

      This code was posted by me...

      N Offline
      N Offline
      Nagy Vilmos
      wrote on last edited by
      #2

      C# doesn't have an input box [bit stupid] but you do have a couple of choices: 0. write one - a simple static method like this[^] was found on a very quick google. 1. Import one. Use the VB one in the Microsoft.VisualBasic.dll assembly. 2. dunno.


      Panic, Chaos, Destruction. My work here is done.

      1 Reply Last reply
      0
      • V Vivek Vijayan

        what is the code to include inputbox i want it to pop up each time i click a button

        This code was posted by me...

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

        You should never use that VB6 crap, even in VB.NET. Write your own, should take about 5 min.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        N 1 Reply Last reply
        0
        • C Christian Graus

          You should never use that VB6 crap, even in VB.NET. Write your own, should take about 5 min.

          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

          N Offline
          N Offline
          Nagy Vilmos
          wrote on last edited by
          #4

          Christian Graus wrote:

          Write your own, should take about 5 min.

          Copy from the web, takes 2.78 seconds.


          Panic, Chaos, Destruction. My work here is done.

          C 1 Reply Last reply
          0
          • N Nagy Vilmos

            Christian Graus wrote:

            Write your own, should take about 5 min.

            Copy from the web, takes 2.78 seconds.


            Panic, Chaos, Destruction. My work here is done.

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

            True, but you'd learn more by writing it.

            Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

            N 1 Reply Last reply
            0
            • C Christian Graus

              True, but you'd learn more by writing it.

              Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

              N Offline
              N Offline
              Nagy Vilmos
              wrote on last edited by
              #6

              Some people could learn a lot from knowing how to use google...


              Panic, Chaos, Destruction. My work here is done.

              A 1 Reply Last reply
              0
              • N Nagy Vilmos

                Some people could learn a lot from knowing how to use google...


                Panic, Chaos, Destruction. My work here is done.

                A Offline
                A Offline
                Abhishek Sur
                wrote on last edited by
                #7

                Yes.. I saw a quote which says something like this : "I dont have to learn everything, but I have to learn where to find it when required" Your reply reminds me this.

                Abhishek Sur My Latest Articles Working with Excel using MDAC
                Basics on LINQ and Lambda Expressions
                Create .NET Templates

                N 1 Reply Last reply
                0
                • A Abhishek Sur

                  Yes.. I saw a quote which says something like this : "I dont have to learn everything, but I have to learn where to find it when required" Your reply reminds me this.

                  Abhishek Sur My Latest Articles Working with Excel using MDAC
                  Basics on LINQ and Lambda Expressions
                  Create .NET Templates

                  N Offline
                  N Offline
                  Nagy Vilmos
                  wrote on last edited by
                  #8

                  In my first job - straight out of uni - my boss was amazed at my leet-skilz. I was the only person stupid/keen/enquiring enough to RTFM!


                  Panic, Chaos, Destruction. My work here is done.

                  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