Search found 6 matches

by bacardirigoman
Sun Aug 21, 2005 11:14 pm
Forum: General Discussion
Topic: Internet Explorer Toolbar
Replies: 7
Views: 2624

I have the same problem.. I can't believe that no one in this forum know, how to build such a IE toolbar :-/ ?
by bacardirigoman
Sat Mar 19, 2005 1:36 pm
Forum: General Discussion
Topic: webcam integration in purebasic program
Replies: 5
Views: 2108

oh thanks!
Does anyone have any examples with that library for the lazy bacardirigoman? :)
by bacardirigoman
Sat Mar 19, 2005 1:23 am
Forum: General Discussion
Topic: webcam integration in purebasic program
Replies: 5
Views: 2108

webcam integration in purebasic program

Does someone knows a simple solution, how to control a webcam?

Get the stream and store it in a file or send it to a server?

That would be really great :D
by bacardirigoman
Thu Mar 10, 2005 5:53 pm
Forum: Feature Requests and Wishlists
Topic: get ip address
Replies: 25
Views: 11404

oh... yes... great thank you!
by bacardirigoman
Sat Mar 05, 2005 4:05 pm
Forum: Feature Requests and Wishlists
Topic: get ip address
Replies: 25
Views: 11404

get ip address

I tried to write a simple platform independent server. It should run on linux as well on windows.
But there is one function really missing in the network library.
getclientip(client)
It should return the IP-address of the specific client. That would be great. Then I don't have to do my server in ...
by bacardirigoman
Sun Feb 20, 2005 10:40 pm
Forum: General Discussion
Topic: webgadget and cookies
Replies: 2
Views: 1452

webgadget and cookies

Hi,

I'm using the webgadget for a small administration tool. This administration tool is using cookies.
All is working fine until I try to open a popup (for example with javascript window.open('foo') ).

In the popup it seems so, that the cooies are not availble :( .
Does anybody know how I can ...