Search results for query: *

  1. N

    implementing label onClick

    Hi, I am trying to execute a piece of code if somebody clicks on a label. Does anybody know if that is possible since labels don't have an onClick event? Anyhow, I am trying to create a user object that consist of a button, and there are some labels on that button. I want to make sure that no...
  2. N

    List of properties/public variables

    Hi, I am trying to create an object that will have many (300 or so) properties/ public variables (which one should I really use?), based on their names I would retrieve a value from a database. So lets say I have a class: Public Class prefPublic userPref1 as String = "" Public userPref2 as...
Back
Top