G
Guest
I wrote a program in Delphi ,but languge is not relevant that could be Visual
C++ or else, and the program ask for CD's (my data stuff no music cd's or
else) but the Explorer Window opens when I insert a cd in the drive it's
normal behavior of windows. I know how to deactivate the automatic execution
outside a program with the SHIFT key and by modifying the register key
(PERMANENT MODIFICATION NOT GOOD) but I want to do it inside program code and
only for the time my program runs. As an example take Microsoft Flight
Simulator installation program it ask you many cd's but never the Explorer
Windows appears and no permanent modifications are made to Windows there must
be a call to a WinAPI function to do that or there is an event the catch that
is emitted by the CD drive when we close it with a disk inside.
Thank you.
C++ or else, and the program ask for CD's (my data stuff no music cd's or
else) but the Explorer Window opens when I insert a cd in the drive it's
normal behavior of windows. I know how to deactivate the automatic execution
outside a program with the SHIFT key and by modifying the register key
(PERMANENT MODIFICATION NOT GOOD) but I want to do it inside program code and
only for the time my program runs. As an example take Microsoft Flight
Simulator installation program it ask you many cd's but never the Explorer
Windows appears and no permanent modifications are made to Windows there must
be a call to a WinAPI function to do that or there is an event the catch that
is emitted by the CD drive when we close it with a disk inside.
Thank you.