CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: yongstars

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    880

    How to use Msgbox with Escapekey in VB6

    I have tried to end my program with following procedure:-
    1. When i press Escapekey in keyboard it should display messagebox stating 'Do you want to Quit?" with Yes or No Option
    Remark: its work...
  2. Replies
    5
    Views
    11,462

    Re: Esc Key Event on VB 6 Form

    Try this code. Let say you have form1 and form2. You are currently oppened form2 and want to move back to form1 by pressing Esc key. For this use this key

    Private Sub Form_KeyPress(KeyAscii As...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured