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. ernatlas

    datagrid filling too slow

    Hello everyone, can anyone help me??. I have a datagrid, in which i display the result from a query that i do from a remote database. The result is not too long, but it gets very slow to get the datagrid filled. Here is part of my code. String ConnectionString = "Driver={MySQL ODBC 3.51...
  2. ernatlas

    datagridview combobox

    Hello all, i hava a datagridview, and i have in one column a combobox. How can i insert data into the combobox inside the cell of a datagridview. Let's say the datagridview's name is "grid", and the comobobox "cmb". Thanks.
  3. ernatlas

    column error on datagrid

    Hello, can anyone help me. I hava a datagrid withd one column. I wanna fill the column with all the values that i get from a selection in mysql. The problem is that when i want to add a value on my datagrid(mysqlTable) in column 1, i get an exception. I can only add at index 0. As if i wheren't...
  4. ernatlas

    datagrid saving changes

    Hello, i have a question. I have this datagrid that i`m working on. It shows three fields from a table called "empleado". Does anyone knows, how to apply the changes in the datagrid, directly in the database ?? string ConnectionString = "Driver={MySQL ODBC 3.51 Driver}...
  5. ernatlas

    How to represent KeyCHar ??

    Oh, Sorry, i was so caught up in my programming that i forgot. I`m not very use to forums. For all the answers thanks a lot, they did work out. And again, i apologize for my acting.
  6. ernatlas

    How to represent KeyCHar ??

    Hello, does anyone know how to represent the key "ENTER" in KeyChar ??
  7. ernatlas

    num pad, working with bloqNum on/off

    Hello, is there any way to work with the numpad regarthless the bloq num is of or on ??. I wanna let the numpad work with de bloqNum off also.
  8. ernatlas

    key handling

    C# Hello, i have a question. For example, i have a txtBox focused, and im writting text on it, but when i see the key '-' pressed, i want to not show that character in my textbox, and at the same time delete de last character from it. Is there any way to do?

Part and Inventory Search

Back
Top