Search found 5 matches

by vincenz2004
Sun Jan 24, 2010 11:22 pm
Forum: Applications - Feedback and Discussion
Topic: remote media screensaver script for sale
Replies: 3
Views: 2369

remote media screensaver script for sale

Hi all,

Im selling this software www.remotemediazone.co.nz as my company is too busy to maintain it.
It was written in Purebasic!

If you wish to make offer, please email:

sales@remotemediazone.co.nz

Thanks
by vincenz2004
Tue May 27, 2008 10:49 pm
Forum: General Discussion
Topic: purebasic script for sale
Replies: 1
Views: 1564

purebasic script for sale

www.remotemediazone.co.nz

Created with Purebasic.

I am very busy. Looking for someone to help further develop this at 50/50, or someone to buy it.

Remote Display software is in demand at the moment and this software has sold. I'm just one person, and have too much on my plate.

Anyone want to ...
by vincenz2004
Wed Jan 17, 2007 1:38 am
Forum: General Discussion
Topic: Purebasic (skilled) programmer wanted to take over project..
Replies: 2
Views: 2190

projects

Would be nice knowing more about this program, you said it's online and selling? Then give us a link to where we can read more about it.

There are 2 projects. One is online, the other one is 90% developed. I am working on the 3rd project in next few months.

Project #1
www.remotemediazone.co.nz ...
by vincenz2004
Wed Jan 17, 2007 1:00 am
Forum: General Discussion
Topic: Purebasic (skilled) programmer wanted to take over project..
Replies: 2
Views: 2190

Purebasic (skilled) programmer wanted to take over project..

Hi Guys & Gals?,

Would you consider using your Purebasic skills and get paid?

I have 2 projects on the go.

Project #1

Im looking for a good Purebasic programmer to take over a media project I have created in Purebasic. My company is developing other software and it would be good to have a ...
by vincenz2004
Mon Apr 10, 2006 9:25 am
Forum: Tricks 'n' Tips
Topic: show or hide taskbar
Replies: 3
Views: 1839

show or hide taskbar

Code updated for 5.20+

This really helped me, so I hope it helps someone else. It is the code to toggle the status of the windows (XP) taskbar (SHOW or HIDE):

Procedure showtaskbar(tbstate.s)
handleW1 = FindWindow_("Shell_traywnd", "")
If(tbstate="S")
SetWindowPos_(handleW1, 0, 0, 0, 0, 0 ...