Search results for query: *

  • Users: smokin
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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