Hi,
is it possible to assign data manually to a pushpin balloon. I'd like to view query results from a SQL-Server-query in it. My actual solution is to merge the data to a single long string and assign it to my Pushpin with:
myPushpin.Note = myPinString
I hope that there is a more comfortable solution.
By the way, I work with VB.NET and have a MapPointControl added to my Form.
Thank you
Thomas Blum