You can find for few dollars many cheap Chinese "USB stick" thermometers; many of them have a control application written in .NET, that can be easily reverse-engineered (with e.g. Reflector), so that you can use them for your own projects.
Otherwise you can use a microcontroller with an ADC onboard and a temperature sensor, and use a serial to USB adapter chip (the classic is the MAX232) to connect the device to the PC with a USB interface.
If you like an "easy" solution of this kind you may consider buying an Arduino and a temperature sensor, with them it's easy to implement your project (and you can reuse the Arduino later for other projects). Notice that with the Arduino and ethernet shield you can also avoid completely the PC, making act as a small HTTP server/SMTP client to show/send the temperature information.