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 Chris Miller 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. ghergu

    Little problem with my Add Ins

    First, you must create an object having MyControl type : Dim obj as new MyControl After that you can use : Me.Controls.Add("MyControl",sName)
  2. ghergu

    Change Project Icon at runtime

    1. Include both icons in your project. 2. When you start an instance of your application you can get the path where the app is located. By testing this path you can set one icon or other depending of the result. If doesn't matter the location, you can test if an instance of your application...

Part and Inventory Search

Back
Top