Search results for query: *

  • Users: tich
  • 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]

    Yes i was trying to disconnect from the internet. But now i know how to do it so i'll just put "RESOLVED" 10x anyway
  5. tich

    Connecting and disconnecting [RESOLVED]

    Hey would anybody ever reply? Where did u go all of u?
  6. tich

    Connecting and disconnecting [RESOLVED]

    Ok i finally used the wininet.dll I know how to use it but when i click on a button to hang up the internet, it does nothing. What did i do wrong?
  7. tich

    Connecting and disconnecting [RESOLVED]

    hey i heard about a rasapi32.dll that may help me but vb.net wont reference it Help???
  8. tich

    Connecting and disconnecting [RESOLVED]

    Sorry man i don't have vb 6. Can u find another solution?
  9. tich

    Connecting and disconnecting [RESOLVED]

    Ummm! Will try it!! i'll keep u informed! 10x anyway
  10. tich

    Connecting and disconnecting [RESOLVED]

    Ok i implemented the interface and made a private sub for each of the functions of this interface. But the problem is now i have to write the code to connect to the internet in the connect sub. But i donno how to do that. PLEASE help!
  11. tich

    Connecting and disconnecting [RESOLVED]

    10x man!! Will try it!! :)
  12. tich

    Connecting and disconnecting [RESOLVED]

    So All i need to do is to implement an interface into my class and then put NEW?? That's it?
  13. tich

    Connecting and disconnecting [RESOLVED]

    But When i put NEW, it tells me that "New" cannot be used on an interface! What do i do?
  14. tich

    Connecting and disconnecting [RESOLVED]

    What do u mean by this??
  15. 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...
  16. 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!!:(
  17. tich

    Help with variables!!!

    ahh i never thought of that. 10x it works :) alleluia!!! But i still want to know how to override the cyclic reduncy check exception!!!
  18. tich

    Help with variables!!!

    Thx man. But to declare this variable as public, i have to declare it outside the button_click procedure. Look at this and see if you can help me:(we are talking about the variable x): dim h as string if checkbox1.checked=true then h=textbox1.text else if checkbox2.checked=true then...
  19. 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