Its by design of Windows to have a default focus so to achieve what you want is to add another button and set its left property off screen than set its tab index to be the first button, yes button next and the no button next.
Screenshot, button1, left property -120
Note this also is a per-say hack as what you ask for must be a hack.