One Dropdownlist Currency Converter?
Feb 1, 2010
I wanted to convert my rate field by using one dropdownlist to convert it. Eg, if the dropdownlist selected on japan, when the user select and change to malaysia the rate field will automatically change to malaysia rate from japan rat
View 1 Replies
ADVERTISEMENT
Apr 24, 2011
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.
View 4 Replies
Apr 18, 2009
I am trying to make a currency converter but i have forgotten how to do it. I am looking to convert at least 10 currencies from combo boxes.
If cboConvertfrom.Text = "British - Pounds" Then
Currency = GBP(0)
End If
[Code].....
I am looking to have a text box were people insert a number then select which currency to convert from and to and display it in another text box or label
View 1 Replies
Feb 23, 2011
I wanne make a windows form application. Its a currency converter that can convert EUROS to belgium franks,german marks and the coins off Nederland.it has to be possibel to round the result to zero decimal. I already made the design with the radiobuttons and labels. But I dont know how to make it work. Its also for a assignment.
View 4 Replies
Mar 11, 2012
how to do programs in Visual Basic 2010 (It's a Currency Converter/Import Duty Calculator) and I've come across a few problems which are listed below.Basically the project is like this:I'm trying to create a program which converts Hadean pounds, shillings and pence into British Pounds and Pence before it transfers to a form which calculates Import Duty and VAT, after which it gives the final price.So far, I've created a program which is made up of 2 forms and a Splash Screen. The information listed below is for those who want to know more about what I'm trying to do.Once the Hadean price has been converted to Sterling additional import duties and VAT must be added to the Sterling price. Thus control will pass to a 2<sup style="text-indent:0cm;">nd</sup> form where importation duty is added. Depending on the method of importation the followig duty should be added to the Sterling price:
<o:p></o:p>
<o:p> </o:p>Air Cargo Import Duty: 16.5% of Sterling price
<o:p></o:p>
[code].....
View 9 Replies
May 26, 2011
I have a window having 2 dropdowmlists(schemename-SN and propertyno-PN) , one chkbox ,one "VIEW" button.SN has options "all" with value=0 and many other options with respctive values.Now,i want the code should behaves as follows:
1.0n window onload, SN must b visible bt PN nt.
2.if i select SN other thn All...the PN shud b visible and if i select "All" ,PN hides.
3.when check box is checked- PN hides,and if it is unchecked- PN visible..
Important:-This whole ddl n chk box are in updatable panel,button is nt in that.I want a browser compatible code so javascript can't b used directly(cz they give problem in mozzila and chrome).Right now, i have done this JavaScript and its is working fine.
function window.onload()
{
DisableProperty();
}
[code]....
but this code is not browser compatible.here onload,onkeyup and onclick functions are used , but they dont work in other browsers except internet explorer.
View 1 Replies
Jun 1, 2009
I have found a couple of examples on the internet to do this but really struggling to get it working in VB. (Tried a converter but had mixed results) I need the selection options of a Dropdownlist to be populated based upon the differing values in the first dropdown list.
Can anyone help with a releativley simple example in VB? Not fussed if the values are "hard coded" in the script. Or a SQL bit that pulls the data from a table
View 3 Replies
Jan 15, 2012
I'm trying to write a program that selects an item (Area Code) from a combobox and this list gets the city that was associated with this area code (another comnbobox list)
View 1 Replies
Aug 9, 2009
I have made simple design for the program
2 texboxes
2 forms
Form1 has:C# to VB converter 2 textbox (where they will put the code from C# or VB ):1 that will put info: other that will apeear the converted text 1 button
I need source how to make when its press button1 to show them in new texbox the souce code that he selected
Form2: VB to C# converter. i need the same and for VB to C# code when its pressed button for Form2
View 3 Replies
Feb 11, 2012
how to convert a project from VB6 to VB.NET using this method below ?
Visual Studio >> File >>Open >>Convert..
Had some plug in or even executable to tell me?
View 7 Replies
Feb 19, 2010
i am a beginner and trying to write a program that can convert .dwg file into .xml file format.i am familiar with visual studio 2008, vb.net and autocad 2007.
View 6 Replies
May 23, 2010
Show me a site where there is good conversion available from vb.net to c#?
View 8 Replies
Jan 20, 2010
My boss has given me a new task of converting his old vb projects to new new .net projects. He wants me to convert both windows as well as web applications to the latest versions. As I am new to programming, I am having difficultly in converting the codes.w if there is any free VB6 to VB.Net Converter which can convert all code. And also let me know if there is any good way to manually convert VB6 code to VB.Net code.
View 6 Replies
Dec 27, 2008
existing tool which converts VB.NET Code to Java.
View 1 Replies
Aug 9, 2011
I have a button that i basically want to either show or hide it based on if a certain string has a value or not. I create the buttons in code so i was trying to used databindings with a converter but i can't seem to get the converter on the binding after the value changes. I'm not sure if I'm going after this correctly or not... Here is what i have for creating the button and the binding and the converter. "sFileLocation" is a string inside my class "QuestionsFile". This works for initialization but its just when the value of the string changes, this binding doesn't see the change and doesn't run the converter and all that for me...
Dim btn2 As New Button
Dim b2 As New Binding("sFileLocation")
b2.Mode = BindingMode.TwoWay
[code]....
The thing I don't understand too is that the binding works fine if i just binding the property to the Button.Content. So the property is updating correctly when it gets changed, and the buttons content changes accordingly.
View 3 Replies
Sep 4, 2010
.NET converter (either C# or VB.NET)? I've inherited a bunch of Delphi code, never seen Pascal before and rather than learn it, I'd rather just try to use an automated converter, if available, and clean up the code after that. Can't seem to find this kind of tool anyway I search
View 3 Replies
Jan 30, 2012
i wanted to know if there is any code converter around that can translate from the ruby language to vb.net.
View 14 Replies
Dec 13, 2010
i'm trying to make a converter, i have 4 textboxes, 2 of them are encode, the other 2 are decoders.
on the encode process i use:
[code...]
I want it to be decoded when a button is pressed, because I cant use the KeyPress or KeyDown function because it will most likely be copy-pasted.
how would i do that, for instant the char A Will be converted from "W11" to "A".
Now i know there is a function called Convert, but i have no idea on how it works or if it even is proper for this task.
View 13 Replies
Oct 21, 2010
Converting an html template to PDF document using vb.net code.I've a very complex html with lot of tables etc.
Are there some free tools to be used to convert html to pdf using code ?
View 4 Replies
Dec 7, 2010
can i know how to work with Visual Basic in Visual Studio?
View 2 Replies
Nov 4, 2011
Ive tried to make my converter to work but the XAML doesn't know where it is.. but its there in a folder called Converters. Here how my XAML are setup..Fill="{Binding RequestStatus, Converter={StaticResource converters:StatusToColorConverter}}">
[Code]...
View 1 Replies
Jul 29, 2009
i have this code to convert an entire .txt file folder into an .rtf file folder.. achieved from one of my question threads.
[Code]...
View 2 Replies
Dec 30, 2010
I am trying to create a program that renames files to 1 - (however many files are in the folder) and also convert .pngs to .bmps.
If RadioButton1.Checked = True Then
Dim files As String()
files = IO.Directory.GetFiles(TextBox1.Text)
Dim filepath_new As String
filepath_new = TextBox1.Text
For Each filepath As String In files
[Code] .....
View 7 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
Nov 24, 2011
I am creating a text converter, that allows the user to input text to a multi-line textbox, called "Input".The text to input in the box is like this: "CreateObject(3524, 213.53, 1748.10, 17.00, 0.00, 0.00, 0.00);".Then I want the application to read all the coordinates insidde the () and output it in another textbox called "output".
The output is supposed to have this format: "CreateDynamicObject(3524, 213.53, 1748.10, 17.00, 0.00, 0.00, 0.00, 0, 0, -1, 200);". Note the coordinates inside the () are the same as in the input format, but "CreateObject" is replaced with "CreateDynamicObject", and ", 0, 0, -1, 200" is added after the coordinates inside the ().I already created all the boxes etc, only thing needed is the coding.
View 8 Replies
Mar 15, 2011
Ok so i'm working on this project that requires me to imput a month and year which then will output the number of days in the selected month for you to select from, then determines what day of the week it is. The problem i'm having is that I cant get the month to the converted value that I need for it to work . Example: January will be the 13th month and february as the 14th of the previous year. Heres what i have so far if it helps. Aslo the code that I have to use to find the day of the week only works when the total is divided by 7, and then the value of the remainder is the day of the week with saturday =0, sunday=1, monday=2, and so on.
[code]...
View 4 Replies
Mar 24, 2011
Well, in my application, I need to convert html code into bb, where for example:[code]There are plenty of websites able to do this, I don't know in which code, but I need it for vb.net 2005, 2008 or 2010.
View 4 Replies
Nov 25, 2011
I'm trying to make a longitude and latitude converter. I use Google maps to get longitude and latitude for my handheld GPS but there longitude and latitude is a different type then my GPS uses. I have to convert it before putting it in my GPS.
I made a very simple program using VB 2008 that open up right to Google maps and at the top of the program i want to put the converter.
I have done a lot of research and still i am not able to wright a code that will do the conversion. For the conversion Need to multiply the decimal part of the longitude and latitude by 60
For example if i had 40.313043,-97.573244 I would multiply .313043 by 60 witch = 18.78258 and then i would multiply .573244 by 60 witch = 34.39464 The finale longitude and latitude would be 40 18.782, 97 34.394
View 5 Replies
Sep 22, 2011
So i decided to make a units converter for my term's project and my teacher insisted on including the combo box in this project. I'm not really familiar with the combo box as i am still a beginner in visual basic. I've looked around and learned a bit about using the combo box but later i faced a problem. First i created a Main combo box and placed it in the middle of the form. I managed to use the select case command to make other combo boxes appear and disappear as i wish. I don't really know how to describe the problem, i want to make it that if i choose the input as a unit and the output is any other unit from two different combo boxes, the value in the input text box would be multiplied by a certain conversion factor and the result will be shown in the output text box
View 7 Replies
Sep 4, 2011
I have been practicing, and have created an extremely simple image converter.I want to include some vector formats. The formats that I want to include, but aren't in System.Drawing.Imaging.ImageFormat
are
.ai
.cdr
.dxf
[code]....
How would I go about writing the code, to where they would work? Is there a way to make them recognized?
View 3 Replies