Search results

  1. D

    Interrrupt Subroutine Execution / Click Event

    Hi, I am looking for a way to stop / interrupt the execution of a subroutine on a form, based on an even that fires. So basically: 1. User clicks on a button. 2. Button calls a function or subroutine. 3. Event fires on the form. 4. Event stops the execution of the function or subroutine...
  2. D

    Error while compiling Windows Form using MSBee

    Hello all, I am trying to compile a simple VB.NET Windows Form project which was converted from VS 2003 to VS 2005 using the .NET 1.1 framework from VS 2005 by utilizing MSBee. Based on the instructions, I have added bellow this line (in .vbproj file): <Import...
  3. D

    Registry storage location for My.Setting key values

    In VS 2005, when you create a User setting under Project Properties > Settings: Which creates an entry in the App.Config: Now when the application overwrites the value of each of these keys, it doesn't write the value back to the app.config (because it needs to keep track the value for...
  4. D

    Custom Control Error Message

    Hello Everyone, I am having a bit of a problem with a custom ASP.NET Control written in VB when I post the form and try to access the text of the custom control. Here is what I have: ' Custom Control Called ctlAddress with 1 label called lblAddress and one textbox called txtAddress...
Back
Top