Hello, I've got the next problem:
I read double numbers from a file, then format the to scientific notation using the format function in this way:
format(number, mask)
mask is:
"0.00···0" if Len(number) < X
or
"0.00···E00" if Len(number) > X
The thing is, in my computer...
How cab you read or change the series color in a 2d bar MSChart?
I can't manage to get to the property, I thing is something eith chart.plot.????
Thank you
Can you programmatically check or uncheck the rows in a ListBox control with Style "checkbox"? how?
If not, what alternatives do you suggest if I have a BIG (they don't fit all at a time in screen) list of elements and I need to have some of them checked and some unchecked?
I've...
Hello,
I've developed an application wich reads files from disk containing Double numbers. I read these numbers as Strings, and then I make a format in the form "0.XXXXXE+-Y" and put the value in Text Boxes. In my PC it works all right (Win 95), but when I install tha application on...
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.