Fabien Bodard wrote:
> 2012/9/23 richard :
>
>> On 23/09/12 08:44, richard wrote:
>>
>>> On 23/09/12 08:31, Keith Clark wrote:
>>>
On 12-09-22 06:23 PM, richard wrote:
> On 23/09/12 08:03, Keith Clark wrote:
>
>> How do I modify settings of a
2012/9/23 richard :
> On 23/09/12 08:44, richard wrote:
>> On 23/09/12 08:31, Keith Clark wrote:
>>> On 12-09-22 06:23 PM, richard wrote:
On 23/09/12 08:03, Keith Clark wrote:
> How do I modify settings of a control on another form? Let's say that I
> want to be able to control the nu
On 23/09/12 08:44, richard wrote:
> On 23/09/12 08:31, Keith Clark wrote:
>> On 12-09-22 06:23 PM, richard wrote:
>>> On 23/09/12 08:03, Keith Clark wrote:
How do I modify settings of a control on another form? Let's say that I
want to be able to control the number of rows and columns of
On 23/09/12 08:31, Keith Clark wrote:
> On 12-09-22 06:23 PM, richard wrote:
>> On 23/09/12 08:03, Keith Clark wrote:
>>> How do I modify settings of a control on another form? Let's say that I
>>> want to be able to control the number of rows and columns of a grid
>>> view, gvSampleGrid, on form,
On 12-09-22 06:23 PM, richard wrote:
> On 23/09/12 08:03, Keith Clark wrote:
>> How do I modify settings of a control on another form? Let's say that I
>> want to be able to control the number of rows and columns of a grid
>> view, gvSampleGrid, on form, fGameGrid from form, fGameSetup.
>>
>> Woul
On 23/09/12 08:03, Keith Clark wrote:
> How do I modify settings of a control on another form? Let's say that I
> want to be able to control the number of rows and columns of a grid
> view, gvSampleGrid, on form, fGameGrid from form, fGameSetup.
>
> Would it not be fGameGrid.gvSampleGrid.rows.coun
How do I modify settings of a control on another form? Let's say that I
want to be able to control the number of rows and columns of a grid
view, gvSampleGrid, on form, fGameGrid from form, fGameSetup.
Would it not be fGameGrid.gvSampleGrid.rows.count=10?
I am working with the book A beginner'