How do I start a poll? Sorry for asking.
Tremerica
28-02-2006, 01:30
Under Thread Tools, just above and to the right of your first post.
Kazcaper
28-02-2006, 01:31
When you start a new thread, there's an option near the bottom of the page saying "Include a poll with this thread" or "Add a poll" or some such. If you've already started a thread to which you wish to add a poll, go into "Thread Tools" on the top right of the thread, just above the first post.
Thank you for telling me. Your help is very much appreciated.
Disturnn
28-02-2006, 02:43
To start a poll, you have to do this code
Dim strpoll(1 to 4) as String
Dim intcounter as integer
For intcounter = 1 to 4
strpoll(intcounter) = inputbox("Poll choice")
Next
for intcounter = 0 to 3
lbl(incounter).caption = strpoll(intcounter + 1)
Next
End sub
The Jovian Moons
28-02-2006, 02:44
I wanted to vote on something... must tell others my opinions... gasp! need polls....