User Profile

Collapse

Profile Sidebar

Collapse
yawar
yawar
Last Activity: May 15 '13, 01:49 PM
Joined: Sep 29 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks for your time M1kkelZU but my problem is still there, how to use ATOM XML in C# .net 4.0
    See more | Go to post

    Leave a comment:


  • 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)
    See more | Go to post

    Leave a comment:


  • yawar
    replied to Login hotmail using httpwebrequest - C#
    No one dared to reply lol its been 3.5 years (WOW@ Bytes.com)
    See more | Go to post

    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....
    See more | Go to post

  • How 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...
    See more | Go to post

  • yawar
    replied to Login YouTube using C#
    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", "=");
    ...
    See more | Go to post

    Leave a comment:


  • yawar
    started a topic Login hotmail using httpwebrequest - C#

    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...
    See more | Go to post

  • yawar
    replied to Login YouTube using C#
    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...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...