In trying to read a Media card inserted into a Card Reader I have managed to modify a form used in the samples viz:
microsoft visual foxpro 9\Samples\Solution\Europa\windowsevents.SCX
I see the wmhandler Class is added to my project.
All works well ( possibly a tad clumsy) but I do see a list of files when a card is inserted within my app.
I want to process the array that is holding those filenames and to do so I have altered the code in the mediaevents part of the class.
However these changes do not happen when I run my app.
I understand that that is because the class on the form was of the original code.
When I try to delete the C-solutions1 class which contains all these things is says that is not possible as it is part of a parent class (Custom).
I don't know how to go on from here - can anybody help to explain how I can modify the class and create a new form with the new class - or somehow modify the old form by referring to the new class.
Clearly I am not very familiar with classes.
Regards
Bryan
microsoft visual foxpro 9\Samples\Solution\Europa\windowsevents.SCX
I see the wmhandler Class is added to my project.
All works well ( possibly a tad clumsy) but I do see a list of files when a card is inserted within my app.
I want to process the array that is holding those filenames and to do so I have altered the code in the mediaevents part of the class.
However these changes do not happen when I run my app.
I understand that that is because the class on the form was of the original code.
When I try to delete the C-solutions1 class which contains all these things is says that is not possible as it is part of a parent class (Custom).
I don't know how to go on from here - can anybody help to explain how I can modify the class and create a new form with the new class - or somehow modify the old form by referring to the new class.
Clearly I am not very familiar with classes.
Regards
Bryan