Hi,
I am attempting to create a user control which consists of 3 textboxes, one for minimum, most likely, and maximum values. The controls Value property is databound to a bindingSource which represents a business object. The actual control is bound to a Distribution class which exposes the 3...
Hi,
I've managed to create a listView which can sort the columns in ascending or descending order by following the MS help file: http://support.microsoft.com/?kbid=816183
However, this sorts by string, so any numbers, for example in an ID field, dont get sorted correctly - instead of 0...
Hi,
I'm having trouble getting a textbox to show strings properly.
I'm reading in a file into a String*, searching for a specific string within this, and saving the found string.
ie.
FileStream* fstrm = new...
Hi, I'm having a slight problem in designing a query for a report.
I am creating a sales database, and the report I need to generate should loop through all the assistants, showing their sales grouped per day, and the item included in the sale (max of one per sale).
The tables look like this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.