复制,粘贴的WINDOWS命令是什么?WM_???(100分)

  • 主题发起人 主题发起人 forrich_001
  • 开始时间 开始时间
F

forrich_001

Unregistered / Unconfirmed
GUEST, unregistred user!
各位快快帮我啊!!!!
 
&nbsp;WM_CUT &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= $0300;<br>&nbsp; {$EXTERNALSYM WM_COPY}<br>&nbsp; WM_COPY &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = $0301;<br>&nbsp; {$EXTERNALSYM WM_PASTE}<br>&nbsp; WM_PASTE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= $0302;<br>&nbsp; {$EXTERNALSYM WM_CLEAR}<br>&nbsp; WM_CLEAR &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= $0303;<br>&nbsp; {$EXTERNALSYM WM_UNDO}<br>&nbsp; WM_UNDO &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = $0304;<br>
 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Clipboard.SetTextBuf(pchar(strTexT));<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SendMessage(Handle, WM_PASTE, 0, 0);<br>
 
就是上面的.我没什么好说的
 

Similar threads

S
回复
0
查看
857
SUNSTONE的Delphi笔记
S
S
回复
0
查看
783
SUNSTONE的Delphi笔记
S
I
回复
0
查看
455
import
I
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部