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 biv343 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: *

  1. Darkpoem

    Cannot set backcolor of cells in datagridview

    Thx for the help but I found out a way that solved the problem. I have an application with tabpages and in the From1_load function I added: tabControl1.SelectTab(2); tabControl1.SelectTab(3); tabControl1.SelectTab(0); When the tabpage was selected in the form1_load function then the coloring...
  2. Darkpoem

    Cannot set backcolor of cells in datagridview

    Hmmm I tried to create my own datagridview instead of using the application generated one. I feel so unlucky.. no difference. I really need some help now, it feels that it cannot be solved. myDataGridView is defined as: public partial class Form1 : Form { DataGridView...
  3. Darkpoem

    Cannot set backcolor of cells in datagridview

    Hi I have this strange problem concerning datagridview. I have build an aplication which has a datagridview in which I add data stored in a file. When the application starts up I call a function that adds data to the datagridview and after that I change the color of specific cells in the...

Part and Inventory Search

Back
Top