Currency Declaration For Vb2008?
Aug 30, 2011Currency Declaration in vb2008.
View 2 RepliesCurrency Declaration in vb2008.
View 2 RepliesI got problem regarding declaration of dynamic runtime array declaration Here is my code
[Code]...
I am trying to create a currency converter that will convert currency. I have a text box to enter the amount and 2 combo boxes to choose which currency you are converting from and to.
I am using a webservice site XML that contains the conversions.
The problem is I cannot get the display to work properly.
How can rightfully declare these in VB.net , in my coding it's highligted errors on these declaration.
Dim excel As New Microsoft.Office.Interop.Excel.ApplicationClass
Dim wBook As Microsoft.Office.Interop.Excel.Workbook
Dim wSheet As Microsoft.Office.Interop.Excel.Worksheet
I am currently working on VB. I am using Visual Studio 2008.
The piece of code below is a console application which builds without any error.
Imports System.Net
Module Module1
Public Sub Main()
[Code]....
I was told to use this to specify a folder that I want my node to go to.
(Declaration)
<ComVisibleAttribute(True)>
Public Enumeration SpecialFolder
(Usage)
Dim instance As Environment.SpecialFolder
In this
Dim [end] As Point = e.Location
what is the significance of the [] 's?
What is the appropriate declaration such as "ValueChanged" or "Click" for a NumericUpDown that will execute the code when I press enter. I already know that setting the "AcceptButton" property of the main form to a default button will not work, especially if I want a different button to be selected depending on which control I give focus.
PS: Is the syntax any different from Visual Basic 2010 Express than it is on Visual Studio 2012 RC (running in Visual Basic Mode)?
This is some homework material[code]...
View 9 RepliesQuestion: How to shorten this array creation ? I need to create an array of type ReportingService2005_WebService.Property with one property.
Something like:
Dim PropertyArray() as new ReportingService2005_WebService.Property(1)
I have to do this:
Dim PropertyArray As ReportingService2005_WebService.Property() = New ReportingService2005_WebService.Property(0) {}
PropertyArray(0) = New ReportingService2005_WebService.Property
[Code].....
For some reason when i declare an array and set it to a certain amount of elements then under it specify the elements it works in VB 2005 but when i do it in VB 2008 it get : "declaration expected " and i get words underlined.
Public Class Form1
Dim words(20) As String
words(1)="Computer"
End Class
Let me know how to do this in 2008!
There's error in the codes below: but I can't see what caused the error
View 4 RepliesA "declaration expected" error occurs when attempting to use any of the MY objects. What declaration needs to be made?
View 4 RepliesDoes anyone know of a working declaration for the API "AccessibleObjectFromEvent"? Or a good .net equivalent? I've spent so much time getting the other main Accessible API to work on .NET, that I'm hoping to start with a good declare on this one.
I've built a really good narrator, for totally blind people so that they can interface and use the computer in a substantial way. The innovation is a static mouse that controls category input, rather than free mouse movement, and the middle wheel selects items of that category. But I need the last access API for events and voice feedback when the event occurs. I'm guessing it's something like this, according to what works for the other API: Code:
This is loosely based upon microsoft Access example written in vb6, available as an online download. I've have not seen a .NET example online, so it might prove useful for someone.
how to solve the error message " ConfigurationaManager not declared" when used to connect to database here is the line of code which gives the error
SQLConnStr= ConfigurationManager.ConnectionStrings("SQLConnStr").ConnectionString
I am creating a kind of a "naive" search engine.What I have done is distributed words in files where each file corresponds to the starting letter of the words (i.e. if its English, then 26 files are there)Then when the search system loads I am loading all the words in hash tables (26 hash tables corresponding to 26 alpha-characters) for which I am using an array of structures.The problem is after declaring the variables in a Form load subroutine, the variables are not able to use those values in other subroutines..How do I properly declare them so their values persist?
View 1 RepliesI need to Dim lblFilePath. As what do I Dim it, String dos not work. This might not makes sence to you,
[Code]....
Declaring Varibales where to put the declaration.
View 3 RepliesOne would think I'd already know this, but I never really gave it much thought before now. When declaring a member variable for a class, is it better to set the default value at the declaration
Private m_strMyVariable As String = ""
Or is it better to do it in the constructor
Private m_strMyVariable As String
[Code]....
Should I maybe always specify a value at declaration, even if it's Nothing, and just override that value in the constructor(s) as needed? Or is it situation specific? If so, a really quick rundown of which situations might warrant which treatment would be nice.
The Param1 works but param2 failed when passing it to method with object array parameter
Dim param1() As Object = {5, 5}
'And
TextBox2.Text = "5,5"
Dim param2() As Object = TextBox2.Text.Split(","c)
RichTextBox2.Text = CType(InvokeDllMethod(bt, "kayTestDynamicAssembly.KayTestDLL", "Addup",
param1), String)
My main question is that does .NET treat those 2 declarations differently or maybe I am missing something?
I'm trying to declare a generic using a variable of type System.Type, with VB 2005, and haven't found the right approach. Consider the typical:
Dim m_GenObj As MyGenericObject(of T)
Instead of using "T" I want to use a variable of System.Type, for something like:
Dim m_MyType as Type
Dim m_GenObj as MyGenericObject(of m_MyType)
But of course that doesn't work.
I have the following form[code]...
and when I run my app, I get a SQL error that tells me that I need to declare a value for '@payperiodstartdate' but I know that that value is declared because the first query runs fine. I am told that the line where the error is is line 59, which is this line [code]...
I am using Visual Basic Express 2008 to make a simple game. I am trying to declare a dataset object and datatable but I'm getting a bizarre syntax error and I can't find a help reference.
Line A - I dimension GameTable as an Object
Line B - I instantiate the object
Line C - I edit data in the GameTable
Line D - I display the data in Visual Basic
Line C will crash in runtime if I don't do sometype of "New" declaration
Line B is my attempt at a "New" Declaration by I get an error message I don't understand - "Type Expected" - I think I have the syntax wrong here.
[Code]...
I'm working on my final assignment for my Visual Basic class, and the last assignment is to create a program which stores CD collection information. It works fine, but the task is to create a structure for the input information and use it in the Add buttons click event code.I'm not asking to have my homework done for me, but i'd like some advice on where I should declare the structure and how. Everywhere I try and declare it, it ends up closing that particular sub procedure or section. I've tried looking up plenty of help sites to learn about structures, but sadly they and the book are both very vague. The instructor also mentioned padding each entry, but that I'm pretty sure I know how to do
[Code]...
I'm working on a home project using DirectShow.Net. to learn some VB.net. Most of the examples I've found have all been in C# so I'm looking through code for ideas and converting where I need to. I keep stumbling upon these declarations and I'm unsure how to convert it to a VB.Net statement.[code]Then the second part seems to be assigning the value but as its made up of two parts im unsure how that works?
View 2 RepliesI have two classes; one is a data class which contains routines to handle data and the second is a utility class which contains useful routines which can be used again and again. I have come across a problem. Some of my routines in the utility class use routines in my data class and now I want to use some of my utility routines in my data class. I tried this in a service and the service just would not start. After commenting out code I realised it was because I was making a declaration in the utility class for the data class and in the data class making a declaration of the utility class.
I understand that this is now causing looping but is there a different way to do what I want. If not I would need to have two copies of routines in both classes.
i'm used to be a VB6 user and started move on to VB.NET few days ago and i'm still quite new to its new syntax.Today i came across there is a object declaration with the 'Nothing' keyword follows at the end and what it actually means? Dim l_Active As AvsIdentityType = Nothing
As i know Nothing keyword is usually used to release the instance to the object after we used it but why it is used in the declaration statement?BTW, the 'AvsIdentityType' is a public structure.
i am still new in VB.net if someon can just help with these codes below: [code] what does the () after each one of these declaration means are they arrays?!
View 2 Repliesthis is more of a confirmation than a question. Need to make sure an already supplied float is treated as a currency value, ie: 123.3 is displayed as 123.30 In VBA you would have just used the CCur() function (yes I am new to VB.net) but I cannot find an equivalent function in VB.net, only the use of the Decimal.ToString() method to do this and for this to work you need to cast the decimal value to 2 floating points using the Decimal.Round method first, ie:
Dim listPrice As Decimal = prow("listprice") listPrice = Decimal.Round(listPrice, 2).ToString("f2")
Just need to know this would be the normal practise in VB.net for achieving my goal.
How does the VB.NET compiler in this case determine which function is being called?
To me, it seems like it should raise an error because it CAN'T tell (or at least that's what it seems to me.)
Public Class Form1
[code]...