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 SkipVought 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. jesarg

    .NET and COM libraries

    I'm on a .NET project, and I need to be able to (with .NET code): 1. Open a library that contains COM objects. 2. Find the class GUID, interface GUID, and description of each and every COM object in the library. In other words, it's sort of like using reflection on a COM library using .NET...
  2. jesarg

    COM library and .NET

    I'm on a .NET project, and I need to be able to (with .NET code): 1. Open a library that contains COM objects. 2. Find the class GUID, interface GUID, and description of each and every COM object in the library. In other words, it's sort of like using reflection on a COM library using .NET...
  3. jesarg

    WinForms stuff

    I have a WinForms project. I'd like to have a grid-like control (like the DataGridView) that can dynamically add and remove rows and have custom cell types. However, instead of the cells having stuff that's LIKE comboboxes or LIKE pictureboxes, I want them to actually HAVE real, pure, genuine...
  4. jesarg

    Storing Images

    If I have a WinForms application, and I want to store an image in the project, but - I don't want to bloat the executable (imbed the image there) - I don't want the image to be an external file (for safety, so other programs can't easily change it) What are my best other options?

Part and Inventory Search

Back
Top