|
Custom controls
Could anyone help with this one
I've created an application which allows the user to select a customerid from a listbox which then in turn displays customer info in 5 readonly textboxes and displays the order information in a datagrid
When a user doubleclicks on a row in the datagrid this then opens a new form with another datagrid showing the order details on the order chosen
The application works fine but what I've got to do now is the same again but this time use custom controls instead and create an installer project to install the 3 user controls and the application, here's the requirements
Customer details (5 textboxes 1 combobox) (user control)
DataGrid displaying order information (inherit from datagrid)
DataGrid displaying order details (inherit from datagrid)
The code I think would need to be altered to cater for the user controls
As I'm new to custom controls any tips/examples which could help me would be appreciated, I can attach my code for the completed application and give more info if anyone can help
Thanks
|