Create A Game That Firsts Asks For The Users Initials?

Apr 12, 2012

Trying to create a game that firsts asks for the users initials. Once the initials are entered the game from becomes visible. Can't seem to figure this out.

[Code].....

View 4 Replies


ADVERTISEMENT

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

Game Programming :: Prevent Users Typing In Random Letters In A Text Box-Scrabble Game?

May 4, 2011

I have created a scrabble game that generates random letters. For the user to type in a word using the random letters they have to type it in a text box.

I want my program to prevent users from typing in letters that are not provided in the text box and to allow them to type in the random letters that are provided.

View 4 Replies

Game Programming :: Pig Dice Game - When Program Runs - Never Goes To Computer's Turn And Does Not Update Users Score Either

Apr 18, 2012

On programming assignment without having any real experience in vb. I guess I don't understand subroutines that well. When the program runs it never goes to the computer's turn and does not update the users score either. This assignment is already in but would like to know what is going wrong. Using VB 2010, and this is windows application.

Code:
Public Class Form1
Dim Myturn As Integer
Dim Computerturn As Integer

[CODE]...

View 6 Replies

Building A Airline Simulation Game Whereby Users Create An Run An Airline?

Jun 25, 2010

I'm looking at building a airline simulation game whereby users create an run an airline, I just want to ask something that will possibly be very simple but it's going to be very complicated answer i think.for every aspect of my game do i have a class to create an object, for example

City: (I'll have a class called myCity and each time i look at a city it goes to that class creates an object and I use it then dispose of the object)Airplane: (make model etc) How about bigger items such as Bank is bank it's own class or are items inside the bank the object?

How about competitors, i guess each one is it's own object? i would never dispose of them, how would I store them form each user session to another?

View 12 Replies

Create Custom Uninstaller Which Asks For A Password During Uninstallation Of The Application

Jun 5, 2011

i have created an application in vb.net and now i want to create custom uninstaller which asks for a password during uninstallation of the application. if password is correct, then start the uninstallation process else exit the process of uninstalation. i always used clickonce deployment type installation and so i dont know how to create a custom uninstaller like i said.

View 2 Replies

Administer Website (create New Users, Assign Users To Roles) From A Windows App?

Feb 9, 2010

I have an asp.net web app that uses forms-based authentication, a SqlMembershipProvider (using an encrypted password format), and a SqlRoleProvider. I need to know if it's possible to administer the users (create new users, assign them to roles, etc.) from a windows application - the powers that be don't want any administrative functionality in the web app itself.Here is the membership provider definition from web.config:

<membership defaultProvider="MyProvider">
<providers>
<add name="MyProvider"

[code].....

View 3 Replies

Email Validation - Create Program - Asks The User Type His/her Email Address Into A Textbox

Feb 9, 2009

I have to make a basic program that: Create a program with a simple interface that

1. Asks the user type his/her email address into a textbox.

2. When the user clicks the "Evaluate Email Address" button, one of two message boxes pops up: "That is a valid email address!" with an "Information" icon, or "That is an invalid email address!" and on a second line, "Please retype your email address.", with an "Exclamation" icon

3. To be considered valid, the email address must -include an "@" symbol, and -it must end in either ".com", ".net", or ".org" or ".edu" (I don't know how to check a string and test if its last four characters end with any of these and make it say not valid email address. I think I might have to use a case statement)

View 8 Replies

Game Programming :: Create A Picture Shuffle Game?

Jun 4, 2012

I am all new to Visual Basic 2008, I am trying to create a picture shuffle game, the problem is I cant seem to be able to move one picture from PictureBox1 to PictureBox2 onClick, here is a Code I written earlier:Sub ChangePicture(ByRef P1 As PictureBox, ByRef P2 As PictureBox)

[Code]...

View 1 Replies

Game Programming :: Create A Zombie Style RPG Game

Sep 11, 2009

Is there any visual basic 2005/2008 RPG games with the source code available for download.Could you possibly reply to this post with a link to the website with the game.Or is there a template i could use to try create a zombie style RPG game text or graphical.

View 2 Replies

Find Initials From A Full Name In A Text Box?

Apr 8, 2011

Say you enter your first, middle and last name into a single text box, separated by spaces. I need to know how to separate all three names and get the first letter of each. and show it in a label.

View 18 Replies

How To Create Actual 'wizard' That Allows Users To Use It To Create Their Own Forms

Dec 1, 2010

I've designed my own encryption application in VB 2008 that has a free tools section where users can choose a particular wizard to use from the drop down. The javascript wizards display the code required to put in their own sites. I already created wizards that users can well, use.I see people have their own "contact form wizards" on their websites all the time. Where users can use the wizard and get the displayed code to copy and paste on their sites. But trying to locate source codes to these things is very aggravating on the web.So what I want to do is create my own "form wizard" like out of javascript, that allows the user to put in some information then get the displayed code to put in their own websites. I'm not looking for the generator such as the online form generators.But the javascript source code(s) for the generator itself.Then I could simply put a form generator inside of my VB-app, that will allow the user to use the wizard, then get the html code to paste in their own sites. Preferably not the PHP one because the php backend is very difficult to put in a VB app.I know that it can be done. For example copying a web pages source code then putting it inside a string, then calling that string from a button click that will open the javascript page in the webbrowser inside the VB app.

View 2 Replies

How To Find The Space Using Substring To Display Initials

Jan 27, 2012

The part of the program I'm trying to write is supposed to take the users input, which is their name, and in a listbox spit out their initials. I have so far:

Dim initials As String
Dim indexspace As Integer
initials = name.Substring(0, 1)
indexspace = name.IndexOf(" ")
lstInvoice.Items.Add(String.Format(strFormat, "Invoice ID", initials & space))

When I run the program, I can get the first initial to pop up, but I am not certain how to get the second to pop up.

View 2 Replies

How To Create AD Users With .net

Sep 16, 2009

I'm writing a program in vb.net that automatically creates users from a database.It works fine, as long as there is no comma or there are no two spaces in the CN.

I am using the WinNT interface, so in fact it creates a SamAccountName and copies it automatically to the CN.When I create the entry manually in AD, I can add comma's and spaces without problems, so it should be a programming error.

[Code]...

View 3 Replies

Allow Users To Create Application Add-ons?

Nov 24, 2010

I have a rather popular application, and I was wandering if I could allow users to create add-ons for this software. I was unable to think of a method of doing this, and I do not know where to start. If you have any questions in order to provide a better response, feel free to ask.

View 2 Replies

Create 2 Users And They Have Different Function?

Mar 15, 2012

Can I create 2 users and they have different function??Database base using is MS Access.For example I have "staff" and "admin".Staff can insert,edit and delete data only.Admin can check the total sales of the day.Can I do that in VB.Net and can somebody give me some idea or example??

View 3 Replies

Create "a Windows Form Game Called Yahtzis Which Uses Five Dice And Three Throws To Create A Score"?

Oct 18, 2010

i am suppose to create "a windows form game called Yahtzis which uses five dice and three throws to create a score" .

The problem is that i don't even know how to start it can anyone shed some light.

View 2 Replies

Allowing Users To Create Pages?

Oct 11, 2010

I would like to allow users to create pages on my site. Not full pages, but just content for the default template.

View 2 Replies

Create A .Net Application Which Users Can Just Run Without Installing It First?

Jan 7, 2011

Is it possible to create a VB.Net application which users can just run without installing it first.If not, is it possible in another .Net language.The application only has to run under Windows (>= XP).

View 4 Replies

Create A Rtb For Users To Enter Data?

Feb 23, 2009

We want to create an rtb for users to enter data and would like for them to be able to bold words or change their color.(and create hyperlinks)

View 2 Replies

Create Cookie On The Users Machine?

Jan 17, 2011

In my program you log into a MySQL database. I want to create cookie on the users machine and I want it to stay there until they press the "Logout" button. The cookie is there so that the program can constantly check to see if the cookie exists which will tell the program that user is online. How can I create a cookie?

Heres all the code I have so far:

Dim scenerymanageraccount As New System.Web.HttpCookie("scenerymanageraccount")

View 1 Replies

Create Users In Our Active Directory?

May 13, 2005

I created a piece of code to create users in our active directory (2003) Everything is working OK and all attributes are set correctly. Only if i logon with a created user i do not get the mapping H: to the homedrive. When looking in ADUC the path to the homedir is correct. Also permissions on the homedir are correct and the user is owner of the dir.

If i correct the path in ADUC to another path and change it back again to point to the homedir the drive mapping is made correctly, so it look's like some kind of attribute is not set correctly. I used ldp.exe to view the created user's attributes before and after modifying the path but don't see any difference.

Tried to create the dir before and after user creation but that's not making any difference.

[Code]...

View 2 Replies

Create A Control That Allows Users To Upload PDF Files?

Apr 12, 2009

I'm wanting to create a control that allows users to upload PDF files and PDF files only. I know that there are object properties for windows forms that allow certain file types, is there anything for win apps? Or do you just have to check the end file extension after they tried to upload it and display an error? I've never done anything with web app uploading before.

View 4 Replies

Create A Text Document On The Users Desktop?

Sep 19, 2011

Iv tied;
Dim file As String
Dim saveLocation As System.IO.FileStream

[code].....

View 5 Replies

Create An App In Which Different Users Will Change Data From A DataGridView?

Mar 20, 2012

I need to create an app in which different users will change data from a DataGridView. I was thinking to use SqlDependencies to automatically update changes.

I have tried the example from link bellow but it seems that something is not working properly.

[URL]

I want to mention that I am making this app in VB.NET

View 7 Replies

Programmatically Create New Users In Active Directory?

May 18, 2009

I am attempting to programmatically create new users in our active directory. The only part I cannot get is setting a specific accountExpires time. I have tried a number of methods, but none of them have proven profitable.

Code:
Dim firstName As String = txtFirstName.Text
Dim lastName As String = txtLastName.Text
Dim fullName As String = firstName & " " & lastName

[code]....

View 10 Replies

Changing Users - Create A Feature While The Person Is Logged In

Apr 26, 2009

Well ive created a web browser programme and created a user login form for the users to login and that works fine. Now i want to create a feature while the person is logged in, he can change users, so loging as another user whilst already logged in, for example, Admin user might be logged in and now he wants to change user to a normal user without turning the programme on and off to do so.

View 2 Replies

Create A Small Form That Will Duplicate A Users Entry For Them?

Jun 5, 2009

I am trying to create a small form that will duplicate a users entry for them.On my form i have a text box and two CheckListBox controls and a button. The user should be able enter a value into the text box, and select multiple items from both CheckedListBoxes, when they click the submit button the details will be added to a DataGridView below.

This is an example,The user enters the value Audi A4 into the textbox.

The First Checked Lsit Box is called "Colour" and from the options the user checks 'Red' and 'Blue'.

The second Checked List Box is called "Number of Doors" and from the options the user checks '3' and '5'.

When the User clicks the submit button 4 rows will be added to the DataGridView with all the different combinations, as shown below:

Model Colour No# of Doors
Audi A4 Red 3
Audi A4 Red 5
Audi A4 Blue 3
Audi A4 Blue 5

I am currently using this to populate the DataGridView:

[Code]...

View 6 Replies

Create EventLog Event Source For Standard Users?

Sep 14, 2011

My applicaiton makes use of the Event Log to log exceptions and Informational messages, however when logged in as a Standard User who has limited access, I am receiving the Exception[code]...

I understand that the Event Source cannot be found in the log I am writting to (Application) and the application is attempting to create the Event Source but before it can be registered all Logs need to be reviewed to make sure the Event Source isn't already in use.

My question is how should I go about creating an Event Source that can be used by Standard Users? The application will be operating on a corporate network whereby we lock down all users to the least required privellages.[code]...

View 1 Replies

Write A Protection Procedure Which Will Allow To Create A License Key For Users?

Apr 9, 2010

I am trying to write a protection procedure, which will allow me to create a licence key for our users. This licence key will ensure that the software can only run on the registered system, and will allow the user to access only specific areas of my program which is relevant to them.

I am thinking of using an RSA style approach to this where I want to be the only person who can create the registration keys. But I want to allow the program to be be able to decrypt the key. This is to prevent the average user from being able alter the key and remove any restrictions which are being imposed on the program by the license key.

The process that this would take is to produce a host id which has went through a series of tasks to distort the actual value from the user will return this code us, and from this host id I can then work out the original value of the code. Using these public and private keys I can then encrypt license key information.

However I would like to know how I would implement the private key encryption and key generation program in .NET, so that I can get this setup working in a manner which will allow me to generate keys and allow the program to decrypt keys.

View 8 Replies







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