blah blah blah is here! blah blah » Close

0
votes
1 answers

C#: Copy Selected Cell in DataGridView

Hi, I need to copy the selected cell as text in datagridview, I used the following code and it works just fine. [code]private void main_ListDataGridView_CellClick(object sender, DataGridViewCellEventArgs e) { Cli ...

0
votes
0 answers

searching for directory and writing it automatically to path

string[] first = File.ReadAllLines("file1.txt"); string[] second = File.ReadAllLines("file2.txt"); string[] third = File.ReadAllLines("file3.txt"); using (StreamWriter sw = new StreamWriter("result. ...

0
votes
0 answers

Mobile English to French Language Translation with text and Speech Output Internet Connection Problem

I am having my thesis as of now, our topic is about mobile language translation. Unlike other applications, we won't be incorporating any data dictionary in our proposed application, rather, we would be using third party language service pr ...

Feedback