Network program
-
I want to make a program that woul be used in network. I ask if there is some particularity because i build my program using APPWIZARD and i choise often the default settings. That's why i ask if there is other thing to do so that one program can be used in netword
You have to Enable WinSocket support in your project/application to make you project network enabled
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
what you mean in network ? client-server ? web-oriented ? or something else ?
Maximilien Lincourt Your Head A Splode - Strong Bad
-
All programs, at least the ones I use and have used in the past, can be used in a network environment. I do not know of a reason that someone would purposely code something like:
if (is_machine_on_network() == true)
exit();Other than that, you'll have to be more specific with your question(s).
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
-
then please check this link:- [http://www.codeproject.com/internet/#Client%2FServer+Development](http:// http://www.codeproject.com/internet/#Client%2FServer+Development)[[^](http:// http://www.codeproject.com/internet/#Client%2FServer+Development)]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
then please check this link:- [http://www.codeproject.com/internet/#Client%2FServer+Development](http:// http://www.codeproject.com/internet/#Client%2FServer+Development)[[^](http:// http://www.codeproject.com/internet/#Client%2FServer+Development)]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
YOUR LINK IS NOT Opening the page. they have a mistake a think I am saying about a program that can run one a lan not at the internet. Thanks
-
YOUR LINK IS NOT Opening the page. they have a mistake a think I am saying about a program that can run one a lan not at the internet. Thanks
-
i added extra http:// in above i am sorry for that :)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
Please Sir, My problem is like this : I am using Sql server 2000 as database. If I make my program without complicate settings, this .exe file can be used by everybody from a network ? And can it work well or Not ?
mikobi wrote: I am using Sql server 2000 as database. yeah, but database service should be done in server and other client should just GET/PUT data on server and data connection must be mainatined by Server..
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
mikobi wrote: I am using Sql server 2000 as database. yeah, but database service should be done in server and other client should just GET/PUT data on server and data connection must be mainatined by Server..
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
ThatsAlok wrote: eah, but database service should be done in server and other client should just GET/PUT data on server and data connection must be mainatined by Server.. Just make client Dummy which Get and PUT the data to or from server.. and server will actual task of Database
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV