hi, how do i disable the next button where i have the textboxes?
i'd like do disable them, if they're empty or the values are incorrect
thanks a lot
[]'s
fmartin_cit Wednesday, May 09, 2007 3:52 PM
There are no hooks in Visual Studio to enable/disable Next buttons during the install based on whether the values are correct or not. There's no support for code during the UI sequence, which is why there is this for validation of serial numbers where Orca is used to add the validation and button enabling.
There are no hooks in Visual Studio to enable/disable Next buttons during the install based on whether the values are correct or not. There's no support for code during the UI sequence, which is why there is this for validation of serial numbers where Orca is used to add the validation and button enabling.