Browse By Tags

  • Inherited Form, With Events Ultracombo, AddHandler

    Hi,

    I use inherited forms, and I use this forms to override the onload event of the form, for chance some things, like the keypress and the validations. this is the code.

    Public Class frmHeredaCatalogos

    WithEvents ctrl As Control

    Protected Overrides…