Einzelnen Beitrag anzeigen

DusiNik

Registriert seit: 20. Feb 2012
2 Beiträge
 
#192

AW: Google Maps über COM (Component Object Model)

  Alt 1. Mär 2012, 11:23
Hi, I'm trying to learn this useful framework, but I cannot change the cursor icon.
Example

...
with MapOptions do
begin
...
DraggableCursor := 'crosshair';
end;
...

Delphi 5 show an "Unknow name" error, and don't load the google map image.
Program work well if DraggableCursor := 'crosshair'; is delete.

Can You help me? Thanks
  Mit Zitat antworten Zitat