Search results for query: *

  • Users: tich
  • Content: Threads
  • Order by date
  1. tich

    Windows service doesn't start automatically

    hi, i making a windows service that counts the time spent on the internet. i can install the service and start/stop it without any problem. but the service doesn't start on windows startup, even though i told it to start automatically. i open the event viewer and under the "System" tab, i fin...
  2. tich

    Hiding a service

    hey all, i'm a newbie in vb.net services. So can anyone tell how i can hide a service and so prevent it from being stopped. it's not that i'm a virus programmer but i'm doing a program that counts how many hours i spend on the internet and i dont want myself to close it.:p Help is much...
  3. tich

    Problem with services

    Hey all, I'm doing a program that runs as a service. But how can i make it to start up with the computer? and how can i make it unstoppable?
  4. tich

    Connecting and disconnecting [RESOLVED]

    Hey all, I'm doing a program that connects to the internet and disconnects. I looked in msdn i found that the HNetCfg.dll will do that so this is what i wrote: [Dim Connection as NETCONLib.INetConnection Connection.Connect()] But this returns a NullReference Exception although they said in msdn...
  5. tich

    How to make a call from PC

    Hey guys, excuse me for my first thread i was a "little" bit confused. ok so... I'm trying to make a program that calls a phone from the pc via modem. Anyone knows how i do that? cos i looked in msdn, they have the sample code but for the older .net frameworks. Help!!:(
  6. tich

    Help with variables!!!

    Hey all, i'm making a program that copies a file byte per byte. I want it to copy files that windows doesn't copy: Cyclic reduncy check So i want to override the exceotion generated by a cyclic reduncy check. First : What is this exception Second: I need to make the variable "read" public. How...
Back
Top