I tried but can't get it to work.
the program goes like this
Code:
BinaryReader br = new BinaryReader(File.Open(textBox1.Text, FileMode.Open)); BinaryWriter bw = new BinaryWriter(File.Create()) // in this line i need to create a file from textBox1.Text having differentextension.
Leave a comment: