Here is the code, I will admit it hasn't been tested extensively, but it does hide or show the results, if there are any problems please let me know. Chris told me to post this in here and then he would add it, hope this works out for everyone!
The one down side is this template edit, I couldn't find any other way to do it.
Hide Poll Install
Edit Template editpoll:
Find:
HTML Code:
<tr>
<td>
<label for="cb_closepoll"><input type="checkbox" name="closepoll" value="yes" id="cb_closepoll" $pollinfo[closed] />$vbphrase[to_close_this_poll_check_this_box]</label>
</td>
</tr>
Add Below it:
HTML Code:
<tr>
<td>
<label for="cb_hidepoll"><input type="checkbox" name="hidepoll" value="yes" id="cb_hidepoll" $pollinfo[hidden] />$vbphrase[to_hide_this_poll_check_this_box]</label>
</td>
</tr>
Good luck all.
EDIT: This does now have a DB change, it adds a column to the poll table.