Results 1 to 2 of 2

Thread: Odd error

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    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

  2. #2
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539
    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
  •  



Click Here to Expand Forum to Full Width