// Getting a stream object from a MyJavascript(.js txtfile) in the Resources.
// In VS-2005 > .Net 2.0
objMyStream = new System.IO.MemoryStream(
System.Text.Encoding.UTF8.GetBytes(
Properties.Resources.MyJavascriptFile));
Print posted @ Wednesday, February 08, 2006 9:53 AM
No comments posted yet.