PDA

Click to See Complete Forum and Search --> : NT service in VB.NET


kurtsimons
Feb 23rd, 2002, 09:19 PM
Just started looking at VB.net

I noticed there is a project template called

"Windows Service"

does this mean the VB.Net can easily create a True NT service unlike the NTSVR.OCX which is only a friendly hack.

Cander
Feb 25th, 2002, 08:51 AM
Yes you can create real services REAL easily.

kurtsimons
Feb 25th, 2002, 08:58 AM
God Bless,

I am having an issue with a service that I wrote with VB 6, On a windows server platform its disk I/O is running 30x slower than the same app running on a workstation.

If VB.NET solves this it will pay for itself day 1.

thanks
- kurt

BrianHawley
Feb 26th, 2002, 07:48 AM
Sorry to keep banging on about this book...

http://www.vbforums.com/showthread.php?s=&threadid=145544

But it's got a short walk-through on creating a service.

kleptos
Feb 26th, 2002, 08:36 AM
I must agree, the book mentioned above has a great little tutorial for Windows Services.....