Creating Radian-degree Converter?

Aug 29, 2010

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[Code]...

View 11 Replies


ADVERTISEMENT

How To Convert Degree To Radian

Apr 21, 2009

- how to convert degree to radian

-how to use a function sqrt

-how to use a funtion pow

-how to use a function sinus

View 4 Replies

Creating A Text Converter?

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

Creating A Number Base Converter?

Nov 3, 2009

Module Module1
Dim Bf, Bt, Lgt, Total, Pwr, Valu, Val2 As Integer
Dim InNum, Temp, OutNum As String

[code]....

I, will just explain a few areas of this to ease the process of understanding it:

1-The conversion Subs are to be used for values such as A7 in Hexadecimal

2-The Err Boolean will hopefully be used to link back to the top in the event of an error

3-Apollogies for the abreviated variable names, it simplifies things in my mind but winds my fellow students and teacher up no end.

This code is not fully functional yet, however I believe it should give an answer for my test value of 800 Base 10 to Base 8 (1440), however when the program runs in debug mode I can enter the three inputs but then it leaves two lines and gives an unresponsive flashing cursor.

View 3 Replies

Only Calculation In Radian In Math Class?

Jan 27, 2010

I use Math.Tan(str) for example (str = 35)

I become 0.47... But how can I calculte it in Deg., and Grad., to?

View 6 Replies

Write A Program To Transform DDMMSS To Radian Mode?

Apr 27, 2010

How to write a program to transfrom DDMM.SS (2218.3118 DDMM.SSSS) to Radian mode, which 2218.3118 is export from the GPS reciever.

dd.mm.ss -> dd.mm -> Rad
22'18'31.18" = 22.3086' = 0.38936Rad
2218.3118 (DDMM.SSSS) to 22'18'31.18" (DD.MM.SS) to 22'3087' (DD.MM) to 0.38936 (Rad)

View 11 Replies

LinearGradientBrush With Degree Direction?

Jun 1, 2012

I want to paint the background of a form with gradient using the LinearGradientBrush; but I have troubles using degrees.Basically, I want using linear gradient in diagonal.

View 1 Replies

Rotate A Label 45 Degree's?

Dec 30, 2009

how to rotate a label 45 degree's ? The label is in a group box.I'm using vb.net 2005

View 10 Replies

Compare The Degree Of Similarity Between Two Or More Images?

Jun 15, 2011

I am capturing images from a webcam and I have to compare the degree of similarity between two or more images. that is... which two images are the closest match.

I know I cannot compare the pixels...so how do i go about it?

I am using Visual basic 2010 on Win7

This comparison need to be sufficiently fast. Within 2-3 seconds.

I was looking into pixel by pixel comparison. but webcam pictures as I understand do have slight changes between frames(disturbances).

I am working on recognizing hand gestures...which would in turn control a small mechanical crane...

for example a thumbs-up sign would mean a signal for crane to be switched on...and a full palm shown would mean a stop your work sign.

I plan wearing a white glove against a black background.

I also have ideas like dividing the screen into a 10x10 matrix.

View 2 Replies

Developers With Computer Science Degree?

Apr 18, 2009

Just curious ... for those whose main occupation is as a software developer what percentage of you had computer science degree vs. self taught?

View 2 Replies

VS 2008 Fourth Degree Equation

Nov 20, 2009

Is anybody good with math?

CODE:

I'm not sure if this is the right thread for this.

View 15 Replies

Convert Latitude And Longitude From Decimal To Degree?

Mar 22, 2012

i have a decimal number like 35,23456834 the rapresent a latitude or longitude (in degree but with decimal form for the decimal )

My need is to transform that number in xx° - xx' - xx'' in a variabli of string

View 4 Replies

Change Pictureboxes X2 Y2 To Tilt Some Degrees Other Than 90 Degree Angles?

Jan 15, 2011

I dont even know if you can do this in vb.net but, how do you change the pictureboxes x2 y2 to tilt some degrees other than 90 degree angles?

View 2 Replies

IDE :: Angle Degree Values To Decimal Values?

Sep 14, 2010

I am passing the degree values in the form of "123:09:89".I want to convert this value into its exact decimal value.

View 6 Replies

Converter C# And VB ?

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

Converter VB 6 To .Net ?

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

Dwg To Xml Converter?

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

VB To C# Converter?

May 23, 2010

Show me a site where there is good conversion available from vb.net to c#?

View 8 Replies

VB6 To .NET Converter?

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

.NET To Java Converter?

Dec 27, 2008

existing tool which converts VB.NET Code to Java.

View 1 Replies

C# - WPF Databinding Converter .NET?

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

C# :: Delphi To .NET Converter?

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

Code Converter To .net?

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

How To Make Converter

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

Html To Pdf Converter?

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

Using The WFC Language Converter?

Dec 7, 2010

can i know how to work with Visual Basic in Visual Studio?

View 2 Replies

Wpf - Can't Get Converter To Work?

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

.txt To .rtf File Converter Code Fix?

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

Batch File Converter (PNG To BMP)

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

C# - WPF Binding: Doing A Temperature Converter App?

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







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