Click to See Complete Forum and Search --> : can i call a dll from windows service in vb.net


balajigr1214
August 13th, 2002, 06:50 PM
Hello,

how do i call dll function from windows service.
this dll function will actually shows a form.
Is this possible
Can all this happen in the timer event in windows service.
reply asap

Thanks

DSJ
August 14th, 2002, 09:19 AM
Give it a try... that's what anyone else will have to do to answer the question.... I wouldn't see why not since the entire .NET frameworks is DLLs. I'd be carefully showing a form in a timer loop though unless you're going to disable the timer when you show the form. Normally services don't have interfaces.