Discussion:
Need a light-weight and invisible webbrower control which can post forms
(too old to reply)
Zhiguo
2009-12-05 17:49:10 UTC
Permalink
Hi, I need your help, my friends ^_^

I need something like the webbrowser control, that can log into
website and post articles. But I don't want the UI interface, that is
to say, I want it to be light and invisible.

I need it in a plugin project, which can post content to a certrain
site that does not support API/protocals such as BloggerAPI.
*And I promise this is not for commercial or evil purposes.*

I have tried Libcurl in C++ and LWP in perl, but things seem to be
complicated. And now I am wondering if there is a light-weight and
invisible webbrowser object which I can use directly.

Thanks! Any help will be appreciated.
rob^_^
2009-12-14 20:44:04 UTC
Permalink
wininet
Post by Zhiguo
Hi, I need your help, my friends ^_^
I need something like the webbrowser control, that can log into
website and post articles. But I don't want the UI interface, that is
to say, I want it to be light and invisible.
I need it in a plugin project, which can post content to a certrain
site that does not support API/protocals such as BloggerAPI.
*And I promise this is not for commercial or evil purposes.*
I have tried Libcurl in C++ and LWP in perl, but things seem to be
complicated. And now I am wondering if there is a light-weight and
invisible webbrowser object which I can use directly.
Thanks! Any help will be appreciated.
Loading...