Create A Program That Wil Get The Remainder?

Oct 12, 2009

i have 4 textbox and 1 button

lets say
textbox1
textbox2
button
textbox3
textbox4

i want the user to input some numbers in textbox1 and textbox2 and when the user press the button the textbox1 will be divided by textbox2 and the answer will be in textbox3(including the remainder) and in textbox4 remainder only

[Code]...

View 7 Replies


ADVERTISEMENT

Prevent Remainder From Showing?

Jun 14, 2009

For example if I wanted my program to divide 13 by 4 how can I make it appear as just 3 and not show the remainder?

View 3 Replies

VS 2010 : Get The Remainder Of The Division Of Two Integers?

Feb 17, 2012

How do you get the remainder of the division of two integers.

View 3 Replies

Find All The Divisors Of A Number That Leave No Remainder?

May 10, 2010

Is there an efficient way to find all the divisors of a number that leave no remainder? And by efficient, I don't mean dividing a number by every other number to see if the remainder is zero.

View 3 Replies

Simple Divide With Val(text) Not Giving A Remainder

Sep 8, 2009

If
strOperand = "/" Then
intLast = intFirst / Val(
Me.TextBox1.Text)

I'm not getting a remainder like I would have hoped. I'm new and I'm sorry for the lack of intelligence on the subject. To my understanding the Val( function will convert the string to a number, but when I divide it gives me a single number instead of an integer.

View 4 Replies

Create A Windows Form Application Program That Can Create Games Something Like Gamemaker Or Klik?

Aug 4, 2010

Hello I want to create a windows form application program that can create games something like Gamemaker or Klik & Play (butt less advanced) with D&D "Drag and Drop" events and actions.

View 7 Replies

Create A Program That Asks For Input Then Uses An Else Statement To Create A Handling Fee Balance

Nov 30, 2011

To create a program that asks for input then uses an else statement to create a handling fee balance.

Input: sales record - first name, last name, purchase amount, balance before purchase

Output: report - full name, old balance, purchase amount, handling fee, new balance

Definitions: handling fee is 5% of the old balance if the old balance is less than $1000.00 else it is 2% new balance = old balance + purchase + handling fee

Processing:
Ask for and receive sales information
Calculate new balance
Print output report
End the program when a purchase amount of 9999.99 is entered

View 3 Replies

VS 2010 Create A Program To Allow A Student To Create Their Own Schedule?

Nov 30, 2010

I have a project to do for one of my classes that i need help on. Its and extra credit so im left on my own. Project Create a program to allow a student to create there own schedule. what i am trying to do is create a checkedlistbox for the student to check classes they are taking, and need something else to pop up or to show in another box or listbox the classes they can take for the next quarter. I know it has to do with if then statements but i dont know how to write basically:"if (class is checked in checkedlistbox) then ( these are the classes you can take)".

View 2 Replies

VS 2008 Write A Program To Create A Shortcut In The Startup Folder Of A Different Program?

Jun 15, 2009

how i can write a program to create a shortcut in the startup folder of a different program. So i have one program on my computer that should run at startup, i just need another program to create a shortcut to it, and then copy this shortcut into the startup folder.

View 20 Replies

Create A .net Program And Allow Visitors To A Website To Download This Program?

Nov 15, 2009

I am very very new to VB.NET and would like to ask a simple question. I want to create a vb.net program and allow visitors to a website to download this program. However, I prefer not to have visitors download a zip folder. I would like to have a program that just gives a prompt to save in a selected folder, once the saved file is selected it prompts the person to download, and then when finished prompts the person to run the program. The reason is twofold:

1. I don't like the extra step involved with unzipping the file. and 2. I don't like the visitors having to look for the "main" file program within the new downloaded folder. So is there any way to have just one file for others to download without having it in a zip folder?

View 4 Replies

Create A Program That Installs Required .dll's For A Program?

Jun 3, 2010

I'm trying to create a program that installs required .dll's for a program due to a clean install..What I need to do is Get a value in the registry and use it for the program files path.. but I've noticed some pc's don't have the same configuration because of the version the user is using. Anyway This is what I have so far:[code].....

What I'm trying to do is find a registry key called "SoftInstallPath", if found I need the end of the path to goto the new directory(new_dll) not the old one (dll).. and if "SoftInstallPath" cannot be found.. I need it to find "ProgInstallPath" and use it instead and do the same thing.By the way I'm using Visual Studio Professional 2008 on a Vista x86 machine.Also error I keep getting is: Warning 10 Function 'FixPath' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.

View 4 Replies

Create A Program In Program That Interfaced With An USB Device?

Feb 5, 2009

Anyone ever try and create a program in visual basic that interfaced with an USB device? For example say I want to build a clock but I want to have the software to control this through usb. I want to write the clock setting program that tells the clock what to set for time and date and things like that.

View 3 Replies

Create A Program That Will Auto Update Another Program?

Mar 30, 2009

I want to create a program that will auto update another program i have created. I want (this program) to check for updates (from a txt file that i wil have in the first line the previous version and in the second line the present version) and if there will be a new version then start downloading and the progress bar will show the progress. How can i do this?

View 3 Replies

Create A New Program From An Existing Program?

Jan 3, 2011

What is the easiest way to use an existing program as a basis for a new, similar program--without messing up the existing program?

View 7 Replies

Program That Create A New Program (VB2008)

Apr 14, 2010

I was looking in this [URL]

I want a program a very simple program, a software that will let you enter a name and then you click "Create". This will create a program and when you click it it will show "Hello! *the name*"

View 4 Replies

VS 2008 VB Program Create Another VB Program?

Dec 31, 2009

Lets say I have a program that has a textbox and a button. I want the button to create another program that will show a messagebox, inside the messagebox will be the textbox from the 1st program. How would I do this?

View 7 Replies

Create A ADO.net Using Program?

Sep 25, 2009

How do i create a ADO.net using VB.net

View 2 Replies

How To Create A Program In .net

Sep 22, 2009

[size=3][size=7][font=Lucida Console]

View 4 Replies

Create A Circuit Program?

Dec 27, 2010

Currently, one of our assignment for Physics are to create a program that can calculate series, parallel and combined circuit, with any number of capacitance. We are using Visual Basic.

1. How to make that when we click the 'Enter Capacitance', a pop up show and tell us to enter number of capacitance, or to enter value for a number of capacitance?

[code]...

View 6 Replies

Create A Combsort Program In VB?

Aug 21, 2009

Function Combsort(Values As Range) As Variant()

Dim N As Long
Dim Answer() As Variant
Dim Counter As Long
Dim Swap As Boolean

[code].....

I am having trouble figuring out how to create a combsort program in visual basic. I want to sort the data with the combsort method but I my program only compares each cell to the gap cell but doesnt compare the rest to each other.

View 1 Replies

Create A Dll File In Program?

Dec 28, 2009

How to create a dll file using Visual Basic.net ? I'm using MS Visual Studio 2008.

View 9 Replies

Create A Form Within Program?

Nov 3, 2009

Does anybody know how to create a form within visal basic 8

on the top of the form you have colums and on the left side of the form you have rows with the time

View 4 Replies

Create A Listbox In Program?

Nov 15, 2011

How do i create a listbox in vb8?

View 4 Replies

Create A MediaPlayer Program?

Nov 5, 2009

I need to know how to create a program like MediaPlayer from scratch .Does Directshow do this ??? And if yes , what the steps I should follow to have full control at this side of programming ( Is there any SDK I should download )?I'm using VisualBasic 2008 Pro.

View 10 Replies

Create A New Array In Program?

Jun 13, 2009

Possible Duplicate:VB.Net Initialising an array on the fly

This maybe a stupid question, but its got me exasperated. How do I declare a new array inline? Is this possible? I've tried all of the following and they all don't work.[code]...

View 1 Replies

Create A Pause In Program?

Jun 19, 2009

In VB.net, is it possible to create a pause in a while loop, wait for user input (for example, hit the STOP button, if desired), and if no input within say... a second, continue on?[code]...

View 1 Replies

Create A Pdf File Using Program?

Feb 19, 2009

I wanted to create a pdf file and write some repots in that using vb.net. This shld be created on click of a button. i have adobe reader in my machine. Is that enough to create a pdf file using vb.net? please help how to do this programming.

View 2 Replies

Create A Pdf Files Using Program?

Feb 3, 2011

I have got a lot of documents that gets automated in Word format which is great, but also I would like to be able to create and save documents in pdf format.

I understand there is software for converting and creating pdf documents but I want to know if I would be able to program any simple documents for a start myself in pdf format.

View 1 Replies

Create A Playlist For Program?

Nov 14, 2009

Im trying to create a playlist for my program (which ive done),ive also got it to rename the items (just to show songname.mp3),my problem is:

when the person Double-Clicks on an item in the listbox it wont play it because it plays the value of the selected item. On how to rename it to only the songname but still be able to play it?

[Code]...

View 3 Replies

Create A Program In VB That Downloads An .exe?

Jan 20, 2012

I want to create a program in VB that downloads an .exe (Note: Someone else's program, not mine) through a URL, runs it and installs it on the background.My knowledge of VB is not very large. So before starting my search on how to do each step, I would like to know from experienced programmers if it's possible to do this and how hard it would be?

View 12 Replies







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