Temperature Converting Program
Mar 7, 2010
I am trying to a create a program that converts a Fahrenheit temperature to a Celsius temperature and vise versa. My form consists of three command buttons(Compute, clear, quit), two radiobuttons where you choose whether you want the entered temperatures to be converted from fahrenheit to celsius or celsius to fahrenheit, three text boxes(start value, stop value, increment), and a list box that displays the information. My problem is that the program needs to limit the conversions to 20 per computation. The program must verify that the range of values and increment will not generate more than 20 lines before any calculations are performed. I need a way to check whether more than 20 lines will be put into the list box before anything is actually put into the list box.
My current code is below.
CODE:
View 3 Replies
ADVERTISEMENT
Sep 25, 2009
I have been trying to do a try catch for a calculator I am building. I need to do some error handling. Since the calculator is for converting temperature, the number entered for Fahrenheit can't be below -459.4 as that is absolute zero. However, when trying to make the code to check to see that that value is not below -459.4, it doesn't seem to respond in anyway.
Here is the code I have so far, it includes other errors I am checking for:
CODE:
The code in Red is where I am having problems. I need to know how to get a Try...Catch to work for a less than statement. Please someone help me.
Also another problem I am having is that I need to also check to make sure the textbox_fahrenheittemp is not empty and doing so using Try...Catch. What would be the exception for that?
View 2 Replies
Jun 15, 2012
Recently ive been experiencing someproblems playing minecraft on my toshiba qosmio x500, because of the high ram and cpu useage, my laptop gets very hot very fast, simply turning off due to overheating after maybe 20 minutes, if i am not rasing it off the desk, in which case, i must be careful as the fans are often blocked by whatever i am leaning the laptop against, otherwise if positioned carefully, i get cpu heat at a constant 90% or so,100% being when the computer overheats and turns off.[code]...
finding out how to get the cpu temperature?
View 2 Replies
Nov 9, 2009
Option Explicit On
Option Strict On
Option Infer Off
[code].....
View 4 Replies
Nov 14, 2010
I'm relatively new to VB, started a programing course in Uni recently What I'm looking to do is to add the following formulae into the program.
[Code]...
View 4 Replies
Oct 13, 2010
I am having trouble displaying my results from a temperature conversion program. I am sure it is something simple that I have overlooked. Here is the code.
[Code]...
View 3 Replies
Apr 17, 2010
How do I get the degrees sign for temperature in vs2008?[code]...
View 2 Replies
May 2, 2010
I'm new to visual basic and have decided to make a temperature conversion program. I've attached a screenshot to aid in my description. The program reads the temperatures on the left(from text boxes), converts them, and displays the answers on the right in text boxes. The program has a fever check at the bottom which displays whether or not the converted values are a fever.
I've managed to get this to work no problem, but I'm trying to get it so if the user enters the temperatures directly into the "result" textboxes, that the fever check still works. Unfortunately I'm having no luck, the fever check will only display a message if the values have been converted, not directly entered by the user. Here is the code I tried(fever.Text is what is displayed in a textbox above the fever check button):
Private Sub FeverCheck_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FeverCheck.Click
'Turn string values entered into Decimal Values so they can be compared to decimal values
Dim fahrfever As Decimal
Dim Celsfever As Decimal
'The following two lines have problems when debugging
[Code] .....
View 3 Replies
Jul 20, 2011
I have been given the task of converting an old program from Vb 5 that needs to be able to run in VB2010. I have read a few forums on the subject but whatever I try doesn't work. The .bas files convert over fine and the code from the forms comes over, but the forms do not appear. Instead there is a bunch of gibberish. How can I convert this? I tried going to version 6, which the forms worked in, and then to 2010, but I couldn't get the vbp file to show up or the forms.
View 1 Replies
Apr 10, 2012
I converted a lot of code, and I had some errors in the conversion. There is one that I can't seem to figure it out[code]...
View 2 Replies
Jun 15, 2010
visual basic 2010 after converting a program from visual basic 2008 is stating that the Shell function is a namespace and cannot be used as an expression. this can be fixed with the create sub feature but when debugging causes an error stating that there is a nohandled exception.
View 5 Replies
Jul 10, 2010
I have made a smtp client in c# and I use this code to split a string that contains multiple recipients.
foreach (var n in txtSendTo.Text.Split(';'))
{
mail.To.Add(n);
[code].....
View 3 Replies
Jun 25, 2010
Is there any available tool for converting variable and loops declarations from VB.NET to C++?
View 3 Replies
Nov 20, 2006
Is there any way to get PC/CPU temperature??
View 4 Replies
Dec 16, 2005
i like to get CPU temperature of my own machine and i am developing application for network monitoring. is there any way to get CPU temperature using Visual Basic..
View 4 Replies
Sep 30, 2007
I just searched a method to read my CPU Temperature, at first i tried W32_TemperatureProbe, but this didn't work. Now i use: MSAcpi_ThermalZoneTemperatureI found this [Code]
View 4 Replies
Aug 29, 2009
read the cpu temperature in a VB application.i tried to get it using WMI but that isn't supported by my computer.i used code i found on this forum and what i get from the WMI code creator.this is the code created with the WMI code creato
View 10 Replies
Aug 22, 2011
my goal is to
1.Take an file(exe,dll,etc)
2.Convert it into hex
3.place that hex values in a stack
4.Execute the values inside the stack to its original form(i.e. take the elements out of stack and then convert it to a compile format)
Imports System.IO
Sub Main()
Dim fileName As String = "ABC.exe"
[code]....
View 1 Replies
Nov 20, 2009
[code...]
So far, my friend has this, and we're trying to figure out how to get the code to tell convert F to C, and back. All we can use for input is (example:) 10,f and it will change it to 40,C.
View 2 Replies
Jan 6, 2011
I'm doing a little app that basically has 2 text boxes. You'll enter Fahrenheit into TextBoxA and Celsius into TextBoxB.As the text changes in TextBoxA I want the equivalent Celsius value to be displayed in TextBoxB and vice versa.Is there a way to do it all in Xaml except for a Convert class that does the maths? So basically I want the TextChanged event of one textBox to pass in it's value into a Converter class that is evaluated and sent to the other TextBox and visa versa.
View 2 Replies
Jul 4, 2008
im wish to get the cpu temperature and cpu fan using wmi.. in my bios, i can read my fan speed and cpu temperature.. i tried to use wmi to get the data but it doesnt function..for the wmi, i downloaded the wmi creator from microsoft website.. n it work perfectly to find other information like bios infomtion. however, it is not working with cpu temperature and fan speed..from internet, i found a program called SPEEDFAN and this program can list out all the computer temperature... do anyone know how this program function? i wish to get the information of temperature using vb.net.
View 11 Replies
May 24, 2011
I want to know are you have trend view control.Each second I receive temperature value, I want display the temperature curve (trend graphics).
Are there have existing control to use? If not, how can I achieve this.
View 12 Replies
May 20, 2009
I need to find the local temperature and load that information on to a windows desktop application, which has to be programmed either using vb or C#,
View 14 Replies
Aug 11, 2010
If this is possible i'min need of the code snippet to be able to display the CPU's temperature in a listbox
View 7 Replies
Nov 9, 2007
I'm trying to get hard drive temperature data.I can get the temperature via MSStoragedriver_ATAPISmartData.And, I can get all sorts of drive info (model, serial #, etc. via the Win32PhysicalMediaClass.The trouble is trying to link the two together.I get this temperature info, but I don't know which drive it is.The only identifier I can get from MSStoragedriver_ATAPISmartData is InstanceName.That looks like it has the model number embedded in it, but I can't get model number in Win32 my question is how can I get the temperature data and realte it to a specific drive?
View 2 Replies
Oct 12, 2010
I am able to get a list of my drives by using
Dim allDrives() As DriveInfo = DriveInfo.GetDrives()
Now I am wanting to get the current temperature of the drive. My total code below, everything is wrote to a ini file for pickup of another program I use on my network.
Dim allDrives() As DriveInfo = DriveInfo.GetDrives()
Dim computerN As String
Dim path As String
computerN = Environment.MachineName 'set computer name
[Code] ......
View 1 Replies
Sep 19, 2010
How do i read cpu temperature in windows 7?
View 1 Replies
Nov 3, 2007
i'd like to read the cpu temperature in a VB application.i tried to get it using WMI but that isn't supported by my computer.i used code i found on this forum and what i get from the WMI code creator.this is the code created with the WMI code creator.
View 9 Replies
Oct 19, 2011
I'm trying to write a small application that will show the GPU temperature. I'v found the following documentation about the subject: [URL] according to this documentation, I can use the nvcpl.dll file (which is a part of the NVIDIA driver) like this:
[Code]...
View 4 Replies
Jul 18, 2009
I only have one week before the deadline. T_T I want to create a software that can monitor the CPU temperature. Uh,its like a server-client software wherein the server can monitor the temperatures of the computers in a LAN. I'm planning to use UDP class for sending data in the network
View 5 Replies