level 1
xieqifeng
楼主
本人用VB.NET做的windows进程管理器中有这一句出了问题
'得到进程的开始运行时间
Dim sStartTime As String = pTempProcess.StartTime.ToString ( )
显示错误是System.ComponentModel.Win32Exception: 拒绝访问
警告1“Public ReadOnly Property PrivateMemorySize() As Integer”已过时:“This property has been deprecated. Please use System.Diagnostics.Process.PrivateMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202”D:\nice vb\vb打造windows进程管理器\Form1.vb2040vb打造windows进程管理器
2009年04月09日 06点04分
1
'得到进程的开始运行时间
Dim sStartTime As String = pTempProcess.StartTime.ToString ( )
显示错误是System.ComponentModel.Win32Exception: 拒绝访问
警告1“Public ReadOnly Property PrivateMemorySize() As Integer”已过时:“This property has been deprecated. Please use System.Diagnostics.Process.PrivateMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202”D:\nice vb\vb打造windows进程管理器\Form1.vb2040vb打造windows进程管理器