1
Answer

Question about random access file

Photo of gongdehui

gongdehui

20y
1.8k
1
To test different cardreaders,I wrote a program to do the write/read data test.At first,copy a file of certain size form Harddisk to the cards,and then read the file form every card(s) and campare the data with the source file data.According to the capacity of each card,I should choose comparative file size from a ComboBox,such as 1MB,32MB,64MB,512MB,1GB,ect.Amd what's more,I can not know what the number my user will input to the ComboBox.So,my question is:If there is a way to let me read 1GB(or some other number>1MB) data from a file(size more small and more better.)? Thanks!

Answers (1)

0
Photo of Upendra Pratap Shahi
NA 13.3k 861.7k 9y
http://www.c-sharpcorner.com/UploadFile/40e97e/send-keys-to-application-programmatically-using-C-Sharp/


http://www.vbforums.com/showthread.php?621803-Sendkey-to-webbrowser

If helpful marked as Accepted Answer
0
Photo of Upendra Pratap Shahi
NA 13.3k 861.7k 9y
http://www.c-sharpcorner.com/UploadFile/40e97e/send-keys-to-application-programmatically-using-C-Sharp/


http://www.vbforums.com/showthread.php?621803-Sendkey-to-webbrowser

If helpful marked as Accepted Answer
0
Photo of Dipankar Biswas
NA 3k 125.6k 9y
hi..
 
it may help u..
 
Thanks..