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

  1. HeatherG

    datagridview customization

    Thank you moongirl129, but I want to programatically create the columns.
  2. HeatherG

    datagridview customization

    Hi, I am new to C# and need a bit of guidence. I have a datgridview control which is populated by a binding source. I would like one of my columns to be a comboboxcell so after the grid is populated I have loop for the column I wish to change and set this : public Boolean prSetColType(String...
  3. HeatherG

    Adding a combo box to a grid

    Has any one done this ? I am trying to set one of the cells on a gridview to be a dropdown list but can not see how to do this.
  4. HeatherG

    Creating directories within the program

    Yes, example code My.Computer.FileSystem.CreateDirectory _ ("C:\Documents and Settings\All Users\Documents\NewDirectory")
  5. HeatherG

    Displaying data from Firebird to richtextbox

    Hi, I am new to firebird and C#. I need some help. I have created a table in firebird and have a form in C# with a rich textbox and a command button. When I click the command button I want to retrieve all the data in the specified table and populate the rich textbox. How do I do this ? I know...
  6. HeatherG

    Dr Watson error

    Ithink that this is a network error. The program is trying access data that it can not see.

Part and Inventory Search

Back
Top