blah blah blah is here! blah blah » Close

0
votes
1 answers

How to populate more than one listbox?

Hi all I'm doing a winform appl. in visual studio 2008, and I would like to know if someone can please help me? I have a sql server database and it's easy to bind for example all names from the database to a listbox, but what if I want t ...

0
votes
3 answers

Displaying a PDF file from within winForm C#

I'm just creating a simple calculator in C# (windows form) . I've created a "User Help" which is a pdf file, what I want is to display that pdf file if the user clicks on the "Help" button in the WinForm. If assumed th ...

0
votes
1 answers

Transaction Debit Credit in C# WinForm Ms Access

please tell how to Data calculate Debit Credit in WinForm C# database Ms Access.

0
votes
1 answers

Nobody knows DataGridView.

I created a DGV and linked it with an mdb file, but I don't know what I should be doing to identify the changed cells? Bcoz I need to update the mdb file when the DGV cell is changed in the winForm. I've been reading thru http://msdn.micro ...

1
votes
1 answers

Isn't this simple?

How to make a combobox read only in C# (windows form)? I had manually populated the collection in the list of combobox items, I want that the user should not be able to change the visible text in the combobox.

0
votes
0 answers

Datagrid is not updating table(mdb)

The update code line [code]this.manhrsTableAdapter.Update(this.manHrsDataSet.Manhrs);[/code] Is generating error: InvalidOperationException was handled. Update requires a valid UpdateCommand when passed DataRow collection w ...

Feedback