Search results for query: *

  1. M

    Saving / Loading List Box Values from specified file

    Thank you so much for all the help! Yeah, two datasets, as I can see now can be converted into one and it is really better :) I even don't know, why I created two (one for one table, second for second table) when I could use one dataset :)
  2. M

    Saving / Loading List Box Values from specified file

    Sorry, I was unable to understand this procedure. I don't understand how to set expression sum(Column1), as if I use it in code is gives me an error that sum is not declared. Also, I've have never worked with label controls yet... If you can, please write step by step what should I do. Adding...
  3. M

    Saving / Loading List Box Values from specified file

    K, guys, I have done all the most important work in my program! The left unprogrammed things are: 1) Total amount of income money 2) Total amount of expenditure money The problem is that I am unable to write a code which could calculate it, as values are in Data Grid column. May somebody could...
  4. M

    Saving / Loading List Box Values from specified file

    You're a real lifesaver, mate :) Big thanks again!
  5. M

    Saving / Loading List Box Values from specified file

    Okay, I found a strange thing: When I choose dataset as the data source, new rows don't appear. BUT, IF I DO NOT CHOOSE ANY DATA SOURCE, NEW ROWS APPEAR! I must have bound data source, else I won't be able to save and load data! Is that a bug or not??? p.s.: it still saves only the body of the...
  6. M

    Saving / Loading List Box Values from specified file

    This setting is already enabled. Today, unless I made to be possible to enter data to datagrids, I saw the *, but now I see "pencil" icon, and after I fill all the 3 columns I don't get new row. Also, what's wrong with this save code????: Dim xmlData1 As String = DataSet1.GetXml()...
  7. M

    Saving / Loading List Box Values from specified file

    JohnH, You've really helped me! Now I am able to enter data to the datagrids! But..... faced with another problem - the data can be entered only at one row! How I could add more rows??
  8. M

    Saving / Loading List Box Values from specified file

    I have been made a project as you said - one textbox, but two button (one for saving, one for opening). I made to work them and this doesn't solve my problem: how I could add data to datagrids! Does Data Grid ONLY SHOWS information and is unable to modify it without external app (say like MS...
  9. M

    Saving / Loading List Box Values from specified file

    I have realised that for such things listboxes aren't good. So I decided to change them to Data Grid Views and also faced with a problem: How to add data to them? Does data grid view can only read (show) already written info and is unable to add new entries? If so, what you'd recommend for me to...
  10. M

    Saving / Loading List Box Values from specified file

    Thanks! I checked out the information on links you provided. I didn't understand anything and in visual basic it gives me million of errors. May someone write a code for saving a file and for opening the file? The code when I click save on menu strip at this time is: Private Sub...
  11. M

    Saving / Loading List Box Values from specified file

    Hello, I am creating my own money tracking program. I am in trouble at the part where save and load code of specific file starts. I want to load and save my own created *.mmt files. The files would be loaded and saved through Open / Save As window. What code should I use to load these files...
Back
Top