Search results for query: *

  • Users: gogetsome
  • Content: Threads
  • Order by date
  1. G

    deploy with an Access database

    Hello, Iv'e built my first VB.Net 2.0 winform application and need to deploy it. The application contains an Access database. I have tried to deploy it by right clicking on the solution selecting properties, set the publish setting and used the wizard to publish the app. The IDE said the...
  2. G

    Combobox default value

    Hello, I have a combobox that I populate with the code below. I want to have the combobox display "Please Select a Life Issue" rather than the first row in the dataset as it does now. In asp I can do this with: cboLifeissuesTitle.Items.Insert(0, "Select a Topic") But as you may know that is...
  3. G

    Form size recommendations

    Hello, I'm making my first distributed application and need some recommendations for the size of the winforms. Are they basically the same size one would use when creating a web page? Any thoughts or commnets would be appreciated. Thanks
  4. G

    Help getting through this wall I've hit.

    Hello, I'm having problems filling a data grid from a stored procedure and could really use some help. I have not been able to figure this out. When I call my sub loadgrid() the catch throws me this exception: System.Data.SqlClient.SqlException: Syntax error converting datetime from...
Back
Top