Re: Web Queries through GTK

2005-08-05 Thread Greg Breland
On Fri, 2005-08-05 at 02:30, Bhatnagar Achindra wrote: > I need to make http: Get/Post queries through my GTK application, I'm using libcurl with great success. I use it on Win32 and Linux with no problems at all. libcurl is much faster than the normal .Net methods by a long shot. By faster I'

Re: Web Queries through GTK

2005-08-05 Thread Hubert SokoĊ‚owski
On Fri, 5 Aug 2005 13:00:13 +0530 Bhatnagar Achindra <[EMAIL PROTECTED]> wrote: > I need to make http: Get/Post queries through my GTK application, try gnet library http://www.gnetlibrary.org/ which is based on glib, so it is easy to integrate it in a gtk application.

Re: Web Queries through GTK

2005-08-05 Thread The Saltydog
On 8/5/05, Bhatnagar Achindra <[EMAIL PROTECTED]> wrote: > I need to make http: Get/Post queries through my GTK application, I have used successfully libcurl or libsoup. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.o

Web Queries through GTK

2005-08-05 Thread Bhatnagar Achindra
I need to make http: Get/Post queries through my GTK application, is there any MSWinsock, MSCOMM, MSINET or MSWebBrowser control kind of Wigets available in GTK, to address networking issues. Any specifications about using Sockets in GTK or we can use them the way we do in normal C application