Search found 6 matches
- Sun Aug 21, 2005 11:14 pm
- Forum: General Discussion
- Topic: Internet Explorer Toolbar
- Replies: 7
- Views: 2624
- Sat Mar 19, 2005 1:36 pm
- Forum: General Discussion
- Topic: webcam integration in purebasic program
- Replies: 5
- Views: 2108
- 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
Get the stream and store it in a file or send it to a server?
That would be really great

- Thu Mar 10, 2005 5:53 pm
- Forum: Feature Requests and Wishlists
- Topic: get ip address
- Replies: 25
- Views: 11404
- 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 ...
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 ...
- 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 ...
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 ...