Search:

Type: Posts; User: KenB

Search: Search took 0.03 seconds.

  1. Replies
    12
    Views
    1,366

    Re: [RESOLVED] Handler Question

    In my searching I came across this comparison ... https://www.codeproject.com/Articles/18320/DirectCast-Vs-CType
  2. Replies
    12
    Views
    1,366

    Re: [RESOLVED] Handler Question

    Oh .. kpmc ... the textboxes exist across several panels so group boxes, while more elegant, isn't so simple. Thanks.
  3. Replies
    12
    Views
    1,366

    Re: Handler Question

    I got almost nothing from google searches ... and marginal help from MSDN. However in trial and error I figured out this which allows me to access the methods I wanted:



    If TypeOf (sender) Is...
  4. Replies
    12
    Views
    1,366

    [RESOLVED] Handler Question

    Using VB2012 ...

    Rather than have a single subroutine for each textbox control getting focus on a form, I grouped them all like this:

    Private Sub txtAddress_GotFocus(sender As Object, e As...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width