473,651 Members | 2,634 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Urgent please reply web application in Client server Program

Hi,

i have a client server program in VC++,i want to provide this client -
server application on web.which program i should use whether PHP or i
can convert VC++ to active X control and then display in html?

Thanks in advance
Best Regards
Shobha

Jan 30 '07 #1
3 1599
ra**********@gm ail.com wrote:
Hi,

i have a client server program in VC++,i want to provide this client -
server application on web.which program i should use whether PHP or i
can convert VC++ to active X control and then display in html?

Thanks in advance
Best Regards
Shobha
Hi,

You really should give us more information.
You VC++ program, does it use a window to communicate with the user?
If so, forget about PHP.

Or can it be fed commandline with some info, and then return some output?
If that is the situation, you could have a look at exec() and/or passthru(),
maybe they can help.

And if you want to deliver your VC++ program as a ActiveX control, this is
the wrong group for advise.

Regards,
Erwin Moller
Jan 30 '07 #2
On Jan 30, 3:25 pm, Erwin Moller
<since_humans_r ead_this_I_am_s pammed_too_m... @spamyourself.c omwrote:
ranishobh...@gm ail.com wrote:
Hi,
i have a client server program in VC++,i want to provide this client -
server application on web.which program i should use whetherPHPor i
can convert VC++ to active X control and then display in html?
Thanks in advance
Best Regards
Shobha

Hi,

You really should give us more information.
You VC++ program, does it use a window to communicate with the user?
If so, forget aboutPHP.

Or can it be fed commandline with some info, and then return some output?
If that is the situation, you could have a look at exec() and/or passthru(),
maybe they can help.

And if you want to deliver your VC++ program as a ActiveX control, this is
the wrong group for advise.

Regards,
Erwin Moller
Dear Erwin and all,

my VC++ program conatins MFC GUI.my program contains one button when i
press the button it send some unix commands and i get the output in
the text box from the server.server is in france.i cannot install
webserver at the server.so the communication is through sockets.

for example if i send a unix command ls to server,i should get the
output with directories.

can anyone give some suggessions or code in which area of php i should
concentrate.

Regards
shobha
Feb 13 '07 #3
ra**********@gm ail.com wrote:
On Jan 30, 3:25 pm, Erwin Moller
<since_humans_r ead_this_I_am_s pammed_too_m... @spamyourself.c omwrote:
>ranishobh...@g mail.com wrote:
Hi,
i have a client server program in VC++,i want to provide this client -
server application on web.which program i should use whetherPHPor i
can convert VC++ to active X control and then display in html?
Thanks in advance
Best Regards
Shobha

Hi,

You really should give us more information.
You VC++ program, does it use a window to communicate with the user?
If so, forget aboutPHP.

Or can it be fed commandline with some info, and then return some output?
If that is the situation, you could have a look at exec() and/or
passthru(), maybe they can help.

And if you want to deliver your VC++ program as a ActiveX control, this
is the wrong group for advise.

Regards,
Erwin Moller

Dear Erwin and all,

my VC++ program conatins MFC GUI.my program contains one button when i
press the button it send some unix commands and i get the output in
the text box from the server.server is in france.i cannot install
webserver at the server.so the communication is through sockets.

for example if i send a unix command ls to server,i should get the
output with directories.

can anyone give some suggessions or code in which area of php i should
concentrate.
Hi

go to: www.php.net
passthru() and exec() and the like are the commands you should look at.

Regards,
Erwin
>
Regards
shobha
Feb 16 '07 #4

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

Similar topics

3
1338
by: preet | last post by:
What I am trying to do is to develop a dhtml based chat system. So far everything is working as planned, took me over 6 hours to get it working, but I am pleased with the results, it is comparable to java chat. With no page refresh. My problem is How do we manage which users are online on chat and which are not.
2
1778
by: Chris | last post by:
Hi, I developed a COM+ Server application on my XP machine. It works excellent. I exported as server application and then installed it in a windows 2003 server. I then exported it as a Proxy Client from the Windows 2003 server and installed the proxy client on 2 xp machines and it works fine. When I try to install the proxy client to our windows 2000 adv server SP4 (production box) I get the error "Error 1928. Error registering COM+...
6
1209
by: nx-2000 | last post by:
Last night I dutifuly installed all the server 2000 updates that where released and I finally get called a few hours ago by a client wondering why our site was down. Then a steady flood of calls happened after that. I'm assuming that MS05-004 ASP.NET Path Validation Vulnerability has somehow completely hosed my site and I can't for the life of me figure out what the hell has happend or how to fix it but its critical I get it up and...
1
1946
by: Manish Songar via .NET 247 | last post by:
I am using asp.net. I am not storing image in sql server.I store all the image in one folder. I want to access image from that folder to my client machine. Images folder (\Orchid_Image) store in the same place into the application root (server machine) like c:\inetpub\wwwroot\OrchidDB\Orchid_Image. I am using repeter control for show images. I already use server.Mappath but still when I run my application in client machine it still look...
4
2054
by: jens Jensen | last post by:
Hello, I was given the task to build a .Net client that will talk to IBM integration server via HTTP post. The idea is that each http packet exchange should be authenticated via X09 "client authentication and not "server authentification" The code i wrote is quite straight forward. (See listing below) With server authentication, the server's application will contain a certificate created specifically for that server. The client...
3
9827
by: Nicol | last post by:
Hi, I have created a console application in c#.net. I also scheduled it in the windows scheduler. In the scheduled task i will specify the command line arguments. When I say "Run", I am getting the command window, which I dont want. I need to run my application in silent mode. My system is windows 2003 server. Please help me in this. Thanks
3
2043
by: Mike | last post by:
Hi, I'm wondering if I can do this with ASP.NET?
5
1294
by: -Obama | last post by:
What is the most commonly used version of vs studio: 2002, 2005 or 2008? Is IIS 6 not compatible with asp.net 2.0? Do I need to run some patch or library to solve the problem? Or can I use IIS 7? Do I download it from Microsoft website? I understand that for client/server program I need to install .net framework program, right? How about the web application? Please help me to understand. Many thanks.
2
1792
by: =?ISO-8859-1?B?RulybmFz?= | last post by:
Hey all, I have a URGENT problem and I hope someone could help me... scenery: I have a windows app, coded using C# (framework 1.1 - VS2003)... The exe and dlls of the app is are stored in a server, and the clients access this app through a shortcut that points to this. The folder of
0
8275
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8792
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8694
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8571
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6157
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5605
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4280
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1905
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1585
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.