Results 1 to 4 of 4

Thread: [Help about my homework]

  1. #1
    New Member
    Join Date
    Aug 12
    Posts
    3

    Resolved [Help about my homework]

    any short way to code this
    using if else
    it print the order that you take.. thanks

  2. #2
    .Net Member dday9's Avatar
    Join Date
    Mar 11
    Location
    South Louisiana
    Posts
    2,323

    Re: [Help about my homework]

    Do you want to print the messagebox? If so, instead of using a messagebox(or msgbox) use a dialog and and a printform. That away, the only code you'd need is:
    Code:
    PrintForm1.Print()
    If it isn't, then you should elaborate your question.
    Vb.Net Contributions:-Here-
    Game Contributions:-Here- New - 2d map creator
    XNA in Vb.Net Tutorials:-Here-

    Links:
    LegalShield | AUP

  3. #3
    New Member
    Join Date
    Aug 12
    Posts
    3

    Re: [Help about my homework]

    Quote Originally Posted by dday9 View Post
    Do you want to print the messagebox? If so, instead of using a messagebox(or msgbox) use a dialog and and a printform. That away, the only code you'd need is:
    Code:
    PrintForm1.Print()
    If it isn't, then you should elaborate your question.

    no sir what i mean is what is the code of this program, if i order in a list it print in messagebox

    ex. I order palabok , burger and soda the message box must be print palabok,burger and soda in the messagebox see the picture above.
    Sorry for my bad english.

  4. #4
    New Member
    Join Date
    Aug 12
    Posts
    3

    Re: [Help about my homework]

    help me

Posting Permissions

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