How do I make my VC++ application interact with a Web application 
Author Message
 How do I make my VC++ application interact with a Web application

If I have a VC++ application that wants to talk to a Web
application, how do I go about doing this?  

For instance I have two applications:
1. A VC++ application that asks a user a question and gets
the user's answer.  The answer will either be yes or no.
2. A simple web application that changes its background
color depending on the user's answer.  Green for YES, and
Red for NO.

How would I connect the two application so that if the
user's answer is yes, the C++ application will send a
message to the Web app. that the answer is indeed yes and
that the Web application will respond by changing its
background color to green?



Sun, 26 Dec 2004 05:15:38 GMT  
 How do I make my VC++ application interact with a Web application
What about having two web pages; one with a green background another with a
red background.  Drop a browser control into your C++ app and tell it to
navigate to the the appropriate page.


Quote:
> If I have a VC++ application that wants to talk to a Web
> application, how do I go about doing this?

> For instance I have two applications:
> 1. A VC++ application that asks a user a question and gets
> the user's answer.  The answer will either be yes or no.
> 2. A simple web application that changes its background
> color depending on the user's answer.  Green for YES, and
> Red for NO.

> How would I connect the two application so that if the
> user's answer is yes, the C++ application will send a
> message to the Web app. that the answer is indeed yes and
> that the Web application will respond by changing its
> background color to green?



Sun, 26 Dec 2004 20:48:02 GMT  
 How do I make my VC++ application interact with a Web application
Well this is just a scenario.  What I'm really trying to
do is to have my VC++ application pass a message to the
web application and with that message the web application
will execute something.

Quote:
>-----Original Message-----
>What about having two web pages; one with a green

background another with a
Quote:
>red background.  Drop a browser control into your C++ app
and tell it to
>navigate to the the appropriate page.



>> If I have a VC++ application that wants to talk to a Web
>> application, how do I go about doing this?

>> For instance I have two applications:
>> 1. A VC++ application that asks a user a question and
gets
>> the user's answer.  The answer will either be yes or no.
>> 2. A simple web application that changes its background
>> color depending on the user's answer.  Green for YES,
and
>> Red for NO.

>> How would I connect the two application so that if the
>> user's answer is yes, the C++ application will send a
>> message to the Web app. that the answer is indeed yes
and
>> that the Web application will respond by changing its
>> background color to green?

>.



Sun, 26 Dec 2004 21:14:29 GMT  
 How do I make my VC++ application interact with a Web application
Well this is just a scenario.  What I'm really trying to
do is to have my VC++ application pass a message to the
web application and with that message the web application
will execute something.

Quote:
>-----Original Message-----
>What about having two web pages; one with a green

background another with a
Quote:
>red background.  Drop a browser control into your C++ app
and tell it to
>navigate to the the appropriate page.



>> If I have a VC++ application that wants to talk to a Web
>> application, how do I go about doing this?

>> For instance I have two applications:
>> 1. A VC++ application that asks a user a question and
gets
>> the user's answer.  The answer will either be yes or no.
>> 2. A simple web application that changes its background
>> color depending on the user's answer.  Green for YES,
and
>> Red for NO.

>> How would I connect the two application so that if the
>> user's answer is yes, the C++ application will send a
>> message to the Web app. that the answer is indeed yes
and
>> that the Web application will respond by changing its
>> background color to green?

>.



Sun, 26 Dec 2004 21:14:22 GMT  
 How do I make my VC++ application interact with a Web application
Well this is just a scenario.  What I'm really trying to
do is to have my VC++ application pass a message to the
web application and with that message the web application
will execute something.

Quote:
>-----Original Message-----
>What about having two web pages; one with a green

background another with a
Quote:
>red background.  Drop a browser control into your C++ app
and tell it to
>navigate to the the appropriate page.



>> If I have a VC++ application that wants to talk to a Web
>> application, how do I go about doing this?

