User Profile
Collapse
-
Thanks for your time M1kkelZU but my problem is still there, how to use ATOM XML in C# .net 4.0 -
Thanks fro your reply! M1kkelZU
I have posted after reading all that. :)
But I don't know how to use Atom XML elements in C#. Can you please guide me in right direction about learning how to use these ATOM XML codes in C# and get the likes/dislikes job done please? (or anyone else can guide who is reading this thread/post)Leave a comment:
-
No one dared to reply lol its been 3.5 years (WOW@ Bytes.com)Leave a comment:
-
youtube comment voting (C#) (Webclient or HttpWebReqeust)
Hi,
I have been searching but no solution found till now about how can I vote UP/Down a youtube comment using webclient or httwebrequest (whichever is easy).
I have looked in Youtube API, it can do everything but not comment voting therefore, I am stuck now and have to do it using httpwebrequest or webclient, but don't know where to start as I am unable to even login to Youtube using httpwebrequest or webclient.... -
yawar started a topic How to Add/Edit/Delete/Update Remote WebServer based MySql DB using C# DataGridViewin C SharpHow to Add/Edit/Delete/Update Remote WebServer based MySql DB using C# DataGridView
Hi all,
I am beginner in MySql Databases.
I am using C#, DataGridView and Remote MySql database (MySql is located at my website)
I am able to connect to my database and can show all the rows and columns in DataGridview.
I have searched a lot on google, its been 3 days now :-( but haven't found any appropriate sourcecode or help on how to:
Add/Delete data from MySql using DataGridView... -
Thanks for the reply buddy, I have tested it and I am getting empty string "YTRedirect " at this code:
String Pattern2 = "location\\.rep lace\\(\"(http: \\/\\/www\\.youtube\\ .com\\/signin[a-zA-Z0-9\\\\\\?\\%_-]*)\"\\)";
Match MyMatch2 = Regex.Match(MyH TML, Pattern2);
String YTRedirect = MyMatch2.Groups[1].ToString();
String Temp = YTRedirect.Repl ace("\\x3d", "=");
...Leave a comment:
-
Login hotmail using httpwebrequest - C#
Hi,
I am a newbie in System.Net programming though I have worked on mshtml but I want to do things more perfectly and with speed.
I have created one software that login to gmail using httpwebrequest and check that email ID is active or deleted.
But, that was I think simple login process. For that I had first tried with Wireshark but may be its too complicated or I am new to wireshark, anyways I was not... -
How you figured it out please? Secondly can you please guide how to get the details of what query is required to be sent to login to any service like youtube/yahoo/hotmail etc. I can login to gmail but for that I had searched for the exact query by creating my own server and then I downloaded the gmail login page changed its FORM ACTION to 127.0.0.1:80 then signed up. My server shown the details which were sent.
But how to manage with...Leave a comment:
No activity results to display
Show More
Leave a comment: