472,993 Members | 3,244 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,993 software developers and data experts.

Integrating Windows Form Apps with a Web Service

Hi all,
Assuming I've built a windows form application... how do I connect it to a
web service? All the examples of web services I've seen pertain to stand
alone applications.

Basically, what methods are there in VB.NET to connect the various types of
applications together? Is there some sort of messaging system?

Thanks.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 20 '05 #1
3 1425
Cor
Hi Lucas,
In this case I can only give you an answer that looks on the answer that I
did give to Scorpion.
But maybe someone takes it op in the way you did with Scorpion. I was
posting a message that I had the same idea's like you when you told that to
Scorpion, but that message is disapeared (not important).

Webservice, just a question, to help your thinking process.
What is the basic difference if it is done by a stand alone application or a
service.
I don't see it, except the connection to the users, but from that I have
seen, you know enough and I don't have to tell you.

Remoting.
That is the word I would look first for in/on MSDN when I would make the
solution, about which I think you're talking about. Not that I have enough
knowledge to tell you how it works, but I know that this is a methode for
service client applications. So when I would need it I should start looking
for that keyword.

Again, just a very little bit to help you on the route.

Cor
Nov 20 '05 #2
"Cor" <no*@non.com> wrote in
news:3f***********************@reader21.wxs.nl:
Webservice, just a question, to help your thinking process.
What is the basic difference if it is done by a stand alone
application or a service.
I don't see it, except the connection to the users, but from that I
have seen, you know enough and I don't have to tell you.
It just seems that all the web services examples I've seen involve
ASP.NET webpages. My current application is a windows form. I was hoping
to find a way to expose the basic functions in my windows form
application, connect a web service to it, grab the relavant data, and
then display/send it back to a remote user via web services/asp.net.

The part I'm having trouble with is connecting the web service to the
windows form. I have no idea how to do this (so I don't even know where
to look!). I want to maintain the current windows for application (1 copy
of the code), but have the ability for the code/application to be
accessed/exposed via the web.
Remoting.
That is the word I would look first for in/on MSDN when I would make
the solution, about which I think you're talking about. Not that I
have enough knowledge to tell you how it works, but I know that this
is a methode for service client applications. So when I would need it
I should start looking for that keyword.


Thanks for the tip, remoting might be what I'm looking for!

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 20 '05 #3
Cor
Hi Lucas,
I am glad you did answer about the problem with the webservices.

For that I can direct you to the what I always call one of the best
walkthroughs there are.

http://msdn.microsoft.com/library/de...alkthrough.asp

I thought you did now this, it describes in my eyes exactly what you are
looking for.

I hopes this helps a lot.
Cor
Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Dennis Stew | last post by:
How do I access Public variables within a Windows Service? I can, and have, created installed and executed a basic Service. From my client App I can Start, Stop...etc the service.... What I want...
3
by: Lucas Tam | last post by:
Hi all, Assuming I've built a windows form application... how do I connect it to a web service? All the examples of web services I've seen pertain to stand alone applications. Basically,...
4
by: karpagam | last post by:
Since WebServices are a standardized way to invoke a method of another application over the internet, is there a way to integrate two different applications running on different platforms (Say a...
2
by: Jeff | last post by:
Please note this is NOT a rant or complaint! And yes, I'm over-simplifying, but intentionally. Here goes... With ASP.NET Web applications I like that I can access data from anywhere without...
17
by: UJ | last post by:
Is there any way for a windows service to start a windows program ? I have a service that will need to restart a windows app if it needs to. TIA - Jeff.
7
by: Ahmed Perlom | last post by:
Hi all, I am trying to start a windows application that has a GUI from a Windows service written in .NET 2.0. I have been searching on this for few days now with no avail. When using the...
1
by: noah.blumenthal | last post by:
I wrote a windows service in c# (applause) and now I want to add the ability to edit its settings. Basically this service checks an email account at certain intervals and forwards the emails to...
28
by: | last post by:
I have a multi threaded windows form application that runs great after calling Application.Run(). Application.Run is required for a COM component I a using in the app (required for message loop). ...
5
by: Stefano Tonello | last post by:
Hi all, I need to call windows' "open with" dialog from my C# windows form application. After the user selects application, control must return to me (I have to launch directly the process). I...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.