|
|||||
| | |||||
| sub-categories and articles | |
| --->create new sub-category | |
FileCopy.vbp | |
| add
Type=Exe Form=frmCopy.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\WINNT\System32\stdole2.tlb#OLE Automation Module=modCopy; modCopy.bas IconForm="frmCopy" | |
FileCopy.vbw | |
| add
frmCopy = 9, 17, 456, 425, Z, 22, 22, 389, 360, C modCopy = 5, 14, 452, 422, C | |
frmCopy.frm | |
| add
VERSION 5.00 Begin VB.Form frmCopy Caption = "outlook pst file backup program" ClientHeight = 2850 ClientLeft = 1545 | |
frmCopy.frx | |
| add
G This Program will copy c:\documents and settings\Administrator\My documents\JohnsoE\outlook.pst and c:\documents and settings\administrator\local settings\application data\microsoft\outlook\EJ-outlook.pst to the E drive to a new filename which is the old filename combined with the date. This process may take up to 45 minutes | |
modCopy.bas | |
| add
Attribute VB_Name = "modCopy" Public Const FO_MOVE As Long = &H1 Public Const FO_COPY As Long = &H2 Public Const FO_DELETE As Long = &H3 | |
| --->upload your article | |
User submitted category site links |
|
(None) | |
-->submit a page from your site dealing with FileCopyxxx to the sirfsup! web directory for listing | |