Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Stupid Question


Message #1 by John Walborn <JWalborn@m...> on Fri, 23 Feb 2001 08:35:39 -0700
Thanks everybody, this method worked great.

John

-----Original Message-----
From: Jerry [mailto:jmace@c...]
Sent: Friday, February 23, 2001 7:17 PM
To: professional vb
Subject: [pro_vb] Re: Stupid Question


Hi John,
    This is what I use. Put this in the KeyPress Event for the TextBox.
    If KeyAscii = vbKeyReturn Then
        SendKeys"{TAB}"
        KeyAscii=0
    End If

Please let me know if this works for you

Jerry Mace

  Return to Index