home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.visual.basic      MS Visual Basic discussions, NOT dot-net      10,840 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 10,607 of 10,840   
   Per Juul Larsen to All   
   Process in the background.   
   27 Jul 08 21:11:37   
   
   From: juul@larsen.dk   
      
   Hi   
      
   My VB aplication copies a lot of images from a removable media which is   
   the first process (function).   
   Is there a way to allow the copy process to run in the background, in   
   order to let the application continue with other activities. ? (sending   
   SQLquerries etc.)   
      
   Right now I must wait untill all the files have been found and copied to   
   my HD. A little pity.   
      
   The copy process  goes like this :   
      
   Function CopyFile(InpFile As String, OutpFile As String)   
   On Error Resume Next   
   Dim ase As String   
   Open InpFile For Binary As #1   
   ase = String(LOF(1), vbNullChar)   
   Get #1, , ase   
   Close #1   
   Open OutpFile For Binary Access Write As #2   
   Put #2, , ase   
   Close #2   
   End Function   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca