Method | Description | |
---|---|---|
DetectorForm ( DriveDetector detector ) : System |
Set up the hidden form.
|
Method | Description | |
---|---|---|
WndProc ( |
This function receives all the windows messages for this window (form). We call the DriveDetector from here so that is can pick up the messages about drives arrived and removed.
|
Method | Description | |
---|---|---|
Form_Activated ( object sender, |
||
InitializeComponent ( ) : void | ||
Load_Form ( object sender, |
public DetectorForm ( DriveDetector detector ) : System | ||
detector | DriveDetector | DriveDetector object which will receive notification about USB drives, see WndProc |
return | System |
protected WndProc ( |
||
m | ||
return | void |