[Gambas-user] how to indicate progress

Jussi Lahtinen jussi.lahtinen at ...626...
Sun Feb 19 14:22:59 CET 2012


http://gambasdoc.org/help/lang/exec?v3
http://gambasdoc.org/help/comp/gb/process?v3

Dim hProcess As Process

hProcess = Exec [ ...


If hProcess.State = Process.Running Then
 ...


Jussi





On Sun, Feb 19, 2012 at 14:13, Bill-Lancaster <bill-lancaster at ...2231...>wrote:

>
> Gambas 3
>
> I want to run an Exec command when my programme starts.
>
> Using the Open or Activate event for the main means that the form doesn't
> appear until the exec process has finished.
>
> How can I indicate that the Exec process is still running?
> --
> View this message in context:
> http://old.nabble.com/how-to-indicate-progress-tp33351547p33351547.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list