Results 1 to 10 of 10

Thread: [RESOLVED] Minutes to Hour & minutes

Threaded View

  1. #8
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Minutes to Hour & minutes

    You really should apply some thought to the problem before asking for help. You display a string in a MessageBox like this:
    vb.net Code:
    1. MessageBox.Show(myString)
    You display a string in a TextBox like this:
    vb.net Code:
    1. myTextBox.Text = myString
    I've shown you how to create the string you want and I used the MessageBox to show it as an example. If you want to show the string in a TextBox instead then by all means do so. You already know how to create the string so you can do whatever you want with it.
    Last edited by jmcilhinney; Aug 24th, 2007 at 01:04 AM.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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