briannz556 has asked for the wisdom of the Perl Monks concerning the following question:
…. $tabs = $main->AddTabStrip ( -name => "tab", -left => 150, -top => 10, + -width => 700, -height=> $height - 200, ); $tabs->InsertItem( -name=> "stock", -text => "Stock", -index=> 0 );
Can some kind soul explain how I can get such a control on to the tabstrip please?
Jun 14, 2008 at 04:31 UTC McDarren Added (additional) code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: control on a Tabstrip
by Anonymous Monk on Jun 10, 2008 at 10:09 UTC |