• Keysend.bas é um pronto escrita de Código do Visual Basic que irá permitir que você envie chaves para qualquer janela tinha o foco imediatamente antes de clicar em um dos enviar botões, então você pode testá-lo com qualquer aplicação. M8 do Sendkey de substituição, você deve decidir comprá-lo, é fornecido como dois .bas módulos. Um para VB5 / VB6 e um para VB.NET. Para referência, o desenvolvedor notas do módulo estão incluídos abaixo Sendkey sub envia os eventos keydown e keyup para o buffer de teclado separadamente. Se você definir um ponto de interrupção após um keydown para as teclas Alt, Ctrl ou Shift teclas ou depurar o código, a um ponto tal, o VB vai se tornar inutilizável e você terá que reiniciar o computador para limpar o buffer de teclado. O público sub Sendkey é uma substituição direta para a VB Sendkeys. Para usá-lo, tudo que você tem a fazer é adicionar este módulo para o projeto, em seguida, substitua "Sendkeys" com "Sendkey" no seu código. Sendkey interpreta todas as Sendkeys parâmetros, sem modificação. DOT.NET NOTA: Se o código usa VB6.sendkeys, esta é uma linha reta localizar e substituir. Se ele usa SendKeys.Enviar / SendKeys.SendWait, estes terão que ser reescrito na forma SendKey (String,Aguarde).
  • Keysend.bas pencerenin hemen gönder düğmelerinden birini tıklatarak, önce odağı oldu hangisi anahtarları göndermek sağlayacak bir hazır yazılı Visual Basic Kodu, bu nedenle herhangi bir uygulama ile test edebilirsiniz. M8 Sendkey yerine, satın almaya karar verdiğinizde, iki olarak verilir .bas modülleri. VB.NET için Visual Basic / GÜÇLÜ ve yeni bir tane. Başvuru için modül geliştirici notları aşağıda yer almaktadır Sendkey alt ayrı ayrı klavye tampon için kapatıyorsa ve başka olaylar gönderir. Eğer Alt için bir kapatıyorsa sonra bir kesme noktası ayarlarsanız, Shift tuşlarını ya da böyle bir noktaya kod boyunca adım Ctrl veya, VB kullanılamaz hale gelecek ve klavye arabellek temizlemek için bilgisayarınızı yeniden başlatmanız gerekir. Kamu alt Sendkey VB Sendkeys için doğrudan yerine geçer. Bunu kullanmak için, tüm yapmanız gereken projenize sonra kodunuzda "Sendkey ile" Sendkeys "" yerine bu modül ekleyin. Sendkey yapılmaksızın tüm Sendkeys parametreleri yorumlar.
  • Keysend.bas is a ready written Visual Basic Code that will allow you to send keys to whichever window had the focus immediately before clicking one of the send buttons, so you can test it with any application.

    M8's Sendkey replacement, should you decide to purchase it, is supplied as two .bas modules. One for VB5 / VB6 and one for VB.NET. For reference, the developer notes from the module are included below

    The Sendkey sub sends keydown and keyup events to the keyboard buffer separately. If you set a break point after a keydown for the Alt, Ctrl or Shift keys or step through the code to such a point, your VB will become unusable and you will have to reboot to clear the keyboard buffer.

    The public sub Sendkey is a direct replacement for the VB Sendkeys. To use it, all you have to do is add this module to your project then replace "Sendkeys" with "Sendkey" in your code. Sendkey interprets all Sendkeys parameters without modification.