|
Posted
6 months
ago
by
radioman
if you want reuse the form, don't close it, hide it, or else use new form instance
|
||||||
|
Posted
6 months
ago
by
kdoffr
I have the same Problem on VB.net (VS2010). I have a Basic form (F_Basic) with a button. If I press the button I call the form SimpleMap. At first time pressing the button it works perfect, SimpleMap is opended. Then I close SimpleMap and press the
|
||||||
|
Posted
6 months
ago
by
radioman
zero ;}
|
||||||
|
Posted
6 months
ago
by
viniciuscordeiro
Radioman,
Did you make some progress in this feature? Would be very interesting... |
||||||
|
Posted
6 months
ago
by
coskunkazma
Ok, now ,I understand my problem that is I can not declare a variable its type is GMarkerGoogle, I can just declare GMapMarker, dear Radioman, you have an idea,
Also I have added GMarkerGoogle.cs class to |
||||||
|
Posted
6 months
ago
by
coskunkazma
your are very kind man :)
thanks |
||||||
|
Posted
6 months
ago
by
radioman
var mark = new GMarkerGoogle(map.Position, Properties.Resources.MyImage);
|
||||||
|
Posted
6 months
ago
by
coskunkazma
Dear Radioman,
still I can not :( |
||||||
|
Posted
6 months
ago
by
radioman
if you really have no idea:
var top = new GMapOverlay(); map.Overlays.Add(top); var marker = new GMarkerGoogle(MainMap.Position, GMarkerGoogleType.arrow); top.Markers.Add(marker); |
||||||
|
Posted
6 months
ago
by
Rocksoon
Thank you very much.... :-)
|
||||||
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.