filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Sun Feb 27, 2005 12:00 pm Post subject: RICHEDIT and VDSobj.dll |
|
|
Im trying some resize on RICHEDIT
OBJECT ADD,RICHEDIT,RICHEDIT1,46,0,,,WRAP,SCROLL,,readonly
OBJECT LOADFILE,RICHEDIT1,#readme.rtf
:RESIZE
%%width = @winpos(%%win, W)
%%height = @winpos(%%win, H)
%%center = @div(%%width, 1)
DIALOG SETPOS,RICHEDIT1,,,@diff(%%center, 10),@diff(%%height,122)
This dont work |
|