Results 1 to 6 of 6

Thread: [RESOLVED] How to have the same output

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2006
    Posts
    178

    Resolved [RESOLVED] How to have the same output

    How can i make the same out output

    This is frmCounter txtStart form, how can i make what will appear in #1 to appear in txtstart #2 form Number 2 form having the same output "#2 form is PC form ...'



    #2 form is PC form

  2. #2
    Frenzied Member aikidokid's Avatar
    Join Date
    Aug 2002
    Location
    Bristol, UK
    Posts
    1,968

    Re: How to have the same output

    Try this:

    Code:
    frmPC2.txtStart.Text = frmCounter.txtStart.Text
    If somebody helps you, take time to RATE the post. I do.

    "FAILURE IS NOT AN OPTION. It comes bundled with the software."

    Below are some of the threads that have helped me along the way:

    CodeBank submission:
    Listview Backcolor (without subclassing)

    Loading Treeview Nodes From A Database, Creating Registry Keys, Count Number of Lines in TextBox , Excellent RichTextBox Tricks & Tips
    Ideas & Screen Shots For A Code Library App
    How to do Data validation in Excel, Conditional Formating in Excel

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Apr 2006
    Posts
    178

    Re: How to have the same output

    it didnt work its inside the frame how can i make it to work ? thanks a lot

  4. #4
    Frenzied Member aikidokid's Avatar
    Join Date
    Aug 2002
    Location
    Bristol, UK
    Posts
    1,968

    Re: How to have the same output

    Hmm, this works for me.

    Are you sure the names are correct for your controls. What I showed was only an example, I may have had the names wrong.

    Take a look at this example:
    Attached Files Attached Files
    If somebody helps you, take time to RATE the post. I do.

    "FAILURE IS NOT AN OPTION. It comes bundled with the software."

    Below are some of the threads that have helped me along the way:

    CodeBank submission:
    Listview Backcolor (without subclassing)

    Loading Treeview Nodes From A Database, Creating Registry Keys, Count Number of Lines in TextBox , Excellent RichTextBox Tricks & Tips
    Ideas & Screen Shots For A Code Library App
    How to do Data validation in Excel, Conditional Formating in Excel

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Apr 2006
    Posts
    178

    Re: How to have the same output

    Thanks a lot to all of you i already got it thanks

  6. #6
    Frenzied Member aikidokid's Avatar
    Join Date
    Aug 2002
    Location
    Bristol, UK
    Posts
    1,968

    Re: How to have the same output

    Good

    Can you mark the thread resolved now so people know it has been sorted for you.
    Thanks
    If somebody helps you, take time to RATE the post. I do.

    "FAILURE IS NOT AN OPTION. It comes bundled with the software."

    Below are some of the threads that have helped me along the way:

    CodeBank submission:
    Listview Backcolor (without subclassing)

    Loading Treeview Nodes From A Database, Creating Registry Keys, Count Number of Lines in TextBox , Excellent RichTextBox Tricks & Tips
    Ideas & Screen Shots For A Code Library App
    How to do Data validation in Excel, Conditional Formating in Excel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width