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.
只是想知道是否可以点击用户表单。
背景如下:
我制作了一个用户表单,用户需要在其中选择草图。当用户开始选择时,用户表单将变得透明。是否可以让这个用户表单现在不可点击,以便我可以选择用户表单下方的草图和特征?
您可以隐藏用户窗体或首先以非模态状态启动它:
userformName.Show Modal:=False
但是你需要小心你的代码,因为这行之后的任何代码都会立即运行。您还需要在代码中关闭表单。