>> For instance I have two applications:
>> 1. A VC++ application that asks a user a question and
gets
>> the user's answer.  The answer will either be yes or no.
>> 2. A simple web application that changes its background
>> color depending on the user's answer.  Green for YES,
and
>> Red for NO.

>> How would I connect the two application so that if the
>> user's answer is yes, the C++ application will send a
>> message to the Web app. that the answer is indeed yes
and
>> that the Web application will respond by changing its
>> background color to green?

>.



Sun, 26 Dec 2004 21:14:29 GMT  
 How do I make my VC++ application interact with a Web application
Well this is just a scenario.  What I'm really trying to
do is to have my VC++ application pass a message to the
web application and with that message the web application
will execute something.

Quote:
>-----Original Message-----
>What about having two web pages; one with a green

background another with a
Quote:
>red background.  Drop a browser control into your C++ app
and tell it to
>navigate to the the appropriate page.



>> If I have a VC++ application that wants to talk to a Web
>> application, how do I go about doing this?

>> For instance I have two applications:
>> 1. A VC++ application that asks a user a question and
gets
>> the user's answer.  The answer will either be yes or no.
>> 2. A simple web application that changes its background
>> color depending on the user's answer.  Green for YES,
and
>> Red for NO.

>> How would I connect the two application so that if the
>> user's answer is yes, the C++ application will send a
>> message to the Web app. that the answer is indeed yes
and
>> that the Web application will respond by changing its
>> background color to green?

>.



Sun, 26 Dec 2004 21:15:23 GMT  
 How do I make my VC++ application interact with a Web application
Well this is just a scenario.  What I'm really trying to
do is to have my VC++ application pass a message to the
web application and with that message the web application
will execute something.

Quote:
>-----Original Message-----
>What about having two web pages; one with a green

background another with a
Quote:
>red background.  Drop a browser control into your C++ app
and tell it to
>navigate to the the appropriate page.



>> If I have a VC++ application that wants to talk to a Web
>> application, how do I go about doing this?

>> For instance I have two applications:
>> 1. A VC++ application that asks a user a question and
gets
>> the user's answer.  The answer will either be yes or no.
>> 2. A simple web application that changes its background
>> color depending on the user's answer.  Green for YES,
and
>> Red for NO.

>> How would I connect the two application so that if the
>> user's answer is yes, the C++ application will send a
>> message to the Web app. that the answer is indeed yes
and
>> that the Web application will respond by changing its
>> background color to green?

>.



Sun, 26 Dec 2004 21:14:24 GMT  
 How do I make my VC++ application interact with a Web application
Check this out:

http://msdn.microsoft.com/downloads/samples/internet/default.asp?url=...
ads/samples/internet/browser/htmldlg/default.asp

Demonstrates how to pass parameters between your app and an
html page (and the other way around).


Quote:
> If I have a VC++ application that wants to talk to a Web
> application, how do I go about doing this?

> For instance I have two applications:
> 1. A VC++ application that asks a user a question and gets
> the user's answer.  The answer will either be yes or no.
> 2. A simple web application that changes its background
> color depending on the user's answer.  Green for YES, and
> Red for NO.

> How would I connect the two application so that if the
> user's answer is yes, the C++ application will send a
> message to the Web app. that the answer is indeed yes and
> that the Web application will respond by changing its
> background color to green?



Mon, 27 Dec 2004 15:01:08 GMT  
 
 [ 8 post ] 

 Relevant Pages 

1. Making a C application and a Java application use the same dll instance

2. Windows application works fine but not the web application

3. Converting MFC Application to Web Application

4. Web enabling of VC++ Application

5. How to detect that application looses focus / the user hasn't interacted for 5 minutes

6. Question about interacting applications

7. Deploying web applications with a web service

8. ATL Server - Web Application/Web Service

9. Making vc++ work with the web

10. Interfaces, Instances and making them interact

11. Making Class Visible Throughout Application

12. Making the application appear in the task bar

 

 
Powered by phpBB® Forum Software