Jump to content
Sub_Zero

Cum sa faci tastatura sa o ia razna in VB

Recommended Posts

Posted

By David Gray - chapter16_98@hotmail.com

Simply add the line: SendKeys "{Enter}" to a timer

The code should look like this:

Private Sub Timer1_Timer

SendKeys "{Enter}"

End sub

Make sure that the timer's interval is set to 1 or higher and the timer is

enabled. Make the EXE and run it. Try and type something in Notepad and

watch as line after line of ENTERS appear. Replace {Enter} with a string of

your choice (I.e Dark Slick Rulz the MBR) and watch as the text is typed

onto the screen

Posted

si cand scri pe mess pac enter singur :)) dar ai uitat sa zici in form load form1.visible = false,form1.enabled = false sau numai stiu are din ele cel mai bine le bagi pe amandoua

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...