blah blah blah is here! blah blah » Close

0
votes
1 answers

how to get the file name from copy file dialog?

AK01
15

hi! I have an issue with copying and moving files using standart Windows dialogs. here is snippet: [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using ...

1
votes
8 answers

Check for existence of file, incremental filename till loop of 65535

I want to do something like this: (1) Check for existence of file with certain extension ".txt" in a directory D:\test (2) If a file does not exist, create a initial one, write something to it, and name it test_1.txt (2) If a ...

0
votes
1 answers

C# Printing

Hi I am printing from C# using the System.Drawing.Printing.PrintDocument functions, this works fine but I cannot work out how to rename the print job the application spit out (be it going to a PDF printer or a physical printing device) T ...

Feedback