Click here to Skip to main content
15,892,927 members

Comments by G3Coder (Top 28 by date)

G3Coder 25-Jun-18 10:08am View    
Could you please explain which system installed apps you are looking for?
G3Coder 8-Jun-18 9:24am View    
Are you not telling it to go to the same row each time? Rows[1] would say that is the problem.
G3Coder 5-Jun-18 4:51am View    
Have the new class hold a list (public property) that you can either point the listview towards or foreach through to populate listview after its done its work. You are going to need something along those lines for the test anyway.
G3Coder 4-Jun-18 9:35am View    
Encapsulate the functionality you need to test in a separate class, which you can unit test and call from the form - so you will new up this new class from inside the form and the unit test.
G3Coder 6-Apr-18 11:11am View    
This what you are after: https://docs.microsoft.com/en-us/dotnet/standard/base-types/how-to-pad-a-number-with-leading-zeros ?