当前位置: 代码迷 >> PB >> richtextedit控件的使用,该怎么处理
  详细解决方案

richtextedit控件的使用,该怎么处理

热度:172   发布时间:2016-04-29 05:30:27.0
richtextedit控件的使用

代码如下
string ls_pathname
string ls_filename
int li_rtn
li_rtn = GetFileOpenName("选择图片文件",  ls_pathname,ls_filename , "Images",  "BMP (*.bmp),*.bmp,JPG (*.jpg),*.jpg",  "D:\", 18) 
if li_rtn > 0 then
rte_1.insertpicture( ls_pathname)
end if
插入图片后,图片非常大,占据整个rte控件,能不能在插入之前把图片的长宽改一下?
------解决方案--------------------
引用:
[email protected],发了帖子没人回答,[email protected] [email protected]


[email protected],呵呵