VB.NET, C#: predložio bih ti da:
- izgenerišeš jednu formu ili user controlu.
- Onda na nju nabaci 2 text boxa jedan ispod drugog (pored, svejedno).
- otvori kod forme i pogledaj hidden region koda.
VS2005 generiše formu na osnovu dizajnera. Sve kontrole i jesu dinamički dodate, pa ćeš na isti način, bez problema, dodatavati i ti svoje.
Debugging is twice as hard as writing the code in the first place. Therefore, if you
write the code as cleverly as possible, you are, by definition, not smart enough to
debug it. -Brian Kernighan