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
 
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.
 
Back
Top