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 strongm 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: annarene
  • Content: Threads
  • Order by date
  1. annarene

    Finding what font my letters were created using....

    Hello. The art I work with is always letters. In illustrator, if my art is still in raster format (e.g. it hasn't been vectorized using create outlines yet), I can tell what font the art has been created using; however, once the art has been vectorized, there's no way to tell that I can find...
  2. annarene

    How to set selected index for DataGridViewTextBoxColumn

    Hello: I'm currently working with an unbound datagridview and when the form loads, I populate the DataGridViewTextBoxColumns using code similar to this: I need to set the selected index and I'm not sure how to do this. I don't see a selectedIndex property for this control. Sub...
  3. annarene

    Anyway to display color for each item in DataGridViewComboBoxColumn

    Hello: I've been searching via the internet ...and don't think this is possible, but wanted to see if anyone here knows for sure. I have a datagridview that currently has a color column using DataGridViewComboBoxColumn drop-down...where as each item in the drop-down is a Color name: e.g. Red...
  4. annarene

    how to populate my unbound datagridview after update of a combo

    Hello: I have an unbound datagridview and a seperate dropdown outside of the grid. When the user makes a selection from this dropdown, I would like to filter on their selection in order to repopulate my grid. I searched through all the postings in the forum but only found one post...
  5. annarene

    DataGridViewComboBoxColumn trying to populate every 3rd row with ds

    Hello: this is my first window client server app in .net and have been assigned to create a form that contains a datagridview. I decided to leave it unbound, because I need it to populate in a slightly unconventional way. I also created each column and set them as drop-downs in the designer...

Part and Inventory Search

Back
Top