Search results for query: *

  • Users: tim_rutter
  • Content: Threads
  • Order by date
  1. T

    Problem with database access using sql string

    I'm trying to interrogate a database to display on a Datagrid. I am using a simple sql string to do this but am having problems. The string I'm using is along the lines of SELECT Database.Column1 AS ["Name1"], ... FROM Database The trouble is one of the columns in the database is...
  2. T

    Give my application the focus at startup

    I'm having a problem giving my application the focus at startup. One of my aims is to not allow the user to see any part of windows in the background. As such my application runs first in the registry. However, following this explorer.exe runs and causes my app to lose the focus. Another...
Back
Top