Search results for query: *

  • Users: Juan
  • Order by date
  1. J

    MAC address reading

    yes I can see it now . :-) Look like this code is reading all MAC addresses even which belongs to virtual interfaces.
  2. J

    MAC address reading

    No errors and doesn't show MAC address :shame:
  3. J

    MAC address reading

    Hello, using System;using System.Collections; using System.Management; using System.Net.NetworkInformation; using System.Security.Cryptography; using System.Text; using Microsoft.Win32; class Program { public static void Main(string[] args) { string...
  4. J

    Question registry operation

    Done! I recompiled it with option x64.
  5. J

    Question registry operation

    Please help ... I spend a few hours.
  6. J

    Question registry operation

    Thank you. I rewrite this program.Now I don't any error, but it did not return the value..... using System;using System.Collections; using System.Management; using System.Net.NetworkInformation; using System.Security.Cryptography; using System.Text; using Microsoft.Win32; namespace Juan {...
  7. J

    Question registry operation

    I have these errors: Error 1 The best overloaded method match for 'System.Console.WriteLine(bool)' has some invalid arguments Error 2 Argument 1: cannot convert from 'method group' to 'bool'
  8. J

    Question registry operation

    Hello, I'm trying to make my first program. using System;using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Win32; namespace HelloWorld { class Hello { static void Main() { Console.WriteLine(result)...
Back
Top Bottom