Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个单一的形式,并以该形式想要其他形式。我想要一个表单中的 5 个按钮,单击一个按钮时,其他带有网格的表单将显示在按钮单击时获取的不同数据。我可以这样做吗?如果是,请帮助我继续。
创建一个窗口窗体。这将是您的主要形式。假设您使用 Visual Studio,这非常容易。建立主表单后,将用户控制器拖放到表单上。让您的主表单包含 5 个按钮,并在另一个表单上包含您的数据网格。