Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nnzz
  • Order by date
  1. nnzz

    format function and masks

    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: &quot;0.00···0&quot; if Len(number) < X or &quot;0.00···E00&quot; if Len(number) > X The thing is, in my computer...
  2. nnzz

    Change MSChart series color

    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
  3. nnzz

    Check items in ListBox of style checkbox

    Can you programmatically check or uncheck the rows in a ListBox control with Style &quot;checkbox&quot;? 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...
  4. nnzz

    mschart

    No, there's no code for that, the 170 kb is the size of my whole application (generated exe file), and inside the application there are 8 charts. If a graphic file is a valid solution for you, and bmp is too big, maybe you can use an image converter to use jpeg. I think it shouldn't be...
  5. nnzz

    Numbers scale and representation

    Yes, the file is the same, actually I choose the file (CommonDlg), and in notepad I see the correct values. What is the &quot;layout&quot; of the file? Anyway, I'll try what you say of messages. many thanks.
  6. nnzz

    mschart

    I don't understand very well what you mean with &quot;save&quot;. I use 8 MS Charts in my application, and the whole exe file is 170 Kb. You want to save the chart in a separate file? And maybe this one is very far from what you want, but... if you copy the chart and paste as an image file?
  7. nnzz

    Compiling Old DOS Program written in C into VB6

    I have had the same problem, and it worked as the above sayed (mrjts). I compiled on my win95 PC with an old version of C Compiler, making the exe file from C, and then I call it via shell() on my VB application. It works OK. If you need to know when the execution is over (as far as I know...
  8. nnzz

    Numbers scale and representation

    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 &quot;0.XXXXXE+-Y&quot; and put the value in Text Boxes. In my PC it works all right (Win 95), but when I install tha application on...

Part and Inventory Search

Back
Top