Posts by Fernando • 125 points
3 posts
-
7
votes1
answer976
viewsQ: How to move files read by Streamreader in C#?
I am trying to move some files. For each file containing the word "TEST" in its body, my application indicates being a found item. The goal is to move them to another directory. Follow the code…
-
4
votes1
answer487
viewsQ: How to use escape characters in a string in C#?
I am unable to scan a file that contains the EICAR (Standard Test File for Antivirus Scanning Methods) characters, as it contains escape characters such as " ", "()", "[]". I need a help to identify…
-
0
votes1
answer869
viewsQ: How to change component attributes between Forms?
I have an application in C# with a parent Form (FRM_PRINCIPAL) that contains a button (BTN_ACT) that calls a Child Form (Form2), which in turn contains a button (BTN_REG) containing some functions,…