Search results for query: *

  • Users: drmike
  • Content: Threads
  • Order by date
  1. D

    Preventing selection of cell in datagridview

    How can I stop a user from selecting/entering a cell or column in a datagridview please? Mike
  2. D

    ODBC only works on development machine

    I am using ODBC to connect to a remote MYSQL database. I have two PCs one is the development PC and the other my laptop. Both use the same DSN, both connections work and test OK. The laptop can use Access to link to the MYSQL database using ODBC. However, when my VB.NET program connects to...
  3. D

    format in datagrid

    Once again I have to apologise for the question! I have a field that is a BIT so it's 0 or 1 It appears in a datagridview as a column All I want is for a Yes/No entry in that column! I thought it would be format="Yes/No" but obviously not. In the immediate window ? format(1,"Yes/No")...
  4. D

    Adding controls etc.

    Bear with me on this one. I want to add 28 rich text boxes to a form in code. I can do that. I want to refer to these controls easily - well an array RTB(7,4) of richtextboxes seems good to me especially as they are in a grid 4x7.. BUT I want to handle the click event of each of these 28...
Back
Top