No memo control in C#

  • Thread starter Thread starter Rob Stevens
  • Start date Start date
R

Rob Stevens

I am writing my first PPC program in C#, but I just noticed that
there is no memo control in my toolbox by default. What is the
procedure of installing a memo into the toolbox?


Thanks
 
I am writing my first PPC program in C#, but I just noticed that
there is no memo control in my toolbox by default. What is the
procedure of installing a memo into the toolbox?

TextBox (multiline), RichTextBox ....... are those not in the ToolBox for a
PPC project? if not, right click the Tool Box->Choose Items ....
 
TextBox (multiline), RichTextBox ....... are those not in the ToolBox for
a PPC project? if not, right click the Tool Box->Choose Items ....

Thanks Liz,

I did see the textbox, but I didn't realize that is what I needed to use
instead of
a memo. However the richtextbox is not available for the ppc, it seems you
can
only access it when writing a windows program.

Thanks again

Robb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top