Search found 39 matches

by pantsonhead
Sun Jun 29, 2008 3:59 pm
Forum: Announcement
Topic: FontSoup Screensaver
Replies: 1
Views: 2141

FontSoup Screensaver

Hi everybody

I think this is probably my first post since 2004.

I finally got around to spending some time on PB again last weekend and rewrote an old screensaver that I originally created back in 2001.

Basically it displays your TrueType fonts in either rainbow or muted tones. Here's a ...
by pantsonhead
Wed Mar 12, 2008 1:46 pm
Forum: Coding Questions
Topic: Rotate Image
Replies: 33
Views: 15625

270 degrees should be

Code: Select all

    rect(0)\x=0
    rect(0)\y=width
    rect(1)\x=0
    rect(1)\y=0
    rect(2)\x=height
    rect(2)\y=width
by pantsonhead
Tue Nov 15, 2005 4:18 pm
Forum: Windows
Topic: reading an outlook address book
Replies: 3
Views: 1905

I also tried and failed :(
by pantsonhead
Fri Oct 21, 2005 5:43 pm
Forum: Coding Questions
Topic: Sudoku DLL
Replies: 3
Views: 1736

Thanks Jack - your DLL kung fu is strong :)
by pantsonhead
Wed Oct 19, 2005 3:16 pm
Forum: Coding Questions
Topic: Sudoku DLL
Replies: 3
Views: 1736

Sudoku DLL

Hi there

I found a DLL that generates/solves Sodoku puzzles here:
http://web.telia.com/~u88910365/

I've been able to open the library and examine the functions
but I'm having some problems calling the function.
The function is returning zero but no other errors.

The documentation is pretty ...
by pantsonhead
Wed Sep 21, 2005 4:59 pm
Forum: Off Topic
Topic: COSMOS (by Carl Sagan)
Replies: 2
Views: 1309

I am currently reading the Cosmos book by Carl Sagan.
http://www.amazon.co.uk/exec/obidos/ASIN/0349107033

Are you talking about a DVD set or something on TV?
by pantsonhead
Sat Sep 10, 2005 8:59 pm
Forum: Coding Questions
Topic: How would I execute a PHP command?
Replies: 12
Views: 2728

hey roach,

I assume you are calling php from commandline (not in a browser).
Not many folks use php this way but it's great. I converted a bunch of VB file/mail processing applications to php and they run about 8 times faster.

If you aren't using commandline php then do it, and refer to Jellybean ...
by pantsonhead
Sat Aug 20, 2005 8:50 pm
Forum: General Discussion
Topic: PB Reliability
Replies: 33
Views: 10034

What constitutes a "good string engine"?

What kind of string functions are you missing Edwin Knoppert?
by pantsonhead
Sat Aug 20, 2005 5:43 pm
Forum: Off Topic
Topic: Very Cool Site for Guitarists
Replies: 3
Views: 1849

Very Cool Site for Guitarists

This is one of the best and most fun sites I've seen in a long time:

http://www.guitarshredshow.com/
by pantsonhead
Sat Aug 20, 2005 3:08 pm
Forum: Mac OSX
Topic: Simple App Not Working
Replies: 3
Views: 3709

definitely some bits not working right

Hi ColBoy

I had no problems with accessing a removable drive, I was able to browse the folders on my USB Flashdrive as easily as my HDD.

There's definitely some unfinished functionality on the ExplorerTreeGadget and ExplorerListGadget.
They both seem to ignore the Flags passed in your code (haven ...
by pantsonhead
Thu Aug 18, 2005 12:31 pm
Forum: Mac OSX
Topic: Mac OSX PB users
Replies: 36
Views: 21224

I know what you mean ColBoy.
I'll try and look at your "Simple App Not Working" post in the next couple of days.
No replies from anybody else who's using PB on OSX yet though :(
by pantsonhead
Tue Aug 16, 2005 5:05 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7124

Hey Z,

This might also help
http://www.mindcontrol.org/~hplus/nat-punch.html

Pants
by pantsonhead
Tue Aug 16, 2005 5:00 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7124

I don't think you will be able to contact a server on your LAN from outside (on the internet) unless you:

a) set up the server machine as Default DMZ Server for your LAN
or
b) set up the router to send traffic for the port you use to the server machine

Obviously the machine is in a LAN using NAT ...
by pantsonhead
Tue Aug 16, 2005 3:48 pm
Forum: Coding Questions
Topic: how to connect to server,which is running in LAN
Replies: 34
Views: 7124

diff(LAN/Internet)

I guess you could use NetBios names on LAN but not internet.
Also you would have problems connecting to machine behind a gateway using DHCP/NAT.
by pantsonhead
Tue Aug 16, 2005 3:32 pm
Forum: Announcement
Topic: New Image plugin available for beta-testing
Replies: 74
Views: 43893

Welcome aboard

Hi Ginger

Download it from here:
http://www.purearea.net/pb/download/userlibs/EC_ImagePluginOLE_2.3.zip

Unzip it in your PureBasic folder so that the library file goes into
C:\Program Files\PureBasic\PureLibraries\UserLibraries
and put the EC_ImagePluginOLE.chm help file into
C:\Program Files ...