|
-
February 10th, 2009, 11:20 AM
#1
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.
-
February 11th, 2009, 04:16 AM
#2
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]
-
February 11th, 2009, 07:43 AM
#3
Re: C# windows applicatiom
 Originally Posted by spanish
... 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
-
February 11th, 2009, 08:13 AM
#4
Re: C# windows applicatiom
 Originally Posted by toraj58
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.
-
February 11th, 2009, 02:02 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|