May i know how do people usually standardise the GUI in VB application? different programmer tends to draw the controls based on their own preference, which end up no consistency in the company product. for eg, i want to have all the textboxes background color as yellow, instead of doing it one by one or writing it in the documentation, what else can i do? another eg, i want all the textboxes_KeyDown event to call a SendKeys “{tab}”.