Click here to Skip to main content
15,896,063 members

Comments by H.Sohaib Ali (Top 11 by date)

H.Sohaib Ali 17-Aug-14 9:03am View    
Deleted
A<t> trans = new A<t>(default(T)); In C# we null replace with this value(default(T))

This is not my question, my question is in java i can call BullidError method like this A.BuildError() but in C# i am unable to call this method like this A.BuildError() give me compile time error please help how can i call a method like java in C#
H.Sohaib Ali 12-Sep-10 12:51pm View    
i want to change icon of file programitically
H.Sohaib Ali 12-Sep-10 12:45pm View    
i want to change files icon like test.txt or my spefied extention file test.ali
H.Sohaib Ali 12-Sep-10 12:14pm View    
change icon of normal files test.txt and others
H.Sohaib Ali 21-Aug-10 17:21pm View    
if i am create my own extention(like as.ali) file in C# how to set icon of this file