Command Bars Resize |
Post Reply |
Author | |
rplp4
Groupie Joined: 18 May 2008 Status: Offline Points: 31 |
Post Options
Thanks(0)
Posted: 26 August 2011 at 4:05pm |
I have the below code in the resize event. I get an exception the first time resize is fired. What can I do to fix this?
Exception of type 'System.Windows.Forms.AxHost+InvalidActiveXStateException' was thrown. Dim left As Integer Dim top As Integer Dim right As Integer Dim bottom As Integer TryCommandBars1.GetClientRect(left, top, right, bottom) grpMain.SetBounds(left, top, right - left - 10, bottom - top - 10) Catch ex As Exception Console.WriteLine(ex.Message) End Try |
|
Product: Xtreme SuitePro (ActiveX) version 12.0.0
Platform: Vista (64bit) - SP 2 Language: Visual Basic 6.0 |
|
gibra
Senior Member Joined: 31 October 2008 Location: Italy Status: Offline Points: 288 |
Post Options
Thanks(0)
|
gibra
CJ SuiteControl v: 13.x to 19.x Windows 10 64bit VS2019 - VB6.0 SP6 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |