I need to connect to a remote data source via code using specific login name and domain. I can do it brute force using a call to a command prompt and net use:
net use f: \\computername\sharename password /user:domain\user
I can use the MPR.DLL to connect to resources, but I have not figured...
I have a specific piece of software that is licensed by port numbers. I have plenty of licenses for the people that need to use it, but the people may be a a large number of computers. The problem lies in that the port for a specific computer is set in the registry. I have implemented a very...
I am getting an error when exiting a VB application:
Application.exe - Application Error
The instruction at "0x030d01f0" referenced memory at "0x0d01f003". The memory could not be "written".
Click OK to terminate the application
This is a production...
I have been working on a relatively easy project. .at least it seemed so. I need to access a small number of records from a 54000 record table. Bad news, the table is not ordered in any good way, so I have to "brute force" my search for my records. I have tried several methods of...
I know there has to be a way. . .
I am activating (using shell) a program that generates an error message on open. The message is non-negotiable. It can not be disabled. If it came up instantly, i could use a sendkeys "{ENTER}" but it has takes up to 40 seconds to appear. I don't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.