Search results for query: *

  1. N

    implementing label onClick

    Thanks JohnH Thank you, that is exactly what I was looking for. Although now I am wondering how I could get the default behavior on a button click. If I just click on the label it calls the button click event, but it does not give me the impression that the button was actually clicked. Do you...
  2. 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...
  3. N

    List of properties/public variables

    Thanks Thank you very much for your reply. After thinking about this issue I came up with a similar conclusion. I was converting a pretty old code from a Visual FoxPro windows application to VB.NET web app, and I just looked at the original code and that is how they did it, so I was led in the...
  4. N

    List of properties/public variables

    object member names I was looking through some other posts from today and somebody else asked pretty much the same question. Refer to: http://www.vbdotnetforums.com/showthread.php?p=41596#post41596 thanks.
  5. 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