怎么将剪贴板上的内容粘贴到已打开的记事本程序上

如何将剪贴板上的内容粘贴到已打开的记事本程序上系统:VB6+XP已用Shell( c:\windows\noteped.exe ,1)打

如何将剪贴板上的内容粘贴到已打开的记事本程序上
系统:VB6+XP
        已用   Shell( "c:\windows\noteped.exe ",1)打开记事本程序,如何将剪贴板上的内容粘贴到已打开的记事本程序上?

[解决办法]
Shell "c:\windows\notepad.exe ", 1
SendKeys "^V "