Results 1 to 4 of 4

Thread: [Help about my homework]

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2012
    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
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Posts
    12,382

    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.
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | HtmlLessons | CssLessons | Code Tags | Sword of Fury - Jameram

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2012
    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

    Thread Starter
    New Member
    Join Date
    Aug 2012
    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
  •  



Click Here to Expand Forum to Full Width