I've been searching for a while but still don't know how to do this, please help
The question:
Use DTPicker(Component: MS Windows Common Controls-2 6.0) to select an invoice date and use an input box to enter the credit limit in days and finally display the due date(i.e. invoice date + credit limit).

Text1.Text = dtPicker.Value
Text2.Text = InputBox("Please enter the invoice amount.", "Amount")
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.