Search results for query: *

  • Users: ALT
  • Content: Threads
  • Order by date
  1. A

    Issues with Zip File

    Note to those that download the Manage SQLServer.zip file in thread http://www.vbdotnetforums.com/sql-server/18699-what-can-i-do-detach-database-visual-basic-net-code.html#post90857. Once the zip file is unzipped, change the file extension of the unzipped file to *.zip. In other words the...
  2. A

    How to ‘bind’ a textbox and dataobject property.

    Experience: Beginner Vb.NETer ( But experience programmer) Version: 2005 .Net Warning: I am most likely mis-using the terms binding etc, so please take what I am saying with a grain of salt. Also I have simplified the situation greatly to highlight the issue. I want to bind a textbox on a...
  3. A

    Looking for a Method when a UI Object is first run.

    What I am looking for is a method that only executes when a UI Object ( Combobox, TextBox etc. ) is first ‘shown’ to the user at runtime, and does not run at design time. NEW for example does not work because it seems to execute as soon as I drag my subclassed ComboBox onto a form. It ( The...
  4. A

    How to visually subclass a combo box.

    First of all I am a beginner VB.net programmer (VB 2005 ) I want to visually subclass a combo box. I know how to subclass via code but my question is how to do with visually? Want I mean is I want an icon to appear in the toolbox so that I can drag my subclass combo box onto a form. When...
  5. A

    Buttons do not refresh until end of game, How to fix

    As I am a first time poster allow me to give you some information: I have been developing for hire since 1982, but have only seriously working with .Net for a few months, and only half that time with VB.Net. The project that I am now working on is a ‘super’ tick-tack-toe game. (Heck I had to...
Back
Top