Hello,
I have solved the problem,i have create the polygon and saved as the .ptm file,here i have used 2 froms,i am getting the file name from another form,here i have create the object for that...
Type: Posts; User: Mani
Hello,
I have solved the problem,i have create the polygon and saved as the .ptm file,here i have used 2 froms,i am getting the file name from another form,here i have create the object for that...
Hello,
i tried to saveas the current map using the following code
AxMappointControl1.SaveMapAs(fileName:="C:\temp\" & mregion & ".ptm")
AxMappointControl1.ActiveMap.Saved = True
but it...