Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello! I am developing a web page and in this moment i am trying to get data from a windows aplication (visual basic form) and display this data in the web page. Anyone can give some help and some informacion? how i get some data from a windows form to display this data in the web page!

Thanks!!
Posted
Comments
Zoltán Zörgő 31-Oct-13 14:47pm    
A web application is ran by a service (IIS). You can start a windows application from it, but you can hardly interact with that. And it can be a real problem when these instances are trying to access the same resources.

Bus as you tagged this question with "XML", I have to assume, that you don't need to run this app on page load or something. In that case you simply need to read that xml file.

So please clarify!
Member 10373002 31-Oct-13 15:25pm    
hello Zoltán! Tanks for reply!I am using the xampp to develop the web page. But in this moment i want to display information in the web page from one windows form (visual basic). So i dont know what to do! I dont know the best way to do it!! can you give some help!
I put xml, but i dont know if i using this kind of file i can get the data from the form and show in the web page!
Can you help me!
Zoltán Zörgő 31-Oct-13 16:52pm    
Sorry, but as you posed this question it can not be solved. You can't interact with a windows GUI application from PHP. Is the VB application your code?
Member 10373002 31-Oct-13 17:25pm    
Yes, it is. Maybe i will need a dll to send the information to the server!? what is your opinion? Do you know what i need to do? thanks
Zoltán Zörgő 31-Oct-13 17:43pm    
Than why do you need it? Recreate it's needed functionality in PHP. You could make a command line alternative of it that outputs the data in a file. What you want to do is not right.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900