multi-line button

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I am programming onto a pocket pc with vs2003.net sp2 c#.
I am having problems trying to achieve a multi-line button.
I tried adding \n directly into the code itself...
On my pocket pc i ended up having squares where the jump line was
supposed to be as a result of adding the jump line directly to the
code itself.
Yours Truly,
Mark
 
Hi Mark

If you change \n with \r\n, do you still get squares?
 
Morten Wennevik said:
Hi Mark

If you change \n with \r\n, do you still get squares?

Hey Morten,
If I write \r\n I will then have two squares instead of one...
I tried the newline commands, they also give me squares...
 
Mark,

I'm sorry, but I'm not familiar with Pocket PC.
If all else fails, you could use drawstring on an inherited Button.
 

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