extension

  1. S

    EZNamespaceExtensions.Net v2013 Released.

    LogicNP Software has released EZNamespaceExtensions.Net 2013 which is a framework for fast, painless and easy development of Windows Explorer namespace extensions in .Net. Namespace extension development is notorious for its difficulty, subtleties and for the sheer amount of work and time that...
  2. N

    Question Defining a Generic Extension Method

    I am trying to write an Extension Method for IEnumerable(Of T). I will be using reflection on the Type T in the Extension Method to get a list of it's properties so that I can create an Anonymous Type that will include all those properties. I have written Extension Methods before, but never a...
  3. A

    Question how to get any file of extension .TIF

    Hi, A very simple question guys... Using the below code I want to set the '*' to any file. This folder (C:\newtemp\) will only have one TIF file in it at a time so I want it to use that file as TextBox1, but that filename is dynamic, but always with extension .TIF. TextBox1 =...
  4. S

    Add Windows Explorer integration to document management and similar software with EZN

    Add Windows Explorer and File Open/Save dialog integration to document management or similar software using namespace extensions developed with EZNamespaceExtensions.Net v2009. With EZNamespaceExtensions, a development team can concentrate on writing the functionality of the namespace extension...
  5. S

    EZNamespaceExtensions.Net 2008 released

    Provide Windows Explorer integration to document management or similar software using namespace extensions developed with EZNamespaceExtensions.Net. Document management software, content management software, asset management software, virtual drives, database browsers and front-ends and protocol...
Back
Top