Ok I have a unique situation I haven't encountered before.
From my main form when a keypress event is triggered (enter key) it calls another form that allows the user to enter a quantity and then assigns that quantity to a variable in my main form.
Works great only if i trigger the even more than once the second time i press enter and the second form is closed my main form is minimized to my task bar.... really annoying. Anyone know how i can resolve this, i tride refreshing the main form upon retrun to the calling proceadure but it still happens frequently.
Thanks in advance.
From my main form when a keypress event is triggered (enter key) it calls another form that allows the user to enter a quantity and then assigns that quantity to a variable in my main form.
Works great only if i trigger the even more than once the second time i press enter and the second form is closed my main form is minimized to my task bar.... really annoying. Anyone know how i can resolve this, i tride refreshing the main form upon retrun to the calling proceadure but it still happens frequently.
Thanks in advance.
Comment