Skip to main content

Posts

Showing posts from April, 2018

Trouble While Running Visual Studio (the operation could not be completed. the process cannot access the file because it is being used by another process.)

If you meet this message : uncheck below marked :

How To Handle Double Or String

                                    Dim Cek_vRATIO As Double                                     If Double.TryParse(vRATIO, Cek_vRATIO) Then                                         .EstimateRatio = Cek_vRATIO                                     Else                                         .EstimateRatio = 0                                     End If