Posted on: 2/29/2012 6:15:35 AM | Views : 840

hi friends,
My task is to "Write ActiveX Control for fetching MACID of client machine."
I'm new to this active X controls.I created a dll by choosing projects->class library
and created a dll.The code is as follows:
using System;
using System.Runtime.InteropServices;
namespace DimensionsClientsSystemInfo {
public interface ASignatures
{
string MacID(); string ComputerName(); Go to the complete details ...