How to standardise interface in VB? - TechRepublic
General discussion
May 7, 2002 at 12:41 PM
ohjani

How to standardise interface in VB?

by ohjani . Updated 24 years, 1 month ago

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}”.

This discussion is locked

All Comments