Re: [Gambas-user] Import qbasic

2014-10-21 Thread Julio Sanchez
Sorry, the message was for Barry 2014-10-21 20:01 GMT+02:00 Julio Sanchez : > T Lee Davidson: > I have a simple example of using menus, explained with screen shots and > source code. They are in Spanish: > http://cursogambas.blogspot.com.es/2014/04/menus-y-menus-popups.html > > Besides this the b

Re: [Gambas-user] Import qbasic

2014-10-21 Thread Julio Sanchez
T Lee Davidson: I have a simple example of using menus, explained with screen shots and source code. They are in Spanish: http://cursogambas.blogspot.com.es/2014/04/menus-y-menus-popups.html Besides this the book also,http://beginnersguidetogambas.com/, which can guide you Regards Julio 2014-1

Re: [Gambas-user] Import qbasic

2014-10-21 Thread T Lee Davidson
On 10/21/2014 09:57 AM, Barry wrote: > Hello > > I have a package written in qbasic which is run from command line and > then controlled by a menu program. I would like to import programs to > gambas with the intent of running using the GUI and developing extra > capabilities to the package. I know

Re: [Gambas-user] Import qbasic

2014-10-21 Thread Fabien Bodard
well ... Gambas is more near from VB than QBasic. I think you will have some work to do. Maybe the best will be to create a module, and then copy the whole file.bas in it. Then procedure by procedure you will have to convert some parts. 2014-10-21 15:57 GMT+02:00 Barry : > Hello > > I have a

[Gambas-user] Import qbasic

2014-10-21 Thread Barry
Hello I have a package written in qbasic which is run from command line and then controlled by a menu program. I would like to import programs to gambas with the intent of running using the GUI and developing extra capabilities to the package. I know I have a lot of work to do to achieve this