This blog has personalition features for you, the reader. Below is a key of what all the icons mean and which aspects of the layout they change.
Close Window
ecco come ho fatto Dim oProcesso As Process = New Process Dim oProcessi() As Process = oProcesso.GetProcesses For i As Integer = 0 To UBound(oProcessi) If oProcessi(i).ProcessName = "aspnet_wp" Then oProcessi(i).Kill() Exit For End If Next
posted @ venerdì 8 aprile 2005 00:54 | Feedback (0)