variable is not declared it may be inaccessible due to its protection level

后端 未结 7 872
刺人心
刺人心 2020-12-10 13:09

My VB skills are not the best, and this problem has had me stumped for a few days.

In the list of controls shown in Visual Studio that are not defined in the code be

7条回答
  •  天涯浪人
    2020-12-10 14:09

    If I remember correctly, this is the default property for controls.

    Can you try by going into Design-View for the admin_reasons that contains the specified Control, then changing the control's Modifiers property to Public or Internal.

提交回复
热议问题