Click here to Skip to main content
15,886,017 members

Comments by Kim Togo (Top 200 by date)

Kim Togo 15-May-18 4:41am View    
Hi thanks Kuldeep

It turns out, that the problem was in Microsoft Lync client software. An updated version from Microsoft fixed the issue.
Kim Togo 1-Apr-15 8:30am View    
Just hookup with TextChanged for all the TextBox that you create dynamically.
In TextChanged event, there is a "sender as Object". The "sender" will be your TextBox.
Kim Togo 23-Jan-15 3:09am View    
Great! :-)
Kim Togo 17-Nov-14 7:42am View    
Reason for my vote of 1 \n Must agree with the other that as comment this article.

The use of Thread.Suspend and Thread.Resume is obsoleted.

For synchronizing any threads there are other methods like Monitor, Mutex, Event etc.

What will happen when File.Copy fails?
An exception is thrown, but there is no try-catch statements and the hold program will stop.

Statement like:

var destination = lbldest.Text "\\" filename[i];

Is just... No no.. Use Path.Combine.
Kim Togo 20-Oct-14 6:54am View    
Reason for my vote of 1 \n SQL stored procedure does not work.

Msg 208, Level 16, State 6, Procedure MyStoredProcedure, Line 1
Invalid object name 'MyStoredProcedure'.