my file is a text file, i can open it with wordpad and see perfectly the content ... but when i do IO.File.WriteAllText("C:\file.qry", My.Resources.myquerry.ToString()) the content does not reflect the content of the file i added...
I was also asking how it would be done IF it was a byte file... because there is only a "ToString" method...
but right now it does not work with the ToString option...