PDA

View Full Version : Gambas help



ninocass
February 28th, 2006, 10:52 PM
Hi all

I dont think theres such an appliction that offers a GUI for VNC servers to display, connected users, running servers and a few others.

Im quite a good programmer in visual basic and java. Ive noticed a lot of threards have been reccomending Gambas for linux programming.

Are there any guides that cover all area's of gambas?

is it possible to take data in from the terminal?

Thanks

wrtrdood
February 28th, 2006, 11:16 PM
http://gambas.sourceforge.net and check the Wiki Encyclopedia.

Yes, it supports non-gui applications.

ninocass
February 28th, 2006, 11:43 PM
cheers man

What im looking to do is :

netstat | grep 5900

so that it shows me if theres anyports open i want to take the output and store it into a var. I know this is prob a messy way bit ill start small lol

Thanks