Search results for query: *

  1. S

    MySQL Connector/Net, Populate Combo Box

    anyone able to assist? ive tried looking on the net for a good readup as well about using the .net/connector mysql dll. anyone have a few good sites for me to further my knowledge about it. need a site that has exmaples of applying/filling different form controls with mysql data. anyway...
  2. S

    MySQL Connector/Net, Populate Combo Box

    Seems to show a System.Data.DataRowView with the above code ive used. Want it to display Lastname, Firstname for each item in the combo box. Any help greatly apreciated.
  3. S

    MySQL Connector/Net, Populate Combo Box

    I am using the mysql connector/net dll to query a mysql database for my vb 2005 app. i am trying to populate a comobo box with the firstname nad lastname fields of a table for all users loaded in that table. have previously got the code to work for a datagrid but unsure how to populate a combo...
  4. S

    Groupbox, Mouse Cursor stuck on waiting cursor

    yes that solved it! thanks!!!!
  5. S

    Groupbox, Mouse Cursor stuck on waiting cursor

    ok i had a look on the source code for that form but couldnt find any of it written there a bout it being set to try so i double clicked it, and on the form load event i wrote; Me.UseWaitCursor = False But its not written anywhere. It seems to solve the problem with text box's when you...
  6. S

    Groupbox, Mouse Cursor stuck on waiting cursor

    Hi, I've put a bunch of items on a form inside to group box's. Everything works fine except when putting the mouse inside the group box's the mouse cursor turns to the waiting sign one instead of the arrow. No matter what box's i click on or even the group boxs, if i scroll down the...
  7. S

    how to sql query

    Thanks John. One last question I have and then I think i'll be set as thats now working. I currently populate that datagrid just with the name column out of the table, however it has a id, name, location, date for the tournaments in the table. My code is this currently for just pulling the...
  8. S

    datagrid view, find selected cell

    thanks for the fast reply john. i updated the lbl2.text to what you stated. i have a form and it has a update butotn at the moment that im after i select a row and then i click that button just as a test with that lbl2.text line to see if it updates that label to the value of the cell on the...
  9. S

    datagrid view, find selected cell

    still confused. I have a datagrid populated by the mysql connector/net. i have rows and a user can click a row which highlights the entire line. i want to be able to get the variable of the first column's value of the selected row. i am trying to just code to save that value as a variable...
  10. S

    datagrid view, find selected cell

    anyone able to help? :S
  11. S

    MySQL Connector Net Publish Error

    Hi, I have made a VB 2005 app with they mysql connector net backend. In the project i added the dll as a reference. When i go publish and try the setup.exe on my local computer its fine. Going to another computer after ziping the directory where i published the files, and then clicking...
  12. S

    datagrid view, find selected cell

    Hi, I am using Visual Basic 2005. I have a DataGridView control on a windows form. Now I have populated the DataGridView control via a query from a MySQL Database using the MySQL Connector/Net 1.0. I am able to populate the DataGridView with a bunch of data. Currently I have the datagrid...
Back
Top