【发布时间】:2013-03-04 08:05:31
【问题描述】:
当我的foarload 事件方法触发时,我就有了
Try
'//this is the default or modified color tint
StyleManager1.ManagerColorTint = ColorTint
Catch ex As Exception
End Try
它到达StyleManager1.ManagerColorTint = ColorTint
然后当我继续时它就会冻结,
StyleManager1 是DevComponents.DotNetBar.StyleManager
目前stylemanager1.managercolortint 是 255, 50, 50, 50
和ColorTint一样。
如果我在这一行设置断点,它仍然会冻结,除非我绕过该行,否则一切运行良好。
如果它再次碰到那条线,它仍然会冻结。
有人有什么想法吗?
【问题讨论】: