CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2014
    Posts
    1

    How to develop windows web based application in C#?

    Hi

    I learned the fundamentals of C# from the newboston from below link

    http://thenewboston.org/list.php?cat=15


    The application is looks like this

    Youtube video

    http://goo.gl/qXr9JZ

    Usually the windows form connect to a website and authenticates by username & password.

    The steps like this.

    1. connect to the website and authenticate using username & password.
    2. in web interface we can enter the captcha and submit.
    3. The captcha solving continues forever likewise.

    The same thing. I want to do it by web based application such as I have given in youtube video that demonstrates how it works.





    But as per my knowledge gained from newboston.

    If your a c# programmer. Please help me to what to learn next in c# to do this kind of web based application.

    I appreciate your help.

    Thank you

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: How to develop windows web based application in C#?

    Easier to just buy the app than try to write your own. Might take months just to figure out.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How to develop windows web based application in C#?

    I don't see how the app in the video has anything to do with building a web site.

    If you want to create a web site using C# in Visual Studio, just create a new web site project.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured