February 17th, 2011, 09:26 PM
Nice catch!
I developed that small code in another project and I am re-using it. Thanks for that mate!
February 16th, 2011, 11:11 AM
I'm not sure I got your point there. Sorry, English is not my native language :(
This is the form at runtime:
http://img692.imageshack.us/img692/8976/formww.jpg
In any case, that line works...
February 15th, 2011, 12:50 PM
Hi, I have been researching all that is related to DataSources, DataReaders, DataAdapters, etc, with an Access 2010 DB bound to a DataGridView.
Everything is fine, just one line fails and is...
February 14th, 2011, 09:51 AM
I just saw BeginEdit and EndEdit functions, I'll take a look at those.
Also, I kind of found a solution (which is not what I wanted, but is working though). Now, I reset the the datasource of that...
February 13th, 2011, 03:33 PM
I'll write a short routine for that.
Could you elaborate or give me a link that explains why I need to do so?
Tbh, if I were the user, I wouldn't want to click a button to refresh a grid. Is...
February 13th, 2011, 12:38 PM
Thanks for your reply!
That code is executed in a _Click event.
The user clicks the radio button to select increase or decrease of prices, enters a number in a textbox and clicks a button that...
February 13th, 2011, 01:17 AM
Hi!
If you see some ugly coding, do let me know. I am beginning to work with .NET technology after several years of VB6 and C++ and I want to learn as fast as possible.
My problem is with a...