Hi,
perhaps I'm just being stupid, but I want to remove a Textfield after I
added it, so:
my $main=Win32::GUI::Window->new(-name => 'Main');
my $textField=$main->AddTextfield(-name => "textfield",);
and then I want to remove the Textfield again.
is that possible?
Thanks
Manuel
|