O
ORC
I ran into this problem in my very simple C# code, which is the only code I
have added to the standard windows generated form ( the code is located in a
buttons click event):
Stream stream =
System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream(
"Infbeg.wav");
The function always returns <undefined value> even though i have selected
"Infbeg.wav" as an embedded Ressource.
Thanks,
Ole
have added to the standard windows generated form ( the code is located in a
buttons click event):
Stream stream =
System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream(
"Infbeg.wav");
The function always returns <undefined value> even though i have selected
"Infbeg.wav" as an embedded Ressource.
Thanks,
Ole