VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Open notepad using Shell command

by Khaldoun Baz (12 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Mon 29th September 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Open notepad using Shell command

Rate Open notepad using Shell command



a = Shell("notepad.exe", vbNormalFocus)
For i = 1 To Len(text)
Sleep (Speed)
SendKeys Mid(text, i, 1), 1
Next i
End Sub
Private Sub Command1_Click()
StartNote "salut c'est moi khaldoun comment allez vous ?", 10
End Sub


Download this snippet    Add to My Saved Code

Open notepad using Shell command Comments

No comments have been posted about Open notepad using Shell command. Why not be the first to post a comment about Open notepad using Shell command.

Post your comment

Subject:
Message:
0/1000 characters