Help with H5ThreadLib

  • Thread starter Thread starter wdewebserver
  • Start date Start date
W

wdewebserver

Hi

Anyone using or have used the James Rudnicki H5ThreadLib class in a
non-Windows Forms application? I have tried in vain to use the class
reasonably in a non-Windows Forms application.
I tried to contact him, but to no avail. Anyone who knows how to use it or
can give some advise is welcome.
 
that's the problem with these types of unsupported libraries. what problems
are you experiencing?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ http://tinyurl.com/27cok
 
I don't seem to get the threading working as per the working example for
Windows Forms. I instantiate the Controller and SharedData classes, but just
can get the application working using the controller. It looks as if the
library was only written for Windows Forms.

I have a service that run schedule jobs, and some jobs can run in parallel,
and some are depended on other jobs. I need multi-threading capabilities and
be able to query thread status

Alvin Bruney said:
that's the problem with these types of unsupported libraries. what problems
are you experiencing?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ http://tinyurl.com/27cok
----------------------------------------------------------


wdewebserver said:
Hi

Anyone using or have used the James Rudnicki H5ThreadLib class in a
non-Windows Forms application? I have tried in vain to use the class
reasonably in a non-Windows Forms application.
I tried to contact him, but to no avail. Anyone who knows how to use it or
can give some advise is welcome.
 
Back
Top