Search results for query: *

  1. R

    Dotnet Framework Problem

    hi I am having this problem even with Visual Studio 2003. Same System.ArithematicException occurs for me. Can anybody help me solving this problem.Please help me.
  2. R

    TAPI in Vb.net

    How to develop a TAPI application in Vb.net. Is their some tutorials or help around. Please help.
  3. R

    Connecting Vb.net with BRINKSTER SQL Database

    Hi I have developed a program in Vb.net which will connect to the access database on the BRINKSTER's website (www.brinkster.com).This website provides the user to make their own database on the internet for free and for educational purposes. I have made an MS access database on this...
  4. R

    System.ArithematicException

    Everything works. only the problem is when i try to run the program by click the Play button in the Environment.
  5. R

    System.ArithematicException

    hi I have installed Vs.net 2003. Now whenever i run any project in Vb.net 2003 i get the Exception As "System.ArithematicException" Can anybody tell me that solution to this problem.
  6. R

    Problem With Windows Service

    Hi. I have a windows Service named "Geisyo.sys" used for running my network application. Now i want to write a code in Vb.net that makes the above service run automatically when computer boots. Remember the file is an *.sys file and not an *.exe file , thats why i am having a problem running...
  7. R

    how to shutdown

    you can use the following code to shutdown the PC shell("shutdown -s") it will display a dialogbox and the Pc will shutdown after 30 seconds. Use timer to shutdown PC after 15 mins
Back
Top