Search results for query: *

  • Users: badwiring
  • Content: Threads
  • Order by date
  1. B

    Threading not working with exception handling

    Hello, I'm experiencing a problem in which an exception in a background thread jumps out of its Try/Catch block and gets handled by the application's unhandled exception handler. I have a class that calls an overridden method (InitializeBatch) in a derived class, and it's wrapped in a...
  2. B

    Deployment of .NET-created DLLs for use from VBA

    Hi, I'm relatively new to anything outside of VBA programming (and a little VB6) so please forgive my ignorance. I'm trying to create a VB.NET class library and reference from a VBA application which will be deployed to several hundred users. I'm past the security, strong name key, etc...
Back
Top