I am trying to mark locations on a map (x,y pixels are derived from a DB)
This is the code that i am using
Code:
Private Sub DisplayOnSoftMap() SqlQuey = "Select * FROM SoftwareMap WHERE SoftwareMap.SMSID =myRndTrip.CurrentSwitch.SID & "'" tmpSoftMapCol = tmpSoftMapCol.GetAllSoftwareMap(SqlQuey) For Each tmpSoftMap In tmpSoftMapCol DrowLabel(tmpSoftMap.XMap,
Leave a comment: