Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. matrix187

    where on the web can I find tcl/tk instructions?

    Welcome man :) Check this one for the start: http://bdma.net/tech/present/perlTk01/
  2. matrix187

    How to add Combo Box in my Application

    use this one maybe: use Tk::BrowseEntry; $b = $frame->BrowseEntry(-label => "Label", -variable => $var); $b->insert("end", "opt1"); $b->insert("end", "opt2"); $b->insert("end", "opt3"); ... $b->pack...

Part and Inventory Search

Back
Top