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

Comments by visnumca123 (Top 45 by date)

visnumca123 9-Dec-15 7:15am View    
Hi Richard, thanks for your reply. but I need some command which will helpful
visnumca123 29-Apr-14 9:40am View    
yes winmerge and windiff is good tool but my app need by code to execute
visnumca123 13-Sep-13 4:35am View    
Hi Prasad,
Once i selected the first dropdown only all the other things will work. I need to select any id first next follows different step, but here first dropdown itself not selecting. Empty value is selecting.
visnumca123 13-Sep-13 4:08am View    
yes
visnumca123 1-Aug-13 10:32am View    
Hi,
I increased thread.sleep(5000) and i did the below
md.Close(false);
System.Runtime.InteropServices.Marshal.FinalReleaseComObject(md);
md = null;
GC.Collect();
GC.WaitForPendingFinalizers();
but still i have the same issue!!!