Hello and OOP in Gambas

Post your Gambas programming questions here.
Post Reply
pascal111
Posts: 2
Joined: Saturday 6th April 2019 4:53pm

Hello and OOP in Gambas

Post 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 ?
User avatar
Cedron
Posts: 156
Joined: Thursday 21st February 2019 5:02pm
Location: The Mitten State
Contact:

Re: Hello and OOP in Gambas

Post 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.
.... and carry a big stick!
pascal111
Posts: 2
Joined: Saturday 6th April 2019 4:53pm

Re: Hello and OOP in Gambas

Post by pascal111 »

Thanks Cedron, I'll looking in these pages.
Post Reply