CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2009
    Posts
    2

    C# windows applicatiom

    Hello,
    I am trying to develop a C# program using windows application that will connect to the internet to do some search, do i need to use a localhost to connect to the internet or the connection can be done when i debug the program automatically.

  2. #2
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Re: C# windows applicatiom

    what do you mean by this statement:
    connection can be done when i debug the program automatically.
    Please rate my post if it was helpful for you.
    Java, C#, C++, PHP, ASP.NET
    SQL Server, MySQL
    DirectX
    MATH
    Touraj Ebrahimi
    [toraj_e] [at] [yahoo] [dot] [com]

  3. #3
    Join Date
    Mar 2005
    Location
    Vienna, Austria
    Posts
    4,538

    Re: C# windows applicatiom

    Quote Originally Posted by spanish View Post
    ... or the connection can be done when i debug the program automatically.
    There is no hidden overhead like in other languages. Nothing is done 'automatically' when you dont code this 'automatic' with your own methods by using the .net framework classes.
    Jonny Poet

    To be Alive is depending on the willingsness to help others and also to permit others to help you. So lets be alive. !
    Using Code Tags makes the difference: Code is easier to read, so its easier to help. Do it like this: [CODE] Put Your Code here [/code]
    If anyone felt he has got help, show it in rating the post.
    Also dont forget to set a post which is fully answered to 'resolved'. For more details look to FAQ's about Forum Usage. BTW I'm using Framework 3.5 and you ?
    My latest articles :
    Creating a Dockable Panel-Controlmanager Using C#, Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7

  4. #4
    Join Date
    Apr 2006
    Posts
    220

    Re: C# windows applicatiom

    Quote Originally Posted by toraj58 View Post
    what do you mean by this statement:
    connection can be done when i debug the program automatically.
    I think he means pressing F5 in Visual Studio.

  5. #5
    Join Date
    Feb 2009
    Posts
    2

    Re: C# windows applicatiom

    What i meant was a connection to the server using the .Net framework and the API key (Google search wsdl)

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