n Mon, 12/20/10, vikram wrote:
>
> From: vikram
> Subject: [Gambas-user] Displaying the same form n times
> To: austin...@yahoo.com
> Date: Monday, December 20, 2010, 6:52 AM
>
> PUBLIC SUB Button1_Click()
>
> DIM count AS Integer
> dim hForm as IPinput
> asc
#x27;s
> Open event to another's Close event, or maybe there is some other way to do
> this.
>
> Thanks again,
> Vikram
>
> --- On Mon, 12/20/10, vikram wrote:
>
> From: vikram
> Subject: [Gambas-user] Displaying the same form n times
> To: austin...@yahoo.
s.
Thanks again,
Vikram
--- On Mon, 12/20/10, vikram wrote:
From: vikram
Subject: [Gambas-user] Displaying the same form n times
To: austin...@yahoo.com
Date: Monday, December 20, 2010, 6:52 AM
PUBLIC SUB Button1_Click()
DIM count AS Integer
dim hForm as IPinput
ascount = txtAS
PUBLIC SUB Button1_Click()
DIM count AS Integer
dim hForm as IPinput
ascount = txtAScount.Text'Point 1 '''never use underscore
in names and str to int is automatic
FOR count = 1 TO ascount
hForm = New IPinput
hForm.show
NEXT
END
in IP Input form add :
STATIC PUBLIC