Results 1 to 3 of 3

Thread: What is the difference between Msgbox Statement and MsgboxQ function?

  1. #1
    Join Date
    Feb 2009
    Posts
    5

    What is the difference between Msgbox Statement and MsgboxQ function?

    Hi,

    What is the difference between Msgbox Statement and MsgboxQ function?

  2. #2
    Join Date
    May 2008
    Posts
    115

    Re: What is the difference between Msgbox Statement and MsgboxQ function?

    There is a differance.

    Msgbox statement is only display the message.

    Msgbox() function after displaying the message we pressing any button(yes,no,cncel) then it returns the value.

    Example for MsgBox function

    x= Msgbox ("Do you ant to delete." ,VBYesNO)

    if you press yes. The x value is 6

    if you press No. The x value is 7

  3. #3
    Join Date
    Jun 2008
    Posts
    144

    Re: What is the difference between Msgbox Statement and MsgboxQ function?

    MsgBox is a built in VB function which displays a Message Box and MsgBoxQ is a function defined by the user.

Similar Threads

  1. How to use Function Statement in PHP?
    By Samarth in forum Software Development
    Replies: 5
    Last Post: 21-02-2010, 12:35 AM
  2. Difference between memcpy() and strncpy() function in C
    By Owen Fernandes in forum Software Development
    Replies: 5
    Last Post: 16-01-2010, 08:46 AM
  3. What is the difference between a function and a subroutine?
    By Pooja in forum Software Development
    Replies: 5
    Last Post: 28-02-2009, 06:43 PM
  4. Replies: 4
    Last Post: 25-02-2009, 08:52 PM
  5. Difference between Sub and Function in Visual Basic and VB.Net
    By Bellamy in forum Software Development
    Replies: 3
    Last Post: 21-01-2009, 10:11 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,658,608.58921 seconds with 17 queries