byref参数,不允许更改方法

时间:2016-01-18 18:18:23

标签: dialog screenshot capture byref

我有一个非常古老的方法:

dim out as Integer = 0
DontTouchClass.Foo(out)
'byref parameter
DoMore()

" DontTouchClass" Methode显示了一个Dialog和" out"参数是"返回码"。 问题是:在拍摄屏幕截图之前,对话框会逐渐消失。 我丑陋的解决方案

Threading.Thread.Sleep(500)

我不允许更改方法Foo。 什么'这个问题的更好解决方案?

0 个答案:

没有答案