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. c#

c#

Scheduled Pinned Locked Moved C#
csharphelp
9 Posts 7 Posters 2 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.
  • J Offline
    J Offline
    jigs_p
    wrote on last edited by
    #1

    Hello!! Somebody help me I m new in c#, I want to do practical like this First I create two textbox and then one checkbox. I want that if i check the checkbox whatever I have to write in one textbox that display same text in other textbox and dispay readonly Like temporary and permanent address same field in most of fill application form. please send me code

    D A OriginalGriffO S 4 Replies Last reply
    0
    • J jigs_p

      Hello!! Somebody help me I m new in c#, I want to do practical like this First I create two textbox and then one checkbox. I want that if i check the checkbox whatever I have to write in one textbox that display same text in other textbox and dispay readonly Like temporary and permanent address same field in most of fill application form. please send me code

      D Offline
      D Offline
      Dalek Dave
      wrote on last edited by
      #2

      My dear friend, I shall not flame you, for you are new. This is exactly the sort of thing you need to learn. If we told you or gave you code you would have learnt nothing. I suggest you use This[^] excellent research tool to find the answers you need. There are many c# Tutorials available that can help an absolute beginner, and they will help you progress. There is no other way you can advance, and certainly not by others doing it for you.

      ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]

      P L 2 Replies Last reply
      0
      • D Dalek Dave

        My dear friend, I shall not flame you, for you are new. This is exactly the sort of thing you need to learn. If we told you or gave you code you would have learnt nothing. I suggest you use This[^] excellent research tool to find the answers you need. There are many c# Tutorials available that can help an absolute beginner, and they will help you progress. There is no other way you can advance, and certainly not by others doing it for you.

        ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]

        P Offline
        P Offline
        Pravin Patil Mumbai
        wrote on last edited by
        #3

        Very nice answer for a beginner....

        I quit being afraid when my first venture failed and the sky didn't fall down.

        D 1 Reply Last reply
        0
        • P Pravin Patil Mumbai

          Very nice answer for a beginner....

          I quit being afraid when my first venture failed and the sky didn't fall down.

          D Offline
          D Offline
          Dalek Dave
          wrote on last edited by
          #4

          Thank you.

          ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]

          1 Reply Last reply
          0
          • J jigs_p

            Hello!! Somebody help me I m new in c#, I want to do practical like this First I create two textbox and then one checkbox. I want that if i check the checkbox whatever I have to write in one textbox that display same text in other textbox and dispay readonly Like temporary and permanent address same field in most of fill application form. please send me code

            A Offline
            A Offline
            Abhinav S
            wrote on last edited by
            #5

            Try this out. If you face issues, please post them (with code) here and someone will help you.

            Too much of heaven can bring you underground Heaven can always turn around Too much of heaven, our life is all hell bound Heaven, the kill that makes no sound

            P 1 Reply Last reply
            0
            • A Abhinav S

              Try this out. If you face issues, please post them (with code) here and someone will help you.

              Too much of heaven can bring you underground Heaven can always turn around Too much of heaven, our life is all hell bound Heaven, the kill that makes no sound

              P Offline
              P Offline
              Pravin Patil Mumbai
              wrote on last edited by
              #6

              I think you have missed the links Abhinav... Everything is appearing as a text only.....

              I quit being afraid when my first venture failed and the sky didn't fall down.

              1 Reply Last reply
              0
              • D Dalek Dave

                My dear friend, I shall not flame you, for you are new. This is exactly the sort of thing you need to learn. If we told you or gave you code you would have learnt nothing. I suggest you use This[^] excellent research tool to find the answers you need. There are many c# Tutorials available that can help an absolute beginner, and they will help you progress. There is no other way you can advance, and certainly not by others doing it for you.

                ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                Excellent answer! So polite even... How come you aren't drunk yet ;P

                Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.

                1 Reply Last reply
                0
                • J jigs_p

                  Hello!! Somebody help me I m new in c#, I want to do practical like this First I create two textbox and then one checkbox. I want that if i check the checkbox whatever I have to write in one textbox that display same text in other textbox and dispay readonly Like temporary and permanent address same field in most of fill application form. please send me code

                  OriginalGriffO Offline
                  OriginalGriffO Offline
                  OriginalGriff
                  wrote on last edited by
                  #8

                  Where would be the point of giving you the code? What would you learn? How to do it next time? Probably not. How to do the next task you come up with? Definitely not. This is not a difficult task: You need one text box property (Text) used twice, one CheckBox property (Checked) used once, and a single event handler - I'll let you guess the name of that. Total code you need to write? About two lines, if we let Visual Studio handle the hook up code (and mostly, we do). Seriously, you need to get a book and follow the whole thing from the beginning to the end, doing all the exercises. If you continue to learn by asking for a bit here and a bit there, you will miss so much important stuff that you will effectively have wasted all the time you put into it.

                  Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                  "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                  1 Reply Last reply
                  0
                  • J jigs_p

                    Hello!! Somebody help me I m new in c#, I want to do practical like this First I create two textbox and then one checkbox. I want that if i check the checkbox whatever I have to write in one textbox that display same text in other textbox and dispay readonly Like temporary and permanent address same field in most of fill application form. please send me code

                    S Offline
                    S Offline
                    ScottM1
                    wrote on last edited by
                    #9

                    LOL! N00b alert!

                    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