[Gambas-user] Embedded Terminal Possible?

Benoît Minisini gambas at ...1...
Tue Aug 29 18:10:47 CEST 2017


Le 29/08/2017 à 18:07, mikeB a écrit :
> eGreetings - it's a wonderful day in the Gambas neighborhood,
> 
> Could someone tell me if it's possible, and if so, point me in the right
> 
> direction, to create a form (that the FrmMain opens) with a very simple,
> 
> functional "terminal/ console"?
> 
> Any/ all advise is GREATLY APPRECIATED,
> 
> mikeB
> 
> 

1) Check the 'gb.form.term' component.

2) Put a TerminalView control in your form, let's name it "TerminalView1".

3) Call TerminalView1.Exec("bash")

That's all.

-- 
Benoît Minisini




More information about the User mailing list