blah blah blah is here! blah blah » Close

1
votes
1 answers

Data Grid Cell Double Click

Hello Guys! I am trying to make a mp3 player with a library. The library is a data grid view. I want the player to start playing once i double click a row with a song in the data-grid view. What i want to do is to take the row that i ...

2
votes
1 answers

Forum Categories

All the forum is related to C#, i understand that but couldn't it be a category in the forum where we can ask or post different things? For example i made a C# tutorial and i would like to post it somewhere, but all the forum is based on qu ...

3
votes
0 answers

E-mail me

why doesn't the site e-mail me when i get an answer to a question? :( Also, why do we have to complete the "tag" field. It's annoying!

0
votes
0 answers

Modify DataSet from class

Hello, i am trying to modify a cell content from a dataset from a class, it is just 1 cell at a time in a "for" statement. This is what i mean: [code] for (int i = 0; i <= DataSet.DataTable.Rows.Count; i++) ...

0
votes
1 answers

Update from webpage

Hello guys, I am currently working at a financial application, and i would like to know how can i update some currencies from a website. I am guessing that i could download the page and go through HTML, but how do i do that, and are ther ...

0
votes
1 answers

Get last line-1 of a string

Hello, i am trying to make a user sign in log, and i need to know how to get the last line - 1 (i don't know how to say it in English ,sorry). What i mean is that i don't need the last line, because the user would see the current time an ...

0
votes
2 answers

DataGridView delete some rows

Hello guys! I would like to know how can i delete some rows depending on the content of the first cell in that row, something that should be done by this algorithm: [code] private void ViewBox_SelectedIndexChanged(object sender ...

0
votes
1 answers

Select and delete in DataGrid

Ok, two more DataGridView-related question: 1. How can i select all row by clicking on only one cell 2. How can i delete a row for the datagridview ?(knowing that i get data from a dataset). Thank you!

0
votes
1 answers

Search in DataGrid

Hello Guys, i would like to know how can i make a search option for a datagrid view. I was thinking of highlighting the proper cell if it contains what i wrote in the text box, but i don't know how, any ideas? Thank you!

0
votes
1 answers

background worker with progress bar

Hello! Could i know how can i use a background worker with a progress bar? I want to copy/paste some files from a place to another and i need to show the progress in the progress bar. Thank you!

0
votes
1 answers

Load items from datagrid view

Hello guys! I have a datagrid view with 2 colums (again :D ) and i would like to know how can i load the text from all the cells from the same row when i select a cell from that row, and put them into 2 text boxes. To be clear: ...

0
votes
1 answers

DataGrid View and text files

Hello, I have a datagrid view with 2 columns, and i would like to know how i can load content to the datagrid view from a text file (by reading each line - row1 col1, row 1 col2, row 2 col1, row 2 col2). I am still a C# beginner, so commen ...

0
votes
1 answers

Switching fields with Tab key

Hello, could i know how can edit the tab key switch in my form? What i mean is, i have a form with multiple text fields, if i press tab, the field changes, but not to the next one, how can i change this so i can tab switch to the next fiel ...

Feedback