VS 2008 Get Strange Numbers For The Output?
Oct 23, 2010
I am working on a program that takes 12 numbers that the user inputs and calculates the total and average but every time I run it it comes out to be like 6.5 and numbers like that.
' Store the starting values in total and count.
sngTotal = 0
intCount = 1
[code].....
View 2 Replies
ADVERTISEMENT
May 31, 2012
i'm using lineInput to read a text file but get a problem with a certain record.it shows [code]I've changed the encoding to utf8, ansi, ... but nothing helps. Anybody an idea what could be the cause?It only does this with the first record in the file.
View 3 Replies
Aug 11, 2011
Module Module1 Public Declare Function GET_CALCULATION_FAN_ALONE Lib "EbmPapstFan.dll" (ByRef path As String) As Long Private Declare Function GET_PRODUCTS Lib "ebmpapstfan.dll" (ByRef path As String) As Long Public Declare Function SET_XML_PATH Lib "EbmPapstFan.dll" (ByRef path As String) As Long
[Code]...
View 2 Replies
Mar 16, 2012
I'm attempting to create a bound WPF control; when I add a local namespace to the UserControl, I get strange output from the compiler. The header of the UserControl follows, with the offending line highlighted.[code]When that line is present, the compiler generates the following in the output:[code]
View 2 Replies
Mar 17, 2011
Do a simple thing first... open VB.NET, then open your Immediate Window. And type the following:
? -199037.52 + 198571.0
Its a simple mathematical sum which should return the answer as -466.52, but instead it shows -466.51999999998952. My project which is mainly about financial calculations has gone all screwed up because of these two numbers. All the amounts in my project are based on Double type numbers. Since this calculation is showing a strangest kind of a result, all my program code has gone haywire.
View 7 Replies
Mar 24, 2011
1. (Add) Create a program that will output the sum of all the odd numbers between 1 and 99 inclusive.
2. (Cash) Allow the user to key in any number of item prices for items purchased in a discount store. Display the grand total amount of all items including an addition of 8% tax on all items.
3. (Pumpkin) Allow the user to input any number of pumpkin weights in pounds into the program. Output the average of all pumpkin weights, the largest pumpkin weight, and the total number of pumpkins.
Right now I am not even sure where to start. I attempted #1 and I started by making a variable of sum = 0 and using a For Loop with a variable of Sum and Initial value of 1 and final value of 99 with a Step of 2.
View 1 Replies
Mar 29, 2011
I have attached the form in initial state. What you don't see in the initial state is 10 hidden labels. I want the loop(which I am calling as a function??) to compute the numbers and display in the labels. Example, if I input 1 for the first term, 3 for the second term and 4 for the total terms, the first 4 labels should become visible and have in them one solution each:
1 - 1
2 - 3
3 - 4
4 - 7
Am I way off with what I want to do? Cannot use arrays, must be a loop.This is the compute button:
Private Sub BtnComp_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles BtnComp.Click
Try
[code]....
View 10 Replies
Mar 7, 2012
How to format numbers in VB.Net. All I want is properly inserted commas in my final output. Such as:
lvwItem.SubItems.AddRange(New String() {ConvertToMegabytes(CULng(LogicalDrive.TotalSize)).ToString})
I have three functions which I use to convert various numbers to MB GB and TB. I would like to have the final output number be properly formatted with commas as necessary.
Private Function ConvertToMegabytes(lngbytes As ULong) As String
Return (CDec(lngbytes) / 1024D / 1024D).ToString("F1") & " MB"
End Function
Private Function ConvertToGigabytes(lngbytes As ULong) As String
Return (CDec(lngbytes) / 1024D / 1024D / 1024D).ToString("F1") & " GB"
End Function
Private Function ConvertToTerabytes(lngbytes As ULong) As String
Return (CDec(lngbytes) / 1024D / 1024D / 1024D / 1024D).ToString("F1") & " TB"
End Function
View 10 Replies
May 29, 2009
I got kind a mystery situation. There's not a lot of code, only few lines but the point is that it only works partially (it saves but does not load).
I tested it with another cmbbox1, which makes it work on seperate cmbboxes but not on either one or onother on their owns.[code..]
I got other cmbBoxes with titles on them loaded from the DB and they work fully, only this one doesn't.what should I look at?
View 15 Replies
Jun 28, 2011
I want to supress a key for a textbox: [code]this is working, B key is supressed,but adding just a messagebox will not work..[code]
View 1 Replies
Dec 21, 2011
i have tryed using multithreading with my program with no luck/I just get a strange error thrown at me no matter what i try [code] Then i get this error:An error occurred creating the form. See Exception.InnerException for details. The error is: ActiveX control '6bf52a52-394a-11d3-b153-00c04f79faa6' cannot be instantiated because the current thread is not in a single-threaded apartment.
View 13 Replies
Jul 20, 2010
I have a program that looks for a file named 'license.dat' upon startup. The program first checks the directory it's in, and if the license file isn't there, it prompts the user to select the license file with a file browser dialog. I have tested this code and confirmed it working in a number of different OS environments.Recently, I received reports from two users (one in Germany and one in Italy) that the program can't find the license on their computers, even though it is present in the program's directory and they manually selected it with the file browser dialog. The only commonality I'm seeing here is a lack of English OS, but beyond that I'm stumped.This is the code I'm using:
If System.IO.File.Exists(System.AppDomain.CurrentDomain.BaseDirectory + "license.dat") = False Then
File dialog code goes here
[code].....
View 5 Replies
Mar 19, 2009
I am using the following Recursive Directory Copy code, and am having a strange issue. I am using this to copy and directory and all subdirectories and files to removable media (flash drive). Everything copies perfectly fine except for 1 file. this occurs on the same file every time and sometimes the file copies successfully, but other times it does not.The problem file is a 7-zip archive with a .7z file extension.When it does not successfully copy, the file is only 8 bytes on the flash drive.[code]
View 5 Replies
May 16, 2012
I develop my VS2010 project in my laptop with SQL 2008 Standard. In my laptop everything is working good, using the following connect string as global public string when the main form loads:
[Code]...
View 12 Replies
Aug 10, 2011
Suddenly today , when I started my computer and went on to open the VS , I got this strange message: Do you know what it might mean ? I didn't installed anything on my PC for a long time, so I can't think of anything ...
View 8 Replies
Mar 28, 2010
how can i add two excel sheets with numbers and the equal (similar)numbers to save once
View 1 Replies
Mar 7, 2011
Have you ever heard about that error ? It happened to me when I used code to Close an open form . But this very strange . Not only I have used this simple code (Me.Close) in numerous forms but it also happens in a weird way . You see , I have a form with a button on it . The code in the button's Click event sais Me.Close . Also , this button is set to be the Cancel button of the form . Now , when the user closes the form either by pressing the X button or by pressing the above button , nothing happens . However , and this is very weird , when the user presses the Esc key on the keyboard , the program crashes with this error message :
[Code]...
View 8 Replies
Mar 1, 2012
What I am trying to do: There are three powershell scripts with different time delays as shown below.I am trying to run them asynchronously in .NET and I followed this article to implement Asyncrhonous programming. Where I am stuck:The I am not able to retrieve output after the events are invoked.The scripts are being called but then the program ends and it shows "Press any key to continue" in console windows.I don't what I am missing here.
Info: JobRequest is a class that I use to pass around information keep track of jobs.
Sub Main()
OurAsyncFunctionCalling("psDelayScript2.ps1", "-arg1 4 -arg2 5", 1)
OurAsyncFunctionCalling("psDelayScript1.ps1", "-arg1 2 -arg2 3", 2)[code]......
View 1 Replies
Mar 15, 2010
I'm exporting a table of data to CSV format, e.g.:
"COL1","COL2","COL3"
"1","some text", "£232.00"
"2","some more text", "£111.00"
"3","other text", "£2.00"
The code to export is fairly simple using an ashx handler:
[Code]...
My issue is when Excel tries to open the exported file the character appears before all £ signs, e.g. £232.00 when the value should be £232.00.
View 1 Replies
Jul 14, 2011
Question: How does the class for the serialization of this XML content look ?
<?xml version="1.0" encoding="utf-8"?>
<vcc:CreateTextSearchResponse xmlns:vcc="urn:veloconnect:catalog-1.1" xmlns:vct="urn:veloconnect:transaction-1.0">
[code]....
View 2 Replies
Jun 15, 2011
I have a bit of a strange problem with MySQL that I've never seen before. Basically, I need to enter the same entry into a table x number of times. The Primary Key is auto increment so there shouldn't be any duplicate value problems. However, it takes the last few columns and seems to clump them all into one value and is using that as a key. The error I'm getting back is:Duplicate entry '80-0--2011-06-16-0-1' for key 'idx_mtind you, there is no field called idx_mt. The primary key field is called just ID. And that 80-0--2011-06-16-0-1 is the last 8 columns or so (which you can see the names of in the cols variable) concatenated, which they obviously shouldn't be doing. Also, the first time the loop runs through, the entry goes through, but the later ones conflict with it. I confirmed that this is the problem by changing one of the last 8 columns to a value based on a loop, and that went through with no problems.
Dim cols As String = ""
Dim msi As System.Globalization.DateTimeFormatInfo = New System.Globalization.DateTimeFormatInfo()
[code]...
View 1 Replies
Oct 13, 2010
i am working on an application which calls the COM component of a partner's application.Ours is .Net, theirs isn't. I don't know much about COM; I know that the component we're calling is late-bound i.e.obj As Object = CreateObject("THIRDPARTY.ThirdPartyObject")We then call a method on this COM object (Option Strict Off in the head of the VB file):obj.AMethod(ByVal Arg1 As Integer, ByVal Arg2 As Integer, ByVal Arg3 as Boolean)I am a bit nonplussed that even though this call works, this overload doesn't exist in the COM interop .dll that is created if I instead add a reference to the COM server using Add Reference. The only available call to this method that it says is available is AMethod().
View 3 Replies
Mar 8, 2011
this one has me stumped - problem is bolded
Compiler Error Message: BC30456: 'Login1_Authenticate' is not a member of 'ASP.login_aspx'
<asp:LoginView ID="LoginView1" runat="server">
<LoggedInTemplate>
[code].....
View 6 Replies
Jan 15, 2010
ok I have a form.. has too much.. so I want to now use tab controlin VB6 I would delete then paste the object into the tab control andI recall it worked ok..with vs08 I cut and paste and looks ok.. but doesnt work..lets say I had button btnInstall when I paste it over its that name.. butwhen I click on it now.. it goes to btninstallButton_Click_1why did it put the _1 on there ? I didnt copy and paste .. I cut..
View 6 Replies
Sep 25, 2011
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Microsoft.VisualBasic.Interaction.Beep()
System.Diagnostics.Debug.WriteLine(3 + 2)
End Sub
Why I don't see in Output window number 5 as output?
View 4 Replies
Apr 10, 2010
I have an assignment to create a multiplication table. I am attempting to use the ControlChars.NewLine however I cannot seem to get it to display all of the results. Here is the code snipet and a image of what I need to end up with, My code only displays the final product string x * 9 = y. but doesnt display 1 thru 8.
View 3 Replies
Oct 12, 2010
I'm comparing 2 files, each about 90MB. Here is my code to get the difference:
Dim bytOld() As Byte, bytNew() As Byte
Dim intHandle As Integer, i As Long
Dim u As Long
intHandle = FreeFile()
[code]....
The output (patch.dat) is over 800MB... Why is it so big? Can I make it smaller? (<10MB) How does the Patcher Here make Patch Files so small?
View 4 Replies
Mar 14, 2012
I am trying to make a very simple aspx page that pulls some data from a mysql database.
The page builds without a problem. (the aspx contains just the default form and a div just to print some data)
[Code]....
View 1 Replies
May 23, 2011
I�m using Outlook to automatically send an email to my mobile phone. To bypass the stupid "security" bug in outlook I use redemption.safemailitem.Now, this has worked for years, but for some reason I can�t change the adress to which outlook sends the mail. Instead of sending to the adress in the code, it sends to an old adress that�s not anywhere in the code (but it was, ages ago)
View 6 Replies
Jun 24, 2008
It seems to be the general consensus from most places I have looked that the following code
Code:
Dns.GetHostEntry(Dns.GetHostName).AddressList()
Is the correct method of getting the local IP address of a machine, and when run against
[code]....
View 5 Replies