I have done a lot of work on Automating VSS and it's not that difficult, but there should be a quick answer to what your looking for.
Try creating a shadow directory on the same machine as VSS, the...
Now you've hit a problem. There is no way to move up or down Nodes with children using Command Buttons. The only I know how move such quantity of nodes is Drag and Drop. If you need help with this...
Sorry this took so long! It's a little scrappy but it works. Remember to put two buttons on the form one fro UP and one for DOWN. This code snippet is for the UP button so all you need to do is...
First thing you got to check is the regional settings on the SQL Server, I going to assume that it is US. if so try settting NextDate as a string value or use one of these functions:
declare a long value at form level, in Form_Load event set this long = 1 and increment it at every failed login. Once incremented to 5 just msgbox and exit.
I'm not to sure what you want to do here!.
Once the main Form is unloaded all other forms follow suit. Try using your code in the main Forms Unload QueryUnload Event
I'm not to sure what you want to do here!.
Once the main Form is unloaded all other forms follow suit. Try using your code in the main Forms Unload QueryUnload Event
This code will open a specified Document (invisible) and loop through the activedocument to rebuild a single string for text (szwrd).
When adding this string to the database value should be a Memo...
Go to the registry and do export file to folder, format your drive reinstall everything and go back to registry and do import file that you previuosly created and this should rebuild your app...
Got the registry (Run: Regedit).
Go to Registry Menu and select Export File, export this to another that won't be formatted.when you have reinstalled Windows go to the Registry again and select...
The problem here is simple, the program you have written is try to chnage or replace a system file or file you not have access to or that is read only to non-administrators.
The best method to do this is to create an Internet Explorer object and set it's locationURL to the page you are look for and at the same time pass in the Parameters that page uses to search for the...