本文介绍了我如何将微软从那里切割成我的杯子的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好
我正在尝试:
私有 Sub CutMicrosoft() Dim 麦克风 as microsoft 昏暗杯 as 新 Mycup Cup.Cut(麦克风) Cup.Past(麦克风) 透明杯(方式) 隐藏杯 结束 子
任何人都不知道
解决方案
Hello
I am trying this:
Private Sub CutMicrosoft() Dim Mic as microsoft Dim Cup as new Mycup Cup.Cut(Mic) Cup.Past(Mic) Cup.Clear(Way) Cup.Hide End Sub
Anyone know anything
解决方案
Yes, more than you.
You have not defined what the methods on your objects are or do; Cut, Paste, Clear and Hide on the Cup object, what do they do?
这篇关于我如何将微软从那里切割成我的杯子的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!