very quick question about mailing a form and the post command Programming Web Development by dani190 …=$_POST['buyfriends']; $t=$_POST['Dictionary']; $p=$_POST['eci5years']; $u=$_POST['guitarhero']; $v=$_POST['convent']; $w=$_POST['souljaboywedding']; $x=$_POST['nobelpeace']; $y…</label><br /> <select name="guitarhero"> <option value="">Please Choose… Ending a worker thread that has its own message loop Programming Software Development by Diamonddrake … of a program that lets you use a RockBand or GuitarHero drum kit to play drum sounds on your PC, record… Re: survey for school grads... Another question Programming Web Development by dani190 …=$_POST['adoptchildren']; $s=$_POST['buyfriends']; $t=$_POST['Dictionary']; $u=$_POST['guitarhero']; $v=$_POST['convent']; $w=$_POST['souljaboywedding']; $x=$_POST['nobelpeace']; $y…</label><br /> <select name="guitarhero"> <option value="">Please Choose… Re: survey for school grads... Another question Programming Web Development by dani190 …=$_POST['buyfriends']; $t=$_POST['Dictionary']; $p=$_POST['eci5years']; $u=$_POST['guitarhero']; $v=$_POST['convent']; $w=$_POST['souljaboywedding']; $x=$_POST['nobelpeace']; $y…</label><br /> <select name="guitarhero"> <option value="">Please Choose… Re: format for option statment in php... Programming Web Development by dani190 …=$_POST['buyfriends']; $t=$_POST['Dictionary']; $p=$_POST['eci5years']; $u=$_POST['guitarhero']; $v=$_POST['convent']; $w=$_POST['souljaboywedding']; $x=$_POST['nobelpeace']; $y…</label><br /> <select name="guitarhero"> <option value="">Please Choose… Re: survey for school grads... Another question Programming Web Development by dani190 …=$_POST['adoptchildren']; $s=$_POST['buyfriends']; $t=$_POST['Dictionary']; $u=$_POST['guitarhero']; $v=$_POST['convent']; $w=$_POST['souljaboywedding']; $x=$_POST['nobelpeace']; $y… Re: very quick question about mailing a form and the post command Programming Web Development by hooray Well I would suggest that you put the first name and last name into separate fields. I think it is because it doesnt post spaces or anything after them. Perhaps you could have an underscore if you want to keep them all in one field. I have tried get, that also doesnt give anything after spaces. Re: very quick question about mailing a form and the post command Programming Web Development by dani190 thats bad for me, i cant go re type them... took way to long. any way to fix this problem ? Re: very quick question about mailing a form and the post command Programming Web Development by dani190 never mind im going to do what you said... Thanks Re: Ending a worker thread that has its own message loop Programming Software Development by Clawsy Hmmm, interesting, so basically you need that beat acurate in time (the metronome). -First, if the time interval of the timer can be changed (I didn't work with timers too much) then you must make a delegade from the GUI thread pointed to the procedure that sets the interval. If you are just sick of delegades and delegades... use this code (… Re: Ending a worker thread that has its own message loop Programming Software Development by Diamonddrake Unfortunately because I am using events I have to use the windows message loop in my thread. so the while(true) loop concept doesn't apply here. I tried using thread.abort() but it doesn't stop a thread with a message loop. I come to the conclusion that i need to find a way to call Application.ExitThread() from the thread I want to stop. and I …