Click here to Skip to main content
15,884,936 members

Comments by CaldasGSM (Top 3 by date)

CaldasGSM 26-Feb-14 19:18pm View    
Reason for my vote of 1 \n This is not a bulletproof way of doing it, and as many flaws.. to do it properly you should use a global mutex.. and there are several example of that in the web.. but in .net is even easier singe there is the SingleInstanceController class to implement that functionality
CaldasGSM 12-May-12 9:44am View    
Reason for my vote of 1
this type of article should be forbidden
CaldasGSM 17-Feb-12 4:52am View    
Deleted
the "var" keyword only exists in c# 3.0.. you are probably using c# 2.0 or lower.. in that case you must declare the variable with its class type
"ProgressBar p = this.StatusProgressBar;"