|
-
May 18th, 2014, 03:40 PM
#11
Re: CommonControls (Replacement of the MS common controls)
 Originally Posted by Rinzwind
Great work! Bug report: seems to be something wrong with the statusbar control in the latest OCX version.
VBCCR10
Run-time error '91':
Object variable or With block variable not set
This message appears and won't close (or the IDE crashes).
That actually happens to all OCX version, except revision number 0.
The reason was that the ASM Design Mode subclass only works on a "blank" compile.
If I compile with "binary compatibility" the ASM Design Mode subclass is like broken.
So I replaced the ASM Design Mode subclass with normal subclass as on a OCX this is no problem.
I only did a ASM Design Mode subclass as for the Std-EXE version this was necessary.
So as there is no ASM Design Mode subclass in the OCX version now the controls CoolBar and ToolBar should work now.
Last edited by Krool; May 18th, 2014 at 05:53 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|