dgwilliams
MIS
i have a list of options that a user can select from in visual basic 6. Bassically how my interface works is by allowing the user to highlight the option they wish then pressing the select button. How do i get the select button to perform different functions depending upon what option was highlighted or had focus.
the problewm as i see it is i cant say whatever option has focus do a specific function, because the option highlighted looses focus when the select button is selected (i think). So perhaps i need logic like whatever the last object was to have focus, before this one perform a certain action.
I hope you experts understand what i mean, feel free to ask for more details if needed.
thanks
the problewm as i see it is i cant say whatever option has focus do a specific function, because the option highlighted looses focus when the select button is selected (i think). So perhaps i need logic like whatever the last object was to have focus, before this one perform a certain action.
I hope you experts understand what i mean, feel free to ask for more details if needed.
thanks