1

当我的foarload事件方法触发时,我有

Try 
    '//this is the default or modified color tint
    StyleManager1.ManagerColorTint = ColorTint
Catch ex As Exception
End Try

它到达StyleManager1.ManagerColorTint = ColorTint 然后当我继续它只是冻结,

StyleManager1DevComponents.DotNetBar.StyleManager

目前stylemanager1.managercolortint是 255, 50, 50, 50 ColorTint

如果我在这条线上放了一个断点,它仍然会冻结,除非我绕过那条线,否则一切都运行良好。

如果它再次触及那条线,它仍然会冻结。

有人有什么想法吗?

4

1 回答 1

0

嗯...也许在 catch ex as Exception 行下,尝试打印一些内容,例如 msgbox("Error") 以查看它是否到达那里,即使您说它冻结了。

我希望这会有所帮助,如果没有,我道歉和 gl。

于 2013-09-09T21:23:37.257 回答