Click here to Skip to main content
15,888,351 members

Comments by AyushJain1890 (Top 6 by date)

AyushJain1890 15-Mar-13 7:41am View    
In This Case Now if We Have our Own already Launched IE Browser and we Want yo Get Instance of the Same on Which we can Perform the Operation Then How we can do that.
AyushJain1890 23-Jan-13 14:00pm View    
Thanks..
AyushJain1890 23-Jan-13 13:41pm View    
Also one More Question..

If you are reading any file and You have Completed reading up-to a Specific Line now You want to Know the offset i.e. The Position Up to Which you Have Completed Reading.

Any Sample Code Will Help.
AyushJain1890 23-Jan-13 13:40pm View    
Thanks Jibesh For Your Help.
AyushJain1890 23-Jan-13 13:32pm View    
Also The Small Addition to the above code.
writer.Close();
writer.Dispose();

You Need To Close The writer because The Data is in the RAM before closing the writer, Once the writer is closed the data is written in the file as the Data is Transferred from RAM to main memory