python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I write a File in python, with a variable as a path?
I am trying to open a file, which I save before, in the program. Then I want to write some text, into the file. But it gives me the following Error, I have already looked for solutions in google and a...
baumanager
Votes: 0
Answers: 1
I want to save a video come from camera as mp4 on wpf
I am trying to save the image from the camera as mp4(etc) on WPF application. But so far I have not been successful.
Thanks for your help.
Fatih Özmen
Votes: 0
Answers: 2
WPF - Get file name while using PrintDialog
I use PrintDialog to print a particular control.
I wanted to know is there a way to know what file name the user chose as can be done with
SaveFileDialog?
var pd = new PrintDialog();
if (pd.ShowDialog...
OrLevi
Votes: 0
Answers: 0
C# save file so that the output is multi-lines
I'm trying my first attempt at a "Save file" button.
It's going surprisingly well. :D
I have been able to get the file to combine multiple pieces of user-inputted text from different text-bo...
Johnathan Clayborn
Votes: 0
Answers: 2