Hi,
I do not understeand your question very well, but if you need to place a pushpin on a give lat/long coordinate you can use this code. MP is the name of the ActiveX control in this example.
Code:
Location loc = MP.ActiveMap.GetLocation(lat, lon, 1);
Pushpin pp = MP.ActiveMap.AddPushpin(loc, name);