Results 1 to 4 of 4

Thread: vb6 prompt

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2011
    Posts
    118

    vb6 prompt

    -fixed
    Last edited by jimpie; Jul 2nd, 2011 at 12:26 PM. Reason: solved the problem

  2. #2
    Fanatic Member robbedaya's Avatar
    Join Date
    Jul 2002
    Location
    Belgium
    Posts
    872

    Re: vb6 prompt

    vb Code:
    1. If Msgbox("Press 'no' or 'yes'", vbYesNo, "Are you sure you want to delete the file?") = vbYes Then
    2.     Msgbox "File Deleted"
    3. Else
    4.     Msgbox "File Kept"
    5. End If
    - Use the thread tools to Mark your Thread as Resolved when your question is answered.
    - Please Rate my answers if they where helpful.

  3. #3
    PowerPoster Spoo's Avatar
    Join Date
    Nov 2008
    Location
    Right Coast
    Posts
    2,656

    Re: vb6 prompt

    Jimpie

    Suggestion .. next time you solve your problem, don't
    delete the original post.

    As is, others (like me) that subsequently come to the thread
    have no idea what your question was.

    Spoo

  4. #4
    Just a Member! seenu_1st's Avatar
    Join Date
    Aug 2007
    Location
    India
    Posts
    2,170

    Re: vb6 prompt

    just mark as resolved, dont remove them, if posible explain how did u solve it, so it wil be useful in future for somebody who search for the same question.
    Seenu

    If this post is useful, pls don't forget to Rate this post.
    Pls mark thread as resolved once ur problem solved.
    ADO Tutorial Variable types SP6 for VB6, MsFlexGrid fast fill, Sorting Algorithms


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