首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VB >

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

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

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

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

热点排行