Memory card and C#

  • Thread starter Thread starter Michael C
  • Start date Start date
M

Michael C

When I insert a memory card into my machine it comes up with a list of
possible programs that can be run to perform different functions. Does
anyone know how to get my program into that list? I've searched but must be
using the wrong terms as anything I can think of is a bit too generic.

Many thanks,
Michael
 
Michael C said:
When I insert a memory card into my machine it comes up with a list of
possible programs that can be run to perform different functions. Does
anyone know how to get my program into that list? I've searched but must be
using the wrong terms as anything I can think of is a bit too generic.

See http://windowsxp.mvps.org/addautoplay.htm

I don't know how you'd do it programmatically, although there's bound
to be a way, of course.
 
Jon Skeet said:
See http://windowsxp.mvps.org/addautoplay.htm

I don't know how you'd do it programmatically, although there's bound
to be a way, of course.

Thanks Jon, that's exactly what I needed. I've got it working quite nicely,
it took pretty much all weekend dealing with all the finicky issues such the
user inserting a memory card while it is reading another, user pulling out
memory card etc etc.

Michael
 
Back
Top