Click here to Skip to main content
16,010,876 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: System.Threading.Timer - stops executing on its own Pin
alexvw15-Oct-08 0:12
alexvw15-Oct-08 0:12 
Questionhow to draw over image..... Pin
Vineet Swami13-Oct-08 3:14
Vineet Swami13-Oct-08 3:14 
AnswerRe: how to draw over image..... Pin
Dave Kreskowiak13-Oct-08 4:01
mveDave Kreskowiak13-Oct-08 4:01 
GeneralRe: how to draw over image..... Pin
Vineet Swami13-Oct-08 5:07
Vineet Swami13-Oct-08 5:07 
GeneralRe: how to draw over image..... Pin
Dave Kreskowiak13-Oct-08 5:16
mveDave Kreskowiak13-Oct-08 5:16 
GeneralRe: how to draw over image..... Pin
Vineet Swami13-Oct-08 19:38
Vineet Swami13-Oct-08 19:38 
GeneralRe: how to draw over image..... Pin
Dave Kreskowiak14-Oct-08 1:36
mveDave Kreskowiak14-Oct-08 1:36 
QuestionCalculating an MD5 Hash for Large Amount of data in VB.net Pin
Piyush Vardhan Singh13-Oct-08 3:02
Piyush Vardhan Singh13-Oct-08 3:02 
hi friend
i using this code for verify copy Data its copy Properly or not .
but it's reads full file at a time so it make load on memory Usage and i think in large amount of data verification its create problem. so there any other process to do this
task Please Help me.
Thanks
Code:=
Private Function getFileMd5(ByVal filePath As String) As String

' get all the file contents
Try
Dim File() As Byte = System.IO.File.ReadAllBytes(filePath)
' create a new md5 object
Dim Md5 As New Security.Cryptography.MD5CryptoServiceProvider()

Dim byteHash() As Byte = Md5.ComputeHash(File)

Return Convert.ToBase64String(byteHash)

Catch ex As Exception

End Try

End Function

Piyush Vardhan Singh
p_vardhan14@rediffmail.com
http://holyschoolofvaranasi.blogspot.com
http://holytravelsofvaranasi.blogspot.com



AnswerRe: Calculating an MD5 Hash for Large Amount of data in VB.net Pin
Dave Kreskowiak13-Oct-08 3:17
mveDave Kreskowiak13-Oct-08 3:17 
Questioncan anyone help me with this or atleast give an idea Pin
jeipiyaku13-Oct-08 0:05
jeipiyaku13-Oct-08 0:05 
AnswerRe: can anyone help me with this or atleast give an idea Pin
Ashfield13-Oct-08 0:19
Ashfield13-Oct-08 0:19 
AnswerRe: can anyone help me with this or atleast give an idea Pin
Mycroft Holmes13-Oct-08 18:01
professionalMycroft Holmes13-Oct-08 18:01 
GeneralRe: can anyone help me with this or atleast give an idea Pin
jeipiyaku14-Oct-08 20:17
jeipiyaku14-Oct-08 20:17 
GeneralRe: can anyone help me with this or atleast give an idea Pin
Mycroft Holmes14-Oct-08 20:48
professionalMycroft Holmes14-Oct-08 20:48 
Questionwhere i find .shp file for download Pin
sunil goyalG12-Oct-08 21:21
sunil goyalG12-Oct-08 21:21 
AnswerRe: where i find .shp file for download Pin
Dave Kreskowiak13-Oct-08 2:02
mveDave Kreskowiak13-Oct-08 2:02 
QuestionHow to verify a file after copy Pin
sumit703412-Oct-08 20:35
sumit703412-Oct-08 20:35 
AnswerRe: How to verify a file after copy Pin
Guffa12-Oct-08 20:42
Guffa12-Oct-08 20:42 
GeneralRe: How to verify a file after copy Pin
sumit703412-Oct-08 20:46
sumit703412-Oct-08 20:46 
GeneralRe: How to verify a file after copy Pin
Piyush Vardhan Singh12-Oct-08 23:50
Piyush Vardhan Singh12-Oct-08 23:50 
GeneralRe: How to verify a file after copy Pin
sumit703413-Oct-08 0:10
sumit703413-Oct-08 0:10 
GeneralRe: How to verify a file after copy Pin
Guffa12-Oct-08 23:56
Guffa12-Oct-08 23:56 
QuestionNew folder on ftp Pin
Shazz Rock12-Oct-08 20:16
Shazz Rock12-Oct-08 20:16 
AnswerRe: New folder on ftp Pin
Dave Kreskowiak13-Oct-08 1:59
mveDave Kreskowiak13-Oct-08 1:59 
GeneralRe: New folder on ftp Pin
Shazz Rock13-Oct-08 22:31
Shazz Rock13-Oct-08 22:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.