blah blah blah is here! blah blah » Close

0
votes
0 answers

xml to excel (parsing)

Hi All, First of all I would like to thank you for the support. I am new in coding and need assistance in getting a specific xml content to an excel spreadsheet or to a datagridview. the XML file is not a standard one (i think and belo ...

0
votes
1 answers

reading and writing text files (parsing logs)

hi all, i am a newbie in all the C# world. i have to create an application that will take a certain log and will do parsing to it. first of all it needs to read the lines that contains a certain string and write it to another log with just ...

0
votes
1 answers

need some help with reading a certain part of file

Hi All, I am having some trouble with trying to read a certain part of an ini file. What i need the app to do is the following (this is just the first part of the entire app) **if an xml file is better than i can change the ini file to an ...

0
votes
1 answers

help with file copy

Hi All, I am trying to come up with a function that will copy all the files from a certain directory to another directory based on a date. I need that when i run the function (based on a button) it will copy all the files from today to th ...

0
votes
1 answers

small problem with "

Hi All, I am having little trouble with adding " to a string. for example my string looks like this apppathtext.Text + " " + destiptext.Text + " " + FileNamePath.Text + " " + "1" + countpath ...

0
votes
1 answers

Help with Numeric Only Textbox

Hi All, I have some small problem with adding a function that will allow only numbers into the text box. Can someone help? Thanks alot. Here is the code [CODE] using System; using System.Collections.Generic; using System.ComponentMo ...

0
votes
1 answers

Need some help with loop and sleep

Hi All, I kind of a noob with coding. I am working on a small up that needs to check if a process is running. I want it to run in a loop with sleep of acouple of seconds. I want that the program will run until it is closed. I have the ...

Feedback