Hi PowerSoft, Thanks for the help before
this is what i can find in the VB.net Files
The Form Contents, this is what i will need to load to get the Components and there paramiters
Me.Button1.Location = New System.Drawing.Point(34, 10)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(238, 48)
Me.Button1.TabIndex = 0
Me.Button1.Text = "Button1"
Me.Button1.UseVisualStyleBackColor = True
'
'ComboBox1
'
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(343, 25)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(152, 21)
Me.ComboBox1.TabIndex = 1
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Location = New System.Drawing.Point(525, 27)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(81, 17)
Me.CheckBox1.TabIndex = 2
Me.CheckBox1.Text = "CheckBox1"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(35, 94)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(236, 20)
Me.TextBox1.TabIndex = 3
'
'Panel1
'
Me.Panel1.Location = New System.Drawing.Point(321, 69)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(222, 116)
Me.Panel1.TabIndex = 4
'
'ProgressBar1
'
Me.ProgressBar1.Location = New System.Drawing.Point(592, 87)
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(157, 26)
Me.ProgressBar1.TabIndex = 5
'
'RadioButton1
'
Me.RadioButton1.AutoSize = True
Me.RadioButton1.Location = New System.Drawing.Point(49, 239)
Me.RadioButton1.Name = "RadioButton1"
Me.RadioButton1.Size = New System.Drawing.Size(90, 17)
Me.RadioButton1.TabIndex = 6
Me.RadioButton1.TabStop = True
Me.RadioButton1.Text = "RadioButton1"
Me.RadioButton1.UseVisualStyleBackColor = True
'
'RichTextBox1
'
Me.RichTextBox1.Location = New System.Drawing.Point(289, 238)
Me.RichTextBox1.Name = "RichTextBox1"
Me.RichTextBox1.Size = New System.Drawing.Size(270, 97)
Me.RichTextBox1.TabIndex = 7
Me.RichTextBox1.Text = ""
'
'VScrollBar1
'
Me.VScrollBar1.Location = New System.Drawing.Point(627, 223)
Me.VScrollBar1.Name = "VScrollBar1"
Me.VScrollBar1.Size = New System.Drawing.Size(36, 92)
Me.VScrollBar1.TabIndex = 8
'
'HScrollBar1
'
Me.HScrollBar1.Location = New System.Drawing.Point(679, 271)
Me.HScrollBar1.Name = "HScrollBar1"
Me.HScrollBar1.Size = New System.Drawing.Size(85, 31)
Me.HScrollBar1.TabIndex = 9
'
'StatusStrip1
'
Me.StatusStrip1.Location = New System.Drawing.Point(0, 724)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(782, 22)
Me.StatusStrip1.TabIndex = 10
Me.StatusStrip1.Text = "StatusStrip1"
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Location = New System.Drawing.Point(32, 372)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(161, 118)
Me.TabControl1.TabIndex = 11
'
'TabPage1
'
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(153, 92)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "TabPage1"
Me.TabPage1.UseVisualStyleBackColor = True
'
'TabPage2
'
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(153, 92)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "TabPage2"
Me.TabPage2.UseVisualStyleBackColor = True
'
'ToolStrip1
'
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(782, 25)
Me.ToolStrip1.TabIndex = 12
Me.ToolStrip1.Text = "ToolStrip1"
'
'TrackBar1
'
Me.TrackBar1.Location = New System.Drawing.Point(232, 457)
Me.TrackBar1.Name = "TrackBar1"
Me.TrackBar1.Size = New System.Drawing.Size(157, 45)
Me.TrackBar1.TabIndex = 13
'
'TreeView1
'
Me.TreeView1.Location = New System.Drawing.Point(428, 411)
Me.TreeView1.Name = "TreeView1"
Me.TreeView1.Size = New System.Drawing.Size(130, 78)
Me.TreeView1.TabIndex = 14
'
'NumericUpDown1
'
Me.NumericUpDown1.Location = New System.Drawing.Point(601, 430)
Me.NumericUpDown1.Name = "NumericUpDown1"
Me.NumericUpDown1.Size = New System.Drawing.Size(61, 20)
Me.NumericUpDown1.TabIndex = 15
'
'WebBrowser1
'
Me.WebBrowser1.Location = New System.Drawing.Point(18, 524)
Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
Me.WebBrowser1.Name = "WebBrowser1"
Me.WebBrowser1.Size = New System.Drawing.Size(193, 142)
Me.WebBrowser1.TabIndex = 16
'
'MenuStrip1
'
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(782, 24)
Me.MenuStrip1.TabIndex = 17
Me.MenuStrip1.Text = "MenuStrip1"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(244, 559)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(39, 13)
Me.Label1.TabIndex = 18
Me.Label1.Text = "Label1"
'
'DomainUpDown1
'
Me.DomainUpDown1.Location = New System.Drawing.Point(599, 486)
Me.DomainUpDown1.Name = "DomainUpDown1"
Me.DomainUpDown1.Size = New System.Drawing.Size(149, 20)
Me.DomainUpDown1.TabIndex = 19
Me.DomainUpDown1.Text = "DomainUpDown1"
'
'LinkLabel1
'
Me.LinkLabel1.AutoSize = True
Me.LinkLabel1.Location = New System.Drawing.Point(342, 560)
Me.LinkLabel1.Name = "LinkLabel1"
Me.LinkLabel1.Size = New System.Drawing.Size(59, 13)
Me.LinkLabel1.TabIndex = 20
Me.LinkLabel1.TabStop = True
Me.LinkLabel1.Text = "LinkLabel1"
'
'ListBox1
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.Location = New System.Drawing.Point(452, 572)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(120, 108)
Me.ListBox1.TabIndex = 21
'
'ListView1
'
Me.ListView1.Location = New System.Drawing.Point(632, 596)
Me.ListView1.Name = "ListView1"
Me.ListView1.Size = New System.Drawing.Size(115, 83)
Me.ListView1.TabIndex = 22
Me.ListView1.UseCompatibleStateImageBehavior = False
'
'GroupBox1
'
Me.GroupBox1.Location = New System.Drawing.Point(287, 596)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(141, 100)
Me.GroupBox1.TabIndex = 23
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "GroupBox1"
and i take it this section lists the Form and all Components attached to it.
At a guess, was the window size 782,746?, because the Window paramiters a a little more difficult to find
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(782, 746)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.ListView1)
Me.Controls.Add(Me.ListBox1)
Me.Controls.Add(Me.LinkLabel1)
Me.Controls.Add(Me.DomainUpDown1)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.WebBrowser1)
Me.Controls.Add(Me.NumericUpDown1)
Me.Controls.Add(Me.TreeView1)
Me.Controls.Add(Me.TrackBar1)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.TabControl1)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.MenuStrip1)
Me.Controls.Add(Me.HScrollBar1)
Me.Controls.Add(Me.VScrollBar1)
Me.Controls.Add(Me.RichTextBox1)
Me.Controls.Add(Me.RadioButton1)
Me.Controls.Add(Me.ProgressBar1)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.CheckBox1)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.Button1)
Me.MainMenuStrip = Me.MenuStrip1
Me.Name = "Form1"
Me.Text = "Form1"
Me.TabControl1.ResumeLayout(False)
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
these where all saved in
Form1.Designer.vb
This meens i can read all the components, and it looks easier to understand than the VB6 Format
Assembley.info.vb contains Project Info, (Useful if you want to import a full project)
<Assembly: AssemblyTitle("Blue")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("Blue")>
<Assembly: AssemblyCopyright("Copyright © 2007")>
<Assembly: AssemblyTrademark("")>
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
The form you made, was it call "Form1", and the project called "Blue", and whats
ME. for?
Its a guess as i dont have VB.Net
i think
Form1.resx has info on the toolbar and statusbar
I could load this, may take a while but I will add it for you
and last question, Will the items always be labels as .button1. .ComboBox1. Ect for all the gadgets, as this would be easier
Everyone Be Cool, You, Be Cool.