VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Sets the volume label for a drive

Sam Huggill  (7 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Wed 2nd June 1999   Mon 8th February 2021

Sets the volume label for a drive

API Declarations



Public Function SetLabel(RootName As String, NewLabel As String)

If RootName ="" Then

Exit Function

End If

Call SetVolumeLabel(RootName,NewLabel)

End Function

Rate Sets the volume label for a drive (1(1 Vote))
Sets the volume label for a drive.bas

Sets the volume label for a drive Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters