Ver Mensaje Individual
  #5  
Antiguo 31-03-2008
Avatar de Negriz
Negriz Negriz is offline
Miembro
 
Registrado: feb 2008
Ubicación: Some were inside Colombia
Posts: 123
Reputación: 17
Negriz Va por buen camino
hey? la manera de usarlo seria asi:

ya tengo un DriveComboBox llamado D_Drive; seria aglo asi:

AnsiString x = D_Drive->Drive;

if( ( GetDriveType( (x + "://").c_str() ) != DRIVE_CDROM )

{
...
}

asi lo puedo usar?
para la memoria usb se usa el de:
DRIVE_REMOVABLE?

gracias
Responder Con Cita