
07-04-2009, 5:24 AM
|
 |
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
|
|
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,325
Reputation: 1315
|
|
Select multiple controls in Design view by regular selecting methods, Properties window will then show the common properties for all selected objects, set a property value to apply to all.
As Visual Studio is a visual development tool you should do most of the visual design in Designer/wizards/property pages, you will figure out by experience when you need to add code to that, or when using code is more beneficial.
|