CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Jan 2006
    Posts
    6

    Question linking controls across partial class files

    I have a C# studio 2005 GUI app that has multiple tabs with multiple controls on each tab. To make the source files more manageable I split the functions associated with each tab across source files using the partial class keywords.
    The linkage between the IDE/Control/Methods do not work anymore.
    i.e. Before splitting into partial classes if I clicked on a button in the form the IDE would put the focus at the code for that button.

    Does anyone know if this liknkage can be restored using the partial class across multiple files? If so, how is this done?

    Regards,

    AAL
    Last edited by alevine; April 12th, 2006 at 04:39 PM. Reason: typos

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

Featured