Search results for query: *

  • Users: PD1991
  • Content: Threads
  • Order by date
  1. PD1991

    Question Filter treeview on textBox change event

    Hello, How can I filter treeview in winforms on textBox change event using C# ? I want to check hide or remove nodes from treeview If filter string not matched. In my case, treeview may have multiple levels so filter should work at multiple levels. I found on the solution which matches my...
  2. PD1991

    Question Get updated by comparing two List<Object>

    Hello, I have two list of object and I want to get added, removed and updated by comparing two List<Object>. I have managed to get removed and added but I am not able to find out how I can get updated by comparing two List<Object>. Eg. oldValue = { Name : Q1, DataType: Bool, IsActive: True }...
  3. PD1991

    How to check if GPU hardware acceleration is available ?

    How to check if GPU hardware acceleration is available ? Is their any nuget package or API or assembly available by which I can check if GPU hardware acceleration is available or not ?
  4. PD1991

    Resolved Compare two xml files and create new

    Hello, I am creating two xml files by serializing xml class object and I want to compare both the files and create a new one. Is there any simpler way to do so. Eg. * Case 1 File1.xml <Model> <ChildGroups> <Group> <Name>Grp1</Name> </Group> <Group> <Name>Grp2</Name> </Group> </ChildGroups>...
Back
Top Bottom