From: Lorin on 3 Apr 2008 15:43 VB6SP6 I would like to see what happens in the registry and on the hard disk when I IDE run, .exe run or install a VB6 application. Is there some app or apps that will watch all of this and report the changes being made? And/or what do I Google for? What is this monitoring called?
From: Karl E. Peterson on 3 Apr 2008 15:46 Lorin wrote: > VB6SP6 > I would like to see what happens in the registry and on the hard disk when I > IDE run, .exe run or install a VB6 application. > Is there some app or apps that will watch all of this and report the changes > being made? Filemon: http://www.microsoft.com/technet/sysinternals/systeminformation/filemon.mspx Regmon: http://www.microsoft.com/technet/sysinternals/processesandthreads/regmon.mspx -- ..NET: It's About Trust! http://vfred.mvps.org
From: Bill McCarthy on 3 Apr 2008 15:48 You want RegMon. http://www.microsoft.com/technet/sysinternals/processesandthreads/regmon.mspx "Lorin" <Lorin(a)discussions.microsoft.com> wrote in message news:DCA02950-07C0-4FD9-8305-2420696BA99B(a)microsoft.com... > VB6SP6 > I would like to see what happens in the registry and on the hard disk when > I > IDE run, .exe run or install a VB6 application. > Is there some app or apps that will watch all of this and report the > changes > being made? > And/or what do I Google for? > What is this monitoring called? >
From: Lorin on 3 Apr 2008 16:51 and more ... thanks "Karl E. Peterson" wrote: > Lorin wrote: > > VB6SP6 > > I would like to see what happens in the registry and on the hard disk when I > > IDE run, .exe run or install a VB6 application. > > Is there some app or apps that will watch all of this and report the changes > > being made? > > Filemon: > http://www.microsoft.com/technet/sysinternals/systeminformation/filemon.mspx > Regmon: > http://www.microsoft.com/technet/sysinternals/processesandthreads/regmon.mspx > -- > ..NET: It's About Trust! > http://vfred.mvps.org > > >
|
Pages: 1 Prev: reading mouse wheel rotation in VB6 Next: C++ Code to VB6 |