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 SkipVought 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. netKID

    Gettting datagrid cell color...

    Thanks for the reply. I am using a gridTextBoxColumn derived class to color my cell. But I have around 15 columns (and 1000+ rows) and each has different colors depending on the situation. So declaring a variable and storing the value won't be a direct and feasible approach for me. Thanks
  2. netKID

    Gettting datagrid cell color...

    I have a datagrid which has some logic to color the cells and I got it colored. Now the problem for me is I want to write this to an EXCEL and while doing so I want to keep the cell color as well. So my question is how do I get a datagrid cell backcolor/forecolor? I tried using...
  3. netKID

    abstract vs interface

    DaZZleD very good explanation. You should get a star for this, here you go... Thanks
  4. netKID

    Bounded array in C#...

    Thanks, Sorry for the late reply, I was out of office yesterday.
  5. netKID

    Bounded array in C#...

    I am trying to learn C# and I am not able to find a way to declare a bounded string array in C#. This is what I want, (In VB) Dim sNames(2) as String sNames(0)="Test1" sNames(1)="Test2" sNames(2)="Test3" How do I do the same in C#?
  6. netKID

    Referencing controls on previously opened forms

    Thanks Craig for the suggestions, I will try to collect all the gems :)
  7. netKID

    Referencing controls on previously opened forms

    Craig, I am new to .NET, so I always try to follow as much links as possible. So now I got one to follow always, do you know of any other guys here who always gives good/valid points in there threads.
  8. netKID

    DataGrid TableStyle

    Kris, Even I was looking for something similar to question #2 and I didn't know that there was a "hidden" property :)
  9. netKID

    How to tell how my user closed my form?

    Kris, This was something that I was searching for a while. Since bigfoot didn't bother to give you a star, I am going to.

Part and Inventory Search

Back
Top