Results 1 to 5 of 5

Thread: getting the type of the control [Resolved]

Threaded View

  1. #1

    Thread Starter
    Lively Member ayan's Avatar
    Join Date
    Jan 2004
    Posts
    112

    getting the type of the control [Resolved]

    halu,

    is there any possibility of getting the type of a certain control. let's say a condition of like this...

    VB Code:
    1. if control.type = listview then
    2.     do this
    3. else if control.type = combobox then
    4.     do this

    some sort of an algo, i have here. but can this be done in VB.NET? just a newbie asking question... thanx...
    Last edited by ayan; Feb 3rd, 2004 at 01:33 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width