Hi
how do i send an enter key command to a msgbox with yes / no fields.. it automatically defaults to yes and i just need the enter key pressed without actually manually pressing ..
my application automatically shuts all open databases if i want to make changes. i have to change the 0 to a -1 and it automatically triggers a timer .. my main form has a quit.. message box on unload event. so after it counts down to 0 it stops at the message box and waits for me to manually press enter. how can i bypass this???
i want this to work only when i want to log users off..
how do i send an enter key command to a msgbox with yes / no fields.. it automatically defaults to yes and i just need the enter key pressed without actually manually pressing ..
my application automatically shuts all open databases if i want to make changes. i have to change the 0 to a -1 and it automatically triggers a timer .. my main form has a quit.. message box on unload event. so after it counts down to 0 it stops at the message box and waits for me to manually press enter. how can i bypass this???
i want this to work only when i want to log users off..