Make A Program Which Allows The User To Create Stuff?

Nov 12, 2008

about a week since I started. Now I'll just ask my questions straight away:I want to make a program which allows the User to create stuff, say a survey. What I want them to be able to do is,

1. Decide the headline
2. Decide the layout of the survey
3. Import pictures
4. create new pages, like a form.

And then save this survey to a file which can be opened either by itself or by using some sort of viewer program. And I want the user to be able to put in answers to questions in the survey which wont be visible when you open the file in the viewer program. Now I dont expect you to write the program for me, just give me ideas on how to solve them, where I can learn about methods to get there and so on.

View 12 Replies


ADVERTISEMENT

Make A Program That Edit Stuff On Launcher?

Apr 12, 2011

I am making a customizable launcher for a game.I have already made the launcher. now I want to make a program that can edit stuff on my launcher. A method that Im thinking is make the editor produce a file that the launcher can read.Are you getting what I mean?

There are 2 buttons in the launcher,1 webbrowser and 1 progress bar.The 2 button are links for the users personal website the webbrowser is for the news panel where they can put there news about the game and 1 progress bar for auto updating of the game.

View 1 Replies

VS 2008 Get File Contents To Make Program Do Certain Stuff?

Nov 7, 2009

1)How can I make my program get the contents of a .txt file on my website to tell the program to run or not?Here is and example of what I want:Say the file says "Running", the program would run without problems.If the file was to say "Unavailable", a pop up would appear saying "The program is currently unavailable, try again later." Then once the person clicked OK, the program would close.

2)How can I make the program get contents from a .txt file to get the latest version of the program, then if there is a newer version, there would be a pop up saying there is a newer version and they need to update. Then when they clicked OK, the program would close and it would open their default web browser or Internet Explorer to the update page.

View 4 Replies

Create User ID And Charts From Program?

Mar 23, 2010

Can i create a connection which will give the next registered user a user ID (a number) from the .csv?

II tried something with Sum and +1 every time an "add" button is clicked, so it would count the number of registered users but when i clear the .csv file i will have a number that ain't connected with the amount of users.

if i Ex. have twenty people registered in my .cvs file the next one will show the number 21 in a label in the "add form". Excel have the numbers from the 1 to infinity in the side if i could call the next empty line number into a label or something like that the user ID will follow the numbers of registered users.[code]....

View 12 Replies

VS 2008 : Create And Make A Folder Hidden From User?

Oct 20, 2009

How would i create and make a folder hidden from user?

View 3 Replies

Where To Learn To Program Stuff For Windows Like Cd Tray - Desktop - Keyboard

Apr 4, 2009

Where should I go to leanr to program stuff like getting keystrokes, locking keyvoards, changing desktop backgrounds, opening CD trays, changing IE homepage, etc.... Basically everything windows... I'm using VB.NET right now. Is there an api or something to learn for this kind of stuff?

View 10 Replies

Create A Program That Plays A Game With The User?

Oct 18, 2011

Im new to visual basic and im taking a class on visual basic currently We are suppose to create a program that plays a game with the user. The game is about guessing a random number the program guesses If you are too high from the computers guess it will tell you "too high"If you are too low from the computers guess it will tell you "too low"If you are right it will let you know your right Currently im having problem with Line 7, its saying RandomInteger is expecting declaration But i declared it above as a integer

[Code]...

View 2 Replies

Create A Program Where The User Will Type In A Number?

Nov 15, 2011

im trying to create a program where the user will type in a number then choose the units its in and units it will be converted to from 2 comboboxes. The output should be changing as different units are clicked without a button.

Public Class Convert
Sub Calculate()
Dim Unit1 As Double = (ComboBox1.SelectedItem)

[Code].....

View 2 Replies

Create A Program Which Will Allow The User Enter Ten Numbers?

Nov 5, 2009

5. Create a program which will allow the user enter ten numbers. The program is to count how many numbers were above 50?

View 1 Replies

Creating A Program For My Workplace Which Stores Hours Worked, Calculates Pay And All That Stuff?

Jun 21, 2010

I'm creating a program for my workplace which stores hours worked, calculates pay and all that stuff.Problem being, the database will be accessed through the network and i want to be able to select the database from an openfile dialog on first use to locate the database. On every program start up it then would have the database location stored within the program itself.

View 1 Replies

Make A Program That Will Take 2 Numbers Input By The User?

Jan 21, 2010

I am new to VB.Net and programming all together. I am trying to make a program that will take 2 numbers input by the user, Add them together and display the sum. Then take the sum and divide it individually by each number to give you what percent of the sum the numbers are. I'm working on making it a program that will calculate the Hardy-Weinberg equilibrium for my Anthro Class. I'm just doing this for practice for my VB.Net Class. But i will move onto that at a later time. I just want to finish this first.

So.. Here is my code so far. It's not complete yet but this is should be enough to make it function.

[Code]...

View 24 Replies

Make User Of Program Able To Change Hotkeys

Jun 27, 2010

I would like to make the user of my program able to change the hotkeys to what ever he wants..I tried to use the following code in a module and on MainForm load event RegisterHotKeys Sub will be executed..[code]

View 1 Replies

VS 2005 : Create A Multi-user Chatroom Program?

Jun 25, 2011

how to create a multi-user chatroom program. I don't have the server, but I have got a web hosting. I want to know how I can connect to the chatrooms by connect to my web hosting using with httprequest?And also, I would like to have code to allowed me to send the users private messages, ignore the users and kick/ban the users out of the chatroom.

View 10 Replies

How To Make A Program In Which The User Can Input A Mathematical Function

Mar 29, 2009

i want to make a program in which the user can input a mathematical function so the program can then work with it. So the user would input something like x^4+x+2 and then an x and the program would calculate f(x). What i don't know is how to let the user input the function.

View 6 Replies

How To Make Program Wait Until Button Clicked By User

Apr 29, 2011

How to make a program wait until a button is clicked by the user. I want to stop my sequence of codes (statements) until a button is clicked by the user.

View 1 Replies

Make A Program That Allows The User To Type In The Download Link?

Jul 14, 2010

I'm planning to make a program that Allows the user to type in the Download Link of another program, and then Run it. I do not want the file to be saved on the user computer.

View 1 Replies

Make A Program That Makes User Type In A Password

Aug 28, 2009

Im trying to make a program that makes a user type in a password, then open a folder where the user can put files. but once they close out of the file browser. the program needs to save the files and remove the directory. for example think of a file cabinet being the program, and the drawer being the temp folder. when the user closes the drawer, it goes back into the cabinet, or in this case the program.

View 7 Replies

Make A Simple Program That When For Eg A User Enters 4 It Gives This Figure ****?

Mar 1, 2009

i was wondering how i can make a simple program that when for eg a user enters 4 it gives this figure **** and so i want that if the user enters 5 it gives ***** etc.

View 9 Replies

Make Overall Program Files Smaller For End User Install?

Oct 22, 2010

My program has 1,000 + .rtf files and when I publish/Install it's HUGE! 200mb +. I have other apps from other software companies that have more documents than mine, and their entire application is around 50mb. What am I missing here? How do I accomplish the same thing? Does it have to do with the Property Settings of the .rtf files called: "Build Action" and "Copy to Output Directory"? I set my "Build Action" to "Content" for all my .rtf files, and set "Copy to Output Directory" to "Copy Always".

View 4 Replies

Make Program Application Work As Multi-user?

Jul 25, 2007

I am developing a VB.Net application. That application might be working on a LAN. MS Access as a backend will be used.

I have developed many single user applications, but don't know of multi user , LAN, manage DB etc. How do I make the program as Multi user on LAN. Data will be accessed at the same time. How to mange such things.

View 5 Replies

Create A Printer In The Current Session Of The User Running My Program

Sep 29, 2010

I'm looking for a little assistance in creating a network printer. I will have all the information required to create it, but I'm not sure where to start looking. I just need to create a printer in the current session of the user running my program.

View 2 Replies

Create A Program That Ask The User To Enter The Amount Of Hours Work?

Sep 22, 2009

I have to create a program that ask the user to enter the amount of hours work for 5 diferent projects in textboxes. The user have to enter the time he worked in minutes. Ex: 153, 280, 600, 130, 20... The total then is out putted into a textbox in this format "13 Hours and 35 Minutes" I'm having dificulties making the conversion and the separation from hours and minutes. I understand that the total is divided by 60, but if we fallow the above numbers the total hours comes out to 1183 / 60 = 19.71. So I'm having problems with the .71 mnts or digits... so from this total I have to output the total of in this particular format: "19 Hours and ?

View 2 Replies

Create A Program That Lets The User Open A Text Document?

Apr 9, 2009

Ok i need to create a program that lets the user open a text document and lets him do the following. This is with Visual Basics 2008.

Count Characters
Count Lines
Count Words
Count All

I don't know how to get my program to count just individual words and i have no idea how to get it to do all 3.

[Code]...

View 5 Replies

Make A Program That Will Create Directory?

May 24, 2011

I am tryin to make a program that will create directory and also will create sub directory in that folder. The folder name has to be only numbers. this is what I have:

HTML

Public Class frmFolder
Inherits System.Windows.Forms.Form
'Windows Form Designer Generated Code

[Code]....

I will also need to create security permissions for specific users so they are the only ones who can create folders on specific network drive and have a full control over that folder.

View 1 Replies

GetAsyncKeyState - Make A Program That Only Listens To A Few Keys That The User Presses?

Dec 15, 2009

im trying to make a program that only listens to a few keys that the user presses, and if one of them is pressed, it carries out a specified command.for example, right now,i found a keylogger that could carry out my command, but id rather use something else if possible. right now, i have a timer running this:

For i = 1 To 255
result = 0
result = GetAsyncKeyState(i)[code]....

Then, in the textbox1_textchanged, i search for like if textbox1.text.contains("M") or something.problem with this, is im pretty sure its a keylogger, and i dont want to have to have that. also, it does not work in vista.

Found a solution! (should have researched more throughly!)
Option Strict On
Imports System.Runtime.InteropServices[code].....

View 1 Replies

Make A Multi-User CHat Program In Espress Edition?

Aug 8, 2011

How do I make a Multi User CHat Program in Visual Basic Express Edition? I kind of want it like (Server) and then everybody whos a client connects to the server.

View 3 Replies

Create A Simple Times Table Program Which Will Allow User To Enter An Integer Value

Jan 22, 2010

could anyone please help me with this1.Create a simple Times Table program which will allow the user to enter an integer value n (between 1 and 20) into a textbox. On the click of a button output to a label the n times tables. Use a For Next loop to perform the repetition.i can output them to a list box but only last one to a label ive been stuck for 3 days.

View 8 Replies

Creating A Program For Which Will Calculate The Time Taken For A User To Make A Number Keystrokes?

Feb 18, 2012

I am creating a program for which will calculate the time taken for a user to make a number keystrokes. I want to start the timer running from the beginning of the first key stroke and end on the final keystroke. Each keystroke has been linked to a label which will change colour according to whether the key has been pressed. When the keystrokes have been finished I want to save this timespan in a field in a database. To test that the timer is running I have made a messagebox which will show the time taken however it is constantly showing zero and the label for the final keystroke is remaining in the keydown colour.

Public Class Form1
Dim dteStart, dteFinish As Date
Dim span As TimeSpan

[code]....

View 19 Replies

Forms :: Make The Program Detect When The User Copies New Content To The Clipboard?

Sep 25, 2011

application i'm developing in school.I am trying to make the program detect when the user copies new content to the clipboard,when this happens I want the program to check the data type,

I want text content to be written to a text file.Images can be left alone.if a file or folder is copied, i want the location of the copied file and the file name to be written to a text file.

I only really need help in getting the program to detect a clipboard modification, preferably with the AddHandler statement.

View 2 Replies

Create A Program That Takes An Amount Entered By The User And Then Convert It Into Half Dollars?

Oct 13, 2010

Im trying to create a program that takes an amount entered by the user and then convert it into Half Dollars, quarters, dimes, nickles, and pennies when the calculate button is clicked. Each coin has its own function and is shown in separate text boxes... right now i cant get it to work correctly. When i try to get half dollars to work it rounds up and then the rest of the coins say 0. How should i do this?

View 5 Replies







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