C++ with web browser

Discussion about everything. New games, 3d math, development tips...
Post Reply
omar shaaban
Posts: 616
Joined: Wed Nov 01, 2006 6:26 pm
Location: Cairo,Egypt
Contact:

C++ with web browser

Post by omar shaaban »

Well if anybody knows how to make c++ interact with the webbrowser like for example
here the text i am writing now can i make a c++ program that can copy text or import them lets say from a txt file to this field if i gave him the page(which has the field and i mean the field i am writing the post right now)
can i :P ?
etcaptor
Posts: 871
Joined: Fri Apr 09, 2004 10:32 pm
Location: Valhalla
Contact:

Post by etcaptor »

One way that I know is using of some external libraries like Intraweb.
I tested their technology - here is result:
http://resellmyapartment.com

You can use C++ or Pascal. If you use C++Builder or Delphi, you will get Intraweb in your package without additional payment for it.
Also you will be able to compile your project like .exe application or dll extension for IIS, even it is possible using of page mode.
Also for simple tasks you can compile your project like CGI exe or dll.
There is similar technologies, you can make some google search.


For Microsoft VS the trivial way is using of C# and ASP. But have not big experience with their technology at now.

I'm not sure that understood your question correctly. If you want only any web control integration in your api, so you can using of some ActiveX browser control.
ImageImage
Site development -Rock and metal online
--- etcaptor.com ------freenetlife.com
omar shaaban
Posts: 616
Joined: Wed Nov 01, 2006 6:26 pm
Location: Cairo,Egypt
Contact:

Post by omar shaaban »

Thanks for the answer i will check it.
Post Reply