I'm having trouble receiving a value from GetElementById(); using C#
I have a C++ header file with a webControl on it with an HTML file (Google maps).
What I want to do is store the reverse geocode into a
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
zulu deltaPosted Aug 11, 2010, 2:34 PM
I forgot the Object^ sender;
public: System::String^ GetAddress(System::Object^ sender)
Sam HobbsPosted Aug 6, 2010, 12:36 PM
It will help if you describe the problem assuming we are not familiar with Google maps. Some of us are familiar with the DOM for HTML but not Google maps.
Obvioulsy there is not an element with that id but I don't know why not; I think there is not enough information here to determine why not.
Vishal JadavPosted Aug 6, 2010, 5:37 AM