|
-
May 4th, 2004, 03:33 PM
#1
Thread Starter
Frenzied Member
Odd error
Hey,
When I try to open this form, I get this error.
The designer cannot process the code at line 279, please see the Task List for details. The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again.
This is the code from the form
'panelRight
'
Me.panelRight.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.panelRight.Controls.AddRange(New System.Windows.Forms.Control() {Me.ldtImage, Me.ldtOriginal})
Me.panelRight.Dock = System.Windows.Forms.DockStyle.Fill
Me.panelRight.Location = New System.Drawing.Point(370, 25)
Me.panelRight.Name = "panelRight"
Me.panelRight.Size = New System.Drawing.Size(366, 485)
Me.panelRight.TabIndex = 27 'line in error
Me.panel.tabindex = 27 is the line in the error message.
If I comment it out, then I get the same error but for line 278.
Any Ideas?
Don't anthropomorphize computers -- they hate it
-
May 4th, 2004, 03:46 PM
#2
Fanatic Member
no idea. either upload your project or remove the panel and try again somethings gone to cock by the looks of it
I am curretly building a defect management system for software and web developers,
If you wana try it out (beta test) and keep it for free just send me a message
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|