Hello,Is it possible to save a System.Collection.Queue object to the Registy?
Im trying the below code to save a Queue containing most Recent file name to the registry in the REG Binary format. Cant seem to get it work.
{
string strBaseKey = "MyApp\\RecentEvents";
}
arrMRU =
arrMRU.Enqueue(strFilePath);
arrMRU.Dequeue();
//Save queue in registry in binary format
key.SetValue(