-2

Maybe a stupid question, but when a control on a VB6 form is disabled can the code still change that code's value? In other words, is it only disabled for the users, or is it disabled for the code too?

JeffK627
  • 195
  • 1
  • 3
  • 16

1 Answers1

-1

OK, I admit I was being lazy. I tried it, and yes, even when a control is disabled VB6 can change its value at runtime.

JeffK627
  • 195
  • 1
  • 3
  • 16