Negative Number Change?

Feb 2, 2010

i have a negative number and i want to change it to its positive

eg -14 to 14

View 22 Replies


ADVERTISEMENT

Font To Change Red When Number Is Negative?

Nov 10, 2007

I have written a code that when the click the calculation the button a inputbox pop up and you enter in the income and then you enter in the expense. [code]...

View 11 Replies

VAL Function Returning Negative Decimal Number For 8 Digit Hex Number?

Jun 23, 2009

I am calling the function below from an Excel spreadsheet and the conversion from hex to decimal using the VAL function in the "manufacturer" variable below is coming back with a negative value. The VBA edition is 6.5.

Public Function decMEID(ByVal sKey As String) As String
Dim manufacturer As String
Dim serial As String

[code].....

View 3 Replies

Check A Value And Make Sure That It Is Not A Negative Number?

May 25, 2009

I need to check a value and make sure that it is not a negative number using a try catch statement I keep getting an error saying that I have to use a method.

Try
TotalCurrentBalance < 0
Catch ex As Exception
End Try

I wouldn't put a if statement would I? I am thinking that would defeat the purpose.

View 2 Replies

Convert Positive/negative Number?

Dec 19, 2005

Is there a built-in function in .NET (VB) to convert a negative number into a positive, and vice-versa?I usually end up just using:NegNum = PosNu - (PosNum * 2)PosNum = NegNum- (NegNum * 2)

View 6 Replies

Database - Negative Number In Datagridview?

May 10, 2011

I'm having problem in my datagridview.I'm using vb 2008 and an access database. When I create a new record for my item the No column (primary key and autonumber in access) always shows a negative number.How can I make that a positive number and it should follow the numbering in the datagridview.

View 3 Replies

Why Does A Negative SByte Number Have 16 Bits

Jul 11, 2011

I asked a question earlier about comparing numbers using the "And" comparison operator in If Statements and now I have been toying around with getting my head wrapped around bitwise operators. So I have written a very basic code that will allow me to see the conversion of any decimal number in binary format.[code]Notice here that I am using SByte as the paramerter - which should only contain 8 bits right? However, the message box that appears has 16 bits assigned to negative numbers.

View 1 Replies

Insert A Negative Number Into A Byte Parameter?

Dec 7, 2010

How can I insert a negative number into a byte parameter?

Something like this:

Dim b As Byte = -111

View 4 Replies

VS 2008 - Windows 7 API - Number Isn't Even Negative Anymore

Jul 11, 2010

My problem is with the following API.

Private Declare Function GetKeyState Lib "user32" (ByVal keyCode As Integer) As Integer In Windows XP, I could simply use the API like this: If GetKeyState(Keys.Left) < 0 Then 'Move Left If the key was pressed, it was a certain number below 0, the number itself alternated each time you pressed the key but it was always below 0.

My problem is that in Windows 7, when you press the Left key, the number isn't the same, in fact the number isn't even negative anymore. This problem tricked me at first into thinking the API didn't even work as when I ran the .exe of course my code did nothing since GetKeyState never returned a number below 0. I tested the value itself though and found that it never goes negative, the number for the key just decreases a little.

The weird thing is, while the .exe from the Debug folder proved my point that the GetKeyState number was different and thus the program didn't work, running the .exe from the Release folder actually worked, the controls were fine and the API returned numbers less than 0 for GetKeyState. But the .exe from the release folder was built with my old XP computer, as soon as I made a new build with my windows 7 computer the API stopped working again.

Why did Windows 7 change the number returned for when the key is down, is there a way to change it back without having to include some large package with my program? Why did the build from my XP computer work at first? Also it was only the one from the release folder, not the debug one, even though they were both from the XP computer.

I tested some more on windows 7 and found that every time I run the program, the number returned by GetKeyState is completely different. When the key is down the number is 1,000,000 units higher than up, but other than that the number is random each program start.

View 19 Replies

Mysql DB In Windows Form Id Field Has Negative Number

Jun 18, 2012

I got a Mysql sql database for my project. The id field is set as auto increment, which seems to function correctly. But on the form in my text field and datagrid i see a negative number, while in the database its a postitive number. I do not really plan to use the id field right now, but when i do it might cause some problems.

Anybody know why it would show as a negative number on the form(textbox/gridview) and as a positive in the actual database?

View 1 Replies

Asp.net - Big Negative Number - Positive Giving Positive Only?

Apr 15, 2011

I have temp2 value -52340.0 and hslColor.Luminosity is 240.0 When Dim temp1 As Double = (hslColor.Luminosity - temp2). It shoud give -ve number but I am getting always positive number. results should nbe -52100, but I am getting +52100. How to handle this?

View 4 Replies

Change A Number To Text

Oct 19, 2010

In SSRS when a field returns a number eg 4072, I want to display text "Motor"

=First(Fields!DIMENSION.Value)=4072,"WEG Motor"

View 2 Replies

Change A Number To Text?

Mar 20, 2007

In SSRS when a field returns a number eg 4072, I want to display text "Motor"

=First(Fields!DIMENSION.Value)=4072,"WEG Motor"

View 3 Replies

Change The Number In The Textbox1?

Jul 8, 2010

I change the number in the textbox1 but the random appaer the same digits

Public Class Form1
Dim seed As Integer
Dim MyRnd As New Random(seed)

[Code]....

View 5 Replies

Get The Revision Number To Change?

Oct 10, 2007

I just want to know if the following behavior is by design. I start Visual Studio and open my VB project and rebuild it. The assembly version is set to 1.0.*. I get a version number of 1.0.2839.26817. Now as long as I keep visual studio open every time I rebuild, I get the same build and revision number. I have to close and reopen visual studio to get the revision number to change. Again I just want to know if this is by design since everything I have read says that the revision number is either supposed to be random or the number of seconds since midnight. Is there a way around this?

View 3 Replies

Cannot Change Number Format In DataGridView

Nov 30, 2009

I have the following code. When I use:
For i = 3 To MaxColumnDataGridView
DataGridView.Columns(i).DefaultCellStyle.NullValue = 0
DataGridView.Columns(i).DefaultCellStyle.Format = "N5"
Next
The columns format can't be changed. I cannot change the number format whatever I do.

View 8 Replies

Change The Version Number Of Program?

Jun 5, 2009

This is probably an easy question: I need to change my version number from 5.4 to 5.5. This is not the assembly version, but the version (I think) of my executable.

View 5 Replies

Does An Image Hash Number Change

Mar 31, 2010

I saved an images hash number to a database so that when my application pulls in images, I can compare this hash number to the hash numbers of the images comming in. The purpose is that if one of the images comming in has the same hash number, I can flag it. It seems that the saved hash number for an image is not the same for the exactly the same image when it has come in. Is this because the hash number for an image can change depending on the pc where its being created?

View 2 Replies

Function To Change Number To Time?

Apr 13, 2012

Currently just started working with VS2008 I have a SQL script that is returning a number looking time in one of my columns (50625) which is 5:06:25 What I would like some help with is creating a function that would take this value and change it to a real time at some point I will need to do further calculation on these times so I need to be able to add or subtract these results.[code]...

View 3 Replies

'ReDim' Cannot Change The Number Of Dimensions Of An Array

Jun 30, 2009

I have an array declared:

[Code]...

This statement works fine in ASP, but when I switch to ASP.Net, it give errors 'ReDim' cannot change the number of dimensions of an array.

View 2 Replies

Change Code To Work A Certain Number Of Times?

Dec 23, 2011

My code gets a list of words from a txt file and chooses the words randomly. However, the same word can appear more than once and i need to know how to stop this from happeningHere is the code:

Dim aryName As String() = Nothing
aryName = File.ReadAllLines(Application.StartupPath & "Randomfnames.txt")
Dim randomWords As New List(Of String)

[code].....

View 3 Replies

Code - When Change My Number To 20 It Doesnot Print 150?

Sep 14, 2010

Public Class frmSelect

Private Sub btnEnd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEnd.Click
Me.Close()
End Sub

[CODE]..............

THATS my code and when i change my num to 20 it does not print 150?

View 5 Replies

ReDim Cannot Change Number Of Dimensions In An Array

Apr 11, 2010

I have this recently converted application from vb6 to vb.net 2008. One of the errors stated is:'Point' is not a member of 'System. Windows. Forms. PictureBox'.I have searched and not found an alternative to this.Also, it says ReDim cannot change the number of dimensions in an array.

View 8 Replies

Way To Create A Randomizer Where Can Change The Output Of A Number?

Aug 9, 2011

I would like to be able to create a function where I can change the probability of a number being outputtedI am creating (Well have created) a slot machine game but the outputs are completely random and I would like to change the odds. Is this possible and if so could someone show me or direct me in what I should do to create this function.

View 6 Replies

Any Formula To Change Latitude And Longitude Into Single Number?

Nov 27, 2011

If there is a formula to change a latitude and longitude into a single number? I plan to use this for a database table in software that provides routing for deliveries. The table row would have that number as well as the postal address. The database table would be sorted in ascending numeric order so the software can figure out which address the truck would need to go to first, second etc.

For example I would use the following numbers for the latitude and longitude:
Lat = 40.71412890
Long = -73.96140740

Additional Information: I'm developing an Android app using Basic4Android. Basic4Android uses a VB or VB.Net syntax with SQLite as the database. Part of this app will have route planning. I want to use this number as the first column in an SQLite table and the other columns will be for the address. If I do a query within the app that sorts the rows in numerical ascending order, I will be able to figure out which postal address are closest to each other so it will take less time for me to go from house to house.

For example, if the numbers were:
194580, 199300, 178221

I can go to postal address 178221 then to 194580 and finally to 199300 and I won't need to take the long way around town to do my deliveries after they were sorted. As an alternative, I would be happy if there was an easy way to call a web service that returns maybe a json response that has the single number if I send a postal address to the web site. Basic4Android does have http services that can send requests to a web site.

View 4 Replies

Change Calculator And Is Supposed To Calculate The Number Of Dollars?

Sep 16, 2011

I am trying to learn how to use the modulus operator.this excersise is a change calculator and is supposed to calculate the number of dollars , qtrs, dimes, nickels and pennies from the change that is calculated.

in the form if i put a value in for owed = 30.00 and paid 34.25 my dollars returned = 4 and that is correct but the number of qtrs = 0 and should be 1. I am not sure how to correctly use this - any assistance you can provide is great - this is purely educational

Private Sub btnCalc_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalc.Click
Dim owed As Decimal
Dim paid As Decimal
Dim change As Decimal

[Code]...

View 8 Replies

Change The Pretest Loop Code So It Will Count Down Instead Of Up From The Number?

Dec 8, 2009

I have already a Pretest loop that counts the number that the user inputs and displays a message. I need to change the Pretest loop code so it will count down instead of up from the number of times entered by the user.I have already coded this:

vb.net Public Class frmMain Private Sub btnExit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnExit.Click Me.Close()End Sub Private Sub txtNumTimes_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles txtNumTimes.KeyPress

[Code]...

View 2 Replies

Use A Timer To Change An Image For A Set Number Of Times & Then Exit?

Nov 2, 2011

I'm looking to use a timer to change an image for a set number of times & then exit. Am trying the code below but although the TextBox check works the Image skips directly to the second from last & goes no further.

[Code]...

View 2 Replies

VS 2005 - Picture Box To Change Depending On What Number Comes Up In A Textbox

Mar 20, 2010

I have a program where I want my picture box to change depending on what number comes up in a textbox. Lets just say, my picturebox is called PictureBox1. I'd imagine I'd use an IF statement followed by the path type in to change the picture. My question is how do I display a new picture in the picturebox? Whats the code used?

View 6 Replies

Asp.net - Dynamically Change The Number Of Header Cells In Listview LayoutTemplate

Aug 11, 2011

I'm trying to dynamically create a listview. on reports.aspx user selects a bunch of checkboxes. On the next page, user sees reports.aspx, and should see a table with columns of the checkboxes he selected. My idea was to create a listview, then dynamically change the header row of the LayoutTemplate, then change the select statement depending on which columns selected. This is what I have:

<asp:ListView runat="server" ID="ReportListView" DataSourceID="ReportListViewSDS">
<LayoutTemplate runat="server">
<table runat="server">

[Code]....

Problem is that this doesn't work because i can't put a code block (<%%>) inside the LayoutTemplate. Is there a way in the code behind to edit the LayoutTemplate, or another way to cycle through the Request.Form vars and build the table header row with it?

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved