Search results for query: *

  • Users: fezbro
  • Content: Threads
  • Order by date
  1. F

    service not working properly when installed on a Virtual Machine

    We have vb.net developed service which connects to a database over the internet. This service functions fine on a normal machine, but we're trying to move it to a virtual machine, and it won't work.... The VM is a clone of the original machine, and all required software is installed. If you...
  2. F

    ReDim Arrays to alter Dimensions

    I'm in the process of upgrading several applications created by another person, and have an issue with arrars. In nearly all the programs they wrote, they started off declaring single dimension arrays Public dtBSTZones() As Date and then later in the program may or may not alter them to...
  3. F

    Process Start as Different User

    I'm using System.Diagnostics.Process.Start(), but need to start the process off as a specific user instead of whoever is logged on. Is there any way to do this?
  4. F

    Identify and Kill Child Process

    I have a piece of code that starts a program and runs several parameters. Based on different occurences through the day it can start multiple instances of the same program. At certain points in the programs execution it starts another process. When I start the main program I attach it to a...
Back
Top