Click to See Complete Forum and Search --> : C# windows applicatiom
spanish
February 10th, 2009, 10:20 AM
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.
toraj58
February 11th, 2009, 03:16 AM
what do you mean by this statement:
connection can be done when i debug the program automatically.
JonnyPoet
February 11th, 2009, 06:43 AM
... 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. :wave:
nabeelisnabeel
February 11th, 2009, 07:13 AM
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.
spanish
February 11th, 2009, 01:02 PM
What i meant was a connection to the server using the .Net framework and the API key (Google search wsdl)
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.