From: Muhammad on 3 Apr 2010 23:17 Dear All member Could I make the static text to be fulfill text as a memo text box dialog. How Could I do this? Thanks
From: ImageAnalyst on 3 Apr 2010 23:22 Do you want to just use msgbox()?
From: Sadik on 3 Apr 2010 23:30 Or inputdlg, or input? Best.
From: Muhammad on 3 Apr 2010 23:32 I mean how to create a memo box? Static text in GUI which can be writable.. If I use edit text, I am facing a problem that I can write freely. Thanks .
From: ImageAnalyst on 3 Apr 2010 23:34
This is confusing. Do you want the user to be able to type the text or not???? If so, use inputdlg(). If not, use msgbox(). |