|
-
Mar 31st, 2021, 03:01 AM
#11
Re: (VB6) SSTabEx: SSTab replacement. Themed and with new features
Just an idea: Before compiling you project right click in your code editor and choose Toggle->Break on All Errors menu option.
This way when you try to compile you project the IDE will break when it encounters an error instead of continuing like nothing happened (On Error Resume Next) and so things go awry as a consequence.
I'm pretty sure the problem here is with control arrays -- it's not possible to use Load statement to add more instances while the project is being compiled and this is a bug in the VB6 environment regarding control arrays that has been discussed in these forums before.
cheers,
</wqw>
Last edited by wqweto; Mar 31st, 2021 at 12:42 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
|