christheprogrammer
Programmer
See this thread below:
thread855-296976
It was the one about turning the mouse pointer into an hourglass. The solution was to access the Attributes of the button, so that when it was clicked ("onclick", an hourglass would appear. Like this:
myButton.Attributes("onclick" = "javascript: hourglass();"
My question is, where is the list of Attributes for any given control? I cannot find it anywhere, and since they are referenced as strings, I am dubious as to whether they are supported properly given that VB is now object oriented...
I am just really curious as to what magic can be done by referencing attributes for controls
Cheers
Life is like a box of chocolates, sweet
thread855-296976
It was the one about turning the mouse pointer into an hourglass. The solution was to access the Attributes of the button, so that when it was clicked ("onclick", an hourglass would appear. Like this:
myButton.Attributes("onclick" = "javascript: hourglass();"
My question is, where is the list of Attributes for any given control? I cannot find it anywhere, and since they are referenced as strings, I am dubious as to whether they are supported properly given that VB is now object oriented...
I am just really curious as to what magic can be done by referencing attributes for controls
Cheers
Life is like a box of chocolates, sweet