no sir, u didn't get me..
i have two examples in one the code:
Private Sub InitializeComponent()
Me.Button1 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(91, 76)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 0
Me.Button1.Text = "click me"
Me.Button1.UseVisualStyleBackColor = True
'
this type of code is written in the
code file
but in some examples i have seen a separate file "form.designer.vb" is there which contain this code