Re: [Gambas-user] code for VB button control array hangs program

2011-01-02 Thread BenoƮt Minisini
> Add a button to a program and modify code to read: > > Public Sub Button1_Click(index As Integer) > End > > If you try to run the program, nothing happens and the problem line is > not identified. This may happen if you import VB code and don't > realize control arrays are not allowed. > > The

[Gambas-user] code for VB button control array hangs program

2011-01-01 Thread Zach Smith
Add a button to a program and modify code to read: Public Sub Button1_Click(index As Integer) End If you try to run the program, nothing happens and the problem line is not identified. This may happen if you import VB code and don't realize control arrays are not allowed. There are 2 Stack backt