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. TNKPro

    Changing icons

    Why don't you use a ImageList in Microsoft Common Control ? Here the code for it.... Create new Toolbar and new Image List Sub ChangeSize() ImageList1.ImageHeight=32 ImageList1.ImageWidth=32 Toolbar1.Imagelist=ImageList1 End sub You can make many imagelist in a form but REMEMBER...
  2. TNKPro

    How to put an Picture on Form's Title bar

    I've been searching for so long but couldn't find out HOW to PUT an PICTURE on Form's Title bar with APIs function. Does any one know the code or the solution for it ? Please show me whatever you know to make it ! Thanks

Part and Inventory Search

Back
Top