D
**Developer**
I want a form to display help information.
For example:
-snip--
Ctrl+Number Pad 5 Select all
Ctrl+A Select all
Ctrl+E Center alignment
Ctrl+J Justify alignment
Ctrl+R Right alignment
Ctrl+L Left alignment
Ctrl+C Copy
Ctrl+V Paste
Ctrl+X Cut
Ctrl+Z Undo
-snip--
How can I enter the data into my program?
Seems I remember that the first Basic compiler had a Data statement - I need
something like that.
I know I can use the SelecedText property one line at a time, but I'd like
to be able to use notepad on the data displayed as it will be at run time.
Of course I could include the data in a file but I don't want an extra file
at run time.
Is there a way?
Thanks
For example:
-snip--
Ctrl+Number Pad 5 Select all
Ctrl+A Select all
Ctrl+E Center alignment
Ctrl+J Justify alignment
Ctrl+R Right alignment
Ctrl+L Left alignment
Ctrl+C Copy
Ctrl+V Paste
Ctrl+X Cut
Ctrl+Z Undo
-snip--
How can I enter the data into my program?
Seems I remember that the first Basic compiler had a Data statement - I need
something like that.
I know I can use the SelecedText property one line at a time, but I'd like
to be able to use notepad on the data displayed as it will be at run time.
Of course I could include the data in a file but I don't want an extra file
at run time.
Is there a way?
Thanks