Re: Win32lib question
- Posted by Bernie <xotron at PCOM.NET> Nov 14, 2000
- 528 views
On Tue, 14 Nov 2000 20:56:57 +0100, Feta <mb11363 at CHELLO.BE> wrote: >Humm, we can do a lot of things with this wonderful library, but is there a >way to know the class of a control >with just an id ? >why ? I have a lot of controls IDs in a sequence like this : > How about this: sequence s atom edtx fuction edtxt() return create( EditText, "", Win, 95, 0, 105, 20, 0 ) end function s[1] = routine_id("edtext") then append them to the arrays Then use call_func(x[1],{}) Bernie