How and where do I get my application signed so that when downloading from
SP2 it will say my app is signed.
Thanks,
Aaron
...
more >>
can someone provide me some codes that can print out a datagrid after i have
loaded the datagrid with records in a DataTable?...
more >>
I have the follow srtuct
public struct tDEVFOUND
{
public char[] bda;
public char[] dev_class;
public char[] name;
public int connected;
};
and i want to be able to the members, but i wanted to make a pointer..ie
tDEVFOUND *a;
but i get a compile error...is there anyway to do th...
more >>
Hi,
I've got the following problem: I've got two structures in different
namespaces that are just the same (name, members, types,...), but - as they
are in different namespaces - I just cannot copy the one into the other,
can't I? Is there any way to do this?
Thanks
Peter...
more >>