Results 1 to 40 of 175

Thread: (VB6) SSTabEx: SSTab replacement. Themed and with new features

Threaded View

  1. #11
    PowerPoster wqweto's Avatar
    Join Date
    May 2011
    Location
    Sofia, Bulgaria
    Posts
    6,167

    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>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width