filedragedit.shtml.htm
来自「一套比较全的编辑框控制教程。。。附源代码。」· HTM 代码 · 共 28 行
HTM
28 行
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="author" content="zafir anjum">
<title>edit controls - table of contents</title>
<meta name="description" content="source code for various windows controls">
<meta name="keywords" content="mfc source code edit controls">
</head>
<body background="../di2001.jpg"
tppabs="http://www.codeguru.com/fancyhome/back.gif" bgcolor="#ffffff">
<h3 align="center"><font color="#aoao99">drag files into cedit</font></h3>
<hr>
<p>this code was contributed by <a href="mailto:chrisdl@pagesz.net">chris losinger</a>. </p>
<p>the code demonstrates a cedit-derived control that allows you to drag and drop files or
folders into it - the path name of what you dragged will be determined and the text of
said path will be set as the control's text. it parses file shortcuts, too. </p>
<p><a href="filedragedit.zip" tppabs="http://www.codeguru.com/editctrl/filedragedit.zip">download
files</a> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?