Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
GeneralRe: Share access to a stream, logfile name, and a locker between two classes (objects) Pin
Marco Bertschi7-Jun-14 2:33
protectorMarco Bertschi7-Jun-14 2:33 
GeneralRe: Share access to a stream, logfile name, and a locker between two classes (objects) Pin
OriginalGriff7-Jun-14 3:59
mveOriginalGriff7-Jun-14 3:59 
GeneralRe: Share access to a stream, logfile name, and a locker between two classes (objects) Pin
Marco Bertschi7-Jun-14 4:26
protectorMarco Bertschi7-Jun-14 4:26 
GeneralRe: Share access to a stream, logfile name, and a locker between two classes (objects) Pin
OriginalGriff7-Jun-14 4:54
mveOriginalGriff7-Jun-14 4:54 
GeneralRe: Share access to a stream, logfile name, and a locker between two classes (objects) Pin
Marco Bertschi7-Jun-14 6:14
protectorMarco Bertschi7-Jun-14 6:14 
GeneralRe: Share access to a stream, logfile name, and a locker between two classes (objects) Pin
PIEBALDconsult7-Jun-14 4:37
mvePIEBALDconsult7-Jun-14 4:37 
GeneralRe: Share access to a stream, logfile name, and a locker between two classes (objects) Pin
Marco Bertschi7-Jun-14 6:11
protectorMarco Bertschi7-Jun-14 6:11 
QuestionNeed to get readable address from latitude and longitude in windows form application using c# Pin
Godwinsmith5-Jun-14 18:54
professionalGodwinsmith5-Jun-14 18:54 
XmlDocument doc = new XmlDocument();
string place = String.Format("http://maps.googleapis.com/maps/api/geocode/xml?latlng=13.020164575569374,77.92610049247741&sensor=false");

doc.Load(place);
XmlNode element = doc.SelectSingleNode("//GeocodeResponse/status");


Am getting the XML document from google maps services. but am getting 403 forbidden error. While i copy the link and run in a browser then am getting that XML document which i need. I do have an api key , client ID or signature. I tried eveything in that link. But none worked out. Help me in solving it. thanks in advance.
AnswerRe: Need to get readable address from latitude and longitude in windows form application using c# PinPopular
Bernhard Hiller5-Jun-14 20:58
Bernhard Hiller5-Jun-14 20:58 
GeneralRe: Need to get readable address from latitude and longitude in windows form application using c# Pin
Godwinsmith5-Jun-14 23:23
professionalGodwinsmith5-Jun-14 23:23 
QuestionClear ListBox from different class Pin
doby485-Jun-14 13:50
doby485-Jun-14 13:50 
AnswerRe: Clear ListBox from different class Pin
Wes Aday5-Jun-14 14:38
professionalWes Aday5-Jun-14 14:38 
GeneralRe: Clear ListBox from different class Pin
doby485-Jun-14 15:15
doby485-Jun-14 15:15 
GeneralRe: Clear ListBox from different class Pin
doby485-Jun-14 15:46
doby485-Jun-14 15:46 
Questionchat application Pin
Member 107629805-Jun-14 11:15
Member 107629805-Jun-14 11:15 
AnswerRe: chat application Pin
Mycroft Holmes5-Jun-14 12:51
professionalMycroft Holmes5-Jun-14 12:51 
GeneralRe: chat application Pin
Member 107629805-Jun-14 20:08
Member 107629805-Jun-14 20:08 
GeneralRe: chat application Pin
Mycroft Holmes5-Jun-14 22:31
professionalMycroft Holmes5-Jun-14 22:31 
GeneralRe: chat application Pin
Member 107629806-Jun-14 9:48
Member 107629806-Jun-14 9:48 
AnswerRe: chat application Pin
ZurdoDev5-Jun-14 16:20
professionalZurdoDev5-Jun-14 16:20 
GeneralRe: chat application Pin
Mycroft Holmes5-Jun-14 22:29
professionalMycroft Holmes5-Jun-14 22:29 
GeneralRe: chat application Pin
ZurdoDev6-Jun-14 1:24
professionalZurdoDev6-Jun-14 1:24 
AnswerRe: chat application Pin
Marco Bertschi6-Jun-14 9:21
protectorMarco Bertschi6-Jun-14 9:21 
GeneralRe: chat application Pin
Member 107629806-Jun-14 9:42
Member 107629806-Jun-14 9:42 
QuestionI can not convert WriteAllBytes to something can be used Progress Bar?? Pin
Hades104-Jun-14 1:27
Hades104-Jun-14 1:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.