Visual Basic  Glossary

 
GetChunk This is method that is used to retrieve strings up to length 1024. It is normally used in an FTP program which involve  the Internet Transfer  control.Example:    data=Inet1.GetChunk(1024, myString)  , where Inet1 is the Internet Transfer  control.
GetDrive Returns the specified Drive
GetDriveName Returns the name of the Drive
GetFile Returns the specified File
GetFileName Returns the specified File name
GetFolder Returns the specified Folder
GotFocus A method that is called when TextBox is clicked with the mouse.
   
   
   
   

 

 

 

  [Back to VB Glossary]