trichview.support
Re: Resize Control |
Author |
Message |
Sergey Tkachenko |
Posted: 11/15/2003 16:22:43 If you need to make a control (added with InsertControl) resizable, you actually need to write some code (see "Editor 1" demo). But images are resizable by default (if you do not forbid resizing globally). rve.InsertPicture(extractfilename(OpenDialog1.FileName),gr,rvvaBaseLine) is enough. > > Hi, > > I want to insert a control (tgifimage and tpngobject) and have the resize > bars available. I realise I need to use the rvepReizeable parameter but could > you let me know how to set this in code for the inserted image? So, what > would come after this code to make sure the inserted image control had resize > bars? > > rve.InsertPicture(extractfilename(OpenDialog1.FileName),gr,rvvaBaseLine); > > Thanks |
Powered by ABC Amber Outlook Express Converter