PDA

Click to See Complete Forum and Search --> : textbox and command questions


rjones
Nov 9th, 2004, 01:57 PM
ok, i have a couple problems that i'm struggling with. if anyone can answer some of these it would be greatly appreciated.
1) The textbox i drag onto the form is only one line, can i make it multiple lines?
2) Every command button i put on the form takes up the whole line. is there a way that I can resize these to put two per line?

Mike Hildner
Nov 9th, 2004, 05:14 PM
What environment are you using? You using VS2003 and a smart device application?

rjones
Nov 10th, 2004, 08:22 AM
vs.net

Mike Hildner
Nov 10th, 2004, 10:18 AM
Not sure if I understand exactly what you're doing, so this may not be quite right. For the first, just set the multiline property to true - then you can resize etc. I don't understand the second one. When I put a button a a form in a smart device application, it's a reasonable size, and can be resized as well.

Shaggy Hiker
Nov 24th, 2004, 12:52 PM
Command buttons can be resized, so you will have to figure out why yours cannot.