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,
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,