Hi Guys,

What access level (private, public, protected) should be given to the different message handlers in my application? I generally declare all the variables for the controls as private, but are there any guidelines for these things?

No specific reason for asking all this, I just want to have consistency across my projects.

Another question that I have is that I have a project out of which I want to create another branch or version. The new variation will have a few more dialogs and features. I will be working on both of them, and want that the changes made to the common code in one of the project be automatically made to other as well. Any tool to do this?

Thanks.