From: Muhammad on
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
Do you want to just use msgbox()?
From: Sadik on
Or inputdlg, or input?

Best.
From: Muhammad on

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
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().