Search results for query: *

  • Users: EmmaLawton
  • Content: Threads
  • Order by date
  1. E

    Events not firing

    I have a button on a windows form. The click event is supposed to take the text property of a third party name completion control and add it as an item to a listbox. But the click event doesn't fire. I have issues with events not firing in other applications I have been working on. Has anyone...
  2. E

    TextBox Looses Text Property

    I have a form with 3 frames with numerous text boxes and combo boxes on them. My code loops through each control on each frame on the form and captures the value of the text property of each textbox. Except that for all but 2 of the textboxes, the value of the text property is an empty string...
  3. E

    Auto Incrementing a project's version number

    In VB6 when you built your executable, dll or whatever, you could check a checkbox that would auto increment the version number. Does that exist in VB.net 2003? Thanks Emma
Back
Top