Results 1 to 4 of 4

Thread: help with syntax for messagebox [resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2004
    Location
    in the heart of the Mediterranean
    Posts
    1,143

    help with syntax for messagebox [resolved]

    Code:
    If MessageBox.Show(String.Format("QTY: {0} ;  Book: {1} ; LANo: {2}", s0, s1, s2, "Confirm"), MessageBoxButtons.OKCancel, MessageBoxIcon.Question) = Windows.Forms.DialogResult.OK Then
    Hi I have a , or ) misplaced. Does anyonw know how it should be done pls?
    Last edited by angelica; May 27th, 2008 at 04:47 PM.

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