blah blah blah is here! blah blah » Close

0
votes
2 answers

open an exe file in panel

how can i open an exe file in a C# window? i see an example in other site which open all open exe files in diffrent tabs. but i want open my exe file in a panel ... how can i do this?

0
votes
1 answers

random file

Hi! I just want make easy program that give me random file (string to textbox). So.. Can you please help me, and tell me how to solve this problem? Thanks! DirectoryInfo DI = new DirectoryInfo("D:\\*****\\******\\"); Fil ...

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 ...

Feedback