Search results for query: *

  1. IBgemeda

    Question How to import Excel worksheet to DataGridView keeping cell colors

    Good Day. rvercasi, I 'm having the same issue as you. would you be so kind as to post the solution if you have found it. The request goes out to anyone else who might have the solution. Much thanks and Regards, ibgemeda
  2. IBgemeda

    vb 2008 read/write to/from datagridview/text file

    RESOLVED! Thanks John for the reply and yes, you are right. I only noticed the edit mode a while after I made the post. ....Thanks to USER: JAzFunk at VS 2008 [RESOLVED] EndEdit on Simple Control DataBinding - VBForums I just had to put the following in my button. Me.DataGridView1.EndEdit()
  3. IBgemeda

    vb 2008 read/write to/from datagridview/text file

    Hello. Code is for read and write to and from textfile and datagridview. vb 2008. Works well enough. Only problem is it doesn't save to text file the first input placed into any cell if it's the only input or the last of series of inputs. Your time is much appreciated! Thanks In advance...
Back
Top