Hey all,
I wondering how to make 2 text box be resizable thru a middle strip area
here is the code:
option explicit
private sub form_load()
form_resize
private sub form_resize()
on error resume next
rtftext.move 0,0,me.scalewidth/2.me.scaleheight
rtftranslate.move rtftext.width +30, 0, me.scalewidth/2, _ me.scaleheight
that +30 area(or it can be larger) to be able to move so if that the user wishes to have more of one side visible/usable then that would be available.
Any thoughts how to do that ?
thanks
Aaron
I wondering how to make 2 text box be resizable thru a middle strip area
here is the code:
option explicit
private sub form_load()
form_resize
private sub form_resize()
on error resume next
rtftext.move 0,0,me.scalewidth/2.me.scaleheight
rtftranslate.move rtftext.width +30, 0, me.scalewidth/2, _ me.scaleheight
that +30 area(or it can be larger) to be able to move so if that the user wishes to have more of one side visible/usable then that would be available.
Any thoughts how to do that ?
thanks
Aaron