Page 1 of 1

Hello and OOP in Gambas

Posted: Saturday 6th April 2019 5:07pm
by pascal111
Hello everyone, this's my first post, I'm from Egypt and in fact a Windows user, I started to learn Linux Mint since about one month, I experienced some of VB6 via Windows, I didn't try VB.Net, I was looking for something like VB6 but on Linux. I started to read about Gambas and I installed it on my Linux Mint.

My question is about oop in Gambas, I don't know much about it but is there any article as an introduction for oop in Gambas ?

Re: Hello and OOP in Gambas

Posted: Saturday 6th April 2019 8:40pm
by Cedron
Hello,

If you liked VB then you are going to like Gambas even better.

Here is a link you want to keep handy.

http://gambaswiki.org/wiki

The top section titled "Language Reference", especially the topics down the left column, is where you want to spend your early attention.

The object model article, which covers what you asked, is the bottom one on the right hand column.

http://gambaswiki.org/wiki/doc/object-model

Of course, you will want to find every one of my posts here and become familiar with every sample I have posted.

Just kidding, the latter is optional. There is a lot of material around. A little bit of searching will likely get you what you want. I've only been at it a few months and I am still learning stuff, so be prepared for a very rich environment.

Re: Hello and OOP in Gambas

Posted: Sunday 7th April 2019 6:32pm
by pascal111
Thanks Cedron, I'll looking in these pages.