Search results for query: *

  1. N

    system information

    thanz thanx for the reply...but is there any way of reading remote computer system32 files in vb.net....without firewall protection.....
  2. N

    system information

    hai i have a program where i can retrieve system information for my own computer. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Label1.Text = Environment.OSVersion.ToString() ' Get the interpreted version information. Label2.Text = _...
Back
Top