Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wtfia2k

  1. wtfia2k

    Backups with Volume Shadow Copy Service (VSS) under vb.net

    creating a shadow copy -> YES accessing the shadow copy to extract files out of it -> NO I'm getting a NotImplementedException.
  2. wtfia2k

    Backups with Volume Shadow Copy Service (VSS) under vb.net

    Hi BobRodes (and all the others out there), first of all - thanks for your reply. That's what I've found in the last days also. Maybe you're interested in my first result. You can review them at http://www.codeproject.com/script/comments/forums.asp?msg=2217730&forumid=1646#xx2217730xx if you...
  3. wtfia2k

    Backups with Volume Shadow Copy Service (VSS) under vb.net

    Hi, I'm trying for days now to figure out how to implement "Volume Shadow Copy Service" (VSS) under vb.net. The goal is to get a tiny application the runs at XP, Vista and 2003 to make backups of files in use (locked). I read almost the complete Internet and Google-Cache ::-) but didn't find...
  4. wtfia2k

    How to update DataGrid in another form

    Thank you SqueakinSweep. But I'm not sure if we're talking about the same thing. I'll try to clarify: Private Sub tPollFired(ByVal Source As Object, ByVal e As System.Timers.ElapsedEventArgs) ReadEvents(False) End Sub ReadEvents builds an array and calls HandlefrmStatus with this...
  5. wtfia2k

    How to update DataGrid in another form

    Hi everyone, do you remember ALF? "Stuck on earth" - that's the way I'm feeling. What I want to do is update the datagrid with the new values I got from this Sub (handled by a timer): Private Sub HandlefrmStatus(ByVal aEvents As Array, ByVal bFirstRun As Boolean) Dim iClear As Decimal...

Part and Inventory Search

Back
Top