Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Many details to display inside text box

Status
Not open for further replies.

robUK2

Programmer
Mar 10, 2008
57
TH
Hello,

VS 2008

I am developing phone application. Which will have a dial pad and a display.

In the display the customer wants to have details of (call duration, number being called, status when call is connected and disconnected).

Number being called should be in the top left, Status button left, call duration button right.

I am just wondering what is the best method to go about this.

I was thinking of making a new control and inherit from the text box class. And this textbox will contain the 3 text boxes I need to display the different details. That way they can be aligned correctly in the display.

Any other suggestions or ideas would be most helpfull,

Thanks,
 
These are all readonly details for user. I prefer labels to diplay those info, so that user won't be clicking/selecting that

________________________________________________________
Zameer Abdulla
Help to find Missing people
 
Hello,

What I have in mind is to create a user control that has a panel and 3 labels contained inside. The labels are used because the display will be read only.

If anyone has any other ideas that are better I would be happy to try them out.

Many thank,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top