VS 2008 Program That Can Save Info?

Aug 21, 2009

How could I make a program that goes soemthing like this

1. I open program
2. I log in with my user and pass (User doesnt have to be case sensative)
3. A form shows up where I can store Usernames to differnt things
4. It gets saved into the form

View 12 Replies


ADVERTISEMENT

VS 2008 - Save TextBox Info To File

Nov 28, 2009

I would like to know how you take the text in a textbox, and save it into a .bat file. I have a program, and I want the users to enter text into the textbox. Then they click the save button and save it. Also. The textbox name is TextBox1 The file is already made though. I have a button that creates the bat file, and I want another button to save the textbox info into the bat.

View 8 Replies

VS 2008 Have A Code For Load Info To Textboxes And Save To Ini File?

Jun 6, 2010

have a code for load info to textboxes and save to ini file.like takes info from hello.ini file and when i load rhe program it will take the info to the texteboxes...

View 5 Replies

VS 2008 Add More Than 1 Info In A Database, But The Rest Of The Info Stays The Same?

Jan 7, 2010

I'm making a database app. I've finish the search, add new, and add function. What I'm trying to do is to expand the functionality of the add new item function.

View 2 Replies

Save Various Info Into A File?

Dec 21, 2009

I'm looking to add a save function to my game, and one of the problems that I have come across is, saving the amount of items the player carries, making it so that the amount # corresponds with the item itself.[code]....

View 1 Replies

Take Info From A Text Box And Save It To A File ?

Aug 19, 2009

where can I find information on how to take info from a text box and save it to a file and later retrieve the info and print it out on a printer or back into text boxes? Also creating a database.Example. The Database will contain a list of customers. Within each customer profile there could be any number of databases for just that customer. and with in each database there is a system to keep track of different things.

Main Database = List of different Customers

Customer Data Base = List of different key systems.

Customer database key systems = list of key generated and if the have used that number or not. (Along with other info)

Where is a good place to start.

Basic File saving to complex file saving.

View 1 Replies

Asp.net - Unable To Put Info Into To Save To The Database?

Jun 1, 2012

I have a gridview with four template fields that I need to be able to put info into to save to the database. When I hit the edit button and my columns change into edit mode I can enter information just fine. But when I try to loop through the control to get the information it doesn't pick anything up?

Private Sub gvOLIAdj_RowEditing(sender As Object, e As System.Web.UI.WebControls.GridViewEditEventArgs) Handles gvOLIAdjst.RowEditing
gvOLIAdjst.EditIndex = e.NewEditIndex
BindData()
End Sub

Here is the update event that I have so far... any ideas? Am I just not doing this right?

Private Sub gvOLIAdj_RowUpdating(sender As Object, e As System.Web.UI.WebControls.GridViewUpdateEventArgs) Handles gvOLIAdjst.RowUpdating
Dim dts As DataTable = DirectCast(Session("BudgetsTable"), DataTable)
Dim row As GridViewRow = gvOLIAdjst.Rows(e.RowIndex)

[Code]...

View 2 Replies

How To Load / Save Info In Browser

Sep 14, 2008

I currently have a vb browser and cant for the life of me find out how to load a "favorites list" the furthest I've got is add text to link label and save text in a location. I also cant find an if statement stating that if a label has type in it you move to next label.

Code:
Private Sub Favourites_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim savef As New System.IO.StreamWriter("c:Program FilesAmaza Browserfavourite links.txt")
[Code] .....

View 2 Replies

Loading Game Save Info?

Jan 19, 2009

I'm making a kind of rpg game which has variables that i need to save. I saved them like this..

[Code]...

View 5 Replies

DB/Reporting :: How To Save / Load Info In DataGridView

Nov 30, 2009

I'm working on a simple "sports management" game just to test out whether I could make an actual one some time in the future, but for the life of me I haven't been able to figure out how to save the contents of the datagridview. I want it to be saved in a format that doesn't require the user to have Access or any other program, so that the only thing users need are the .exe and the database file. Another question about the datagridview: How do I access the content on specific rows and columns of the datagridview? If I want TextBox1.Text to be whatever is written on Row 4, Column 2, how do I access that information?

View 1 Replies

Save / Load Info To - From A Txt File Without Going Through Savefiledialog?

Mar 2, 2010

How can i save or load info to/from a txt file without going through the savefiledialog.

View 4 Replies

Save All Info For A Button On One Line Of Text?

Dec 8, 2010

Is there a way to save all info for a button on onw line of text.example:

txtbtnInfo = Button1.ToString

I will then save txtbtnInfo to a settings file. Then when the form loads reset the button with

Button1 = txtbtnInfo

I have an app were the user can edit the size, color, and text of a button and I am hoping for an easy way to save this infomation. I am now saving the properties separately.

View 3 Replies

Using A Button To Save Info Input In Textboxes?

Apr 19, 2009

this application I'm writing is for Employee Data. I have 7 texboxes and 1 combo box.With the file menu I have used that function to save info inputed in one texbox. However for this application I need to use btnSave button to save the record.

here is what I used for the file>save menu:

Dim result As DialogResult
'find input file
With OpenFileDialog1
.Title = "Find Input File"

[code]....

How can I implement this with a button?

View 4 Replies

VS 2008 Menu Save In This Program?

May 21, 2009

Public Class Form1
Dim ISsaved As Boolean
Dim Fpath As String
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
OpenFileDialog1.Title = "Open File RTF"

[code]....

source above is parts of my source code.i'm learning to make a simple wordpad.when i edit some text in RTF file and then i choose SAVE,why command to save my file to computer appear(like SAVE AS in Microsoft Word)? i think i have saved my file in computer before that.

View 1 Replies

Created User Account Page But How To Save All That Info To File?

Apr 11, 2010

I created a sign up page for my program using:

Username
Password
Address
State
ETC

How can I save all that info to a file to pull up for later use in the program? All the info was entered into text boxes and at the end of the program I have a button that is named Save Information.

View 1 Replies

Edit And Save Button Function In Account Info Application?

Apr 12, 2011

I have a program that allows a bank to view clients information.The app will allow the users to click next and previous buttons to see clients information.I also added an edit button and save button to it.

Public Class AccountInformationForm
Private clients(0 To 8) As Client ' Client object
Private position As Integer = 0

[code]...

My problem is with the edit button. I want the user to click on the button, gives the message, then gives the option to edit the four accounts.(firstname,lastname,account number and balance)I can do this type of thing in java but unsure about this code.

View 3 Replies

VS 2008 Woodcutting Program / Draw Image & Save Cuts

Jan 27, 2010

I'm currently working on a VB 2008 course of Michael Halverson, and I'm stuck at an assignment where I'll have to expand a previous wood order program so customers can add woodcuts to their orderIn the newer program a customer can define 4 coordinates (x & y for startpoint and x & y for endingpoint), after clicking on the button 'Next cut' a line will be drawn on screen (in PanelCuts) with a maximum of ten lines. After finishing, the coordinates must be saved in the order.txt, and when the client re-select the order in the main order program, they can review and adjust / remove the already specified cuts.Right now I'm at the point that the you can enter the coordinates, and the line will be drawn.

- What's the best way to store the submitted cuts, in a Label? array? or something else?

- When the form reloads, how to displays all previous made cuts? Can i count the numer of cuts and with For i = 1 to combined with SelectedItem. Split() ? [code]

View 3 Replies

VS 2010 : Program To Save Settings To Another Program Without Running The Program That Is Being Edited?

May 5, 2012

is it possible by 1 program to save settings to another program without running the program that is being edited?

View 6 Replies

VS 2010 - Creating A Program - To Secretly Save When The User Clicks On Save

Feb 7, 2011

I'm creating a program and i want it to secretly save when the user clicks on save.

In other words, i have made it so that it saves twice. Once for the user to read (like a fancy copy) and another that the program uses to open up the form.

Currently when pushed, 2 save dialog boxes come up after each other. I don't want this to happen. I want 1 to come up (the user friendly, fancy version) which is the easy part, but i also want the other 1 to save automatically and secretly without asking the user to set the destination.

View 39 Replies

Encrypting Sensitive Info In Program?

Oct 9, 2009

I was wondering, i have smtp mail adress and password (for gmail*) and it is probably very easy to read it when opened with hex editor or decompiled so i want to encode/crypt that info in my program to make it almost (i know it isnt possible to make it fully unreadable) unreadable and/or make my program undecompilable

View 8 Replies

Display Info About Each Of The 50 States When Selected In Program?

Sep 14, 2011

I need to display info about each of the 50 states when selected in my program. I have one combobox with all the states as items inside, one button that you click to get the info and one listview for displaying the info. Here is my code so far:

Imports System.Text.RegularExpressions
Public Class Form1
Private Function getinfo(ByVal state As String)

[Code]....

View 2 Replies

Make A Program That Gets Info From A Website (and Javascript)

Feb 12, 2011

Is there any way to make a program that gets data from the input site (like the javascript: Time left:, and the bidding page)

my goal is to make a program that will bid your maximum input using your credentials at the last minute... i hate loosing bids...

is this even possible with vb express 2010?

View 1 Replies

Make A Program That Holds Info In The Settings?

Mar 24, 2011

i am trying to make a program that holds info in the settings... it holds it in an array so that you can add to it and take away from it... he is the code i have so far....

So far it is just the adding part but im still haveing some problems...

Public Class Form1
Public Function array_use1(ByVal array_string As String, ByVal number As Integer)
Dim num_holder As Integer = number

[Code].....

im trying to get this done so i can demonstrate how it works to some friends.

And also note that i dont want you to like write out a bunch of code then tell me its the right way...

View 8 Replies

Program To Send Info's From 3 Textboxes And One Richtextbox?

Jun 30, 2009

When you click a button, i want the program to send info's from 3 textboxes and one richtextbox. Public Sub Email(ByVal Subject1 As String, ByVal Body1 As String, ByVal ToAdd As String, ByVal Acc As String, ByVal Pass As String)'(Subject,Body, Email to be sent to,Email account, Password)Dim smtpServer As New SmtpClient Dim mail As New MailMessage

[Code]...

View 1 Replies

DB/Reporting :: Writing A Program And Loading Info Into A SQL Database

Feb 17, 2009

I'm writing a program in VB.Net and loading the info into a SQL database. Debugging it works fine on my machine that I am programming it on, it connects to the database and runs through all the info perfectly. However trying to get it to run on another machine it will not connect to the database. I realize the reason for this is the connection string, it's looking specifically at the file directory for the database. How do I change this so that it will function on any machine. The program is only intended to run on one machine at a time and not over the internet.

View 2 Replies

Download Page Source Info Of A Webpage In Program?

Apr 8, 2011

I want to download the same information which is obtained when we right click view page source in browser. I want to do this either in vb.net or perl

I need it for google image search result webpage.When that page is saved then html code is not same as view page source info.tags for images are absent. [code]...

View 2 Replies

Get Info From A Scale Using An RS232 Cable Into A VB2010 Program

Oct 28, 2010

So I am trying to get info from a scale using an RS232 cable into a VB2010 program. But before we even start talking about that, I don't know ANYTHING about serial ports. I need to learn how to get the data from the scale without programming first... I am using Win7. I do have a sample program (w/ source) I downloaded [URL]) It runs without any errors, then I have a big USER error, what do I push? How do I tinker to figure out the right settings on this interface? or any interface. These are the sittings for the scale: [URL] I am considering returning my scale and getting something with maybe USB on it, I need to be able to weight things up 100lbs, I am shipping car parts.

View 8 Replies

Saving The Screenshot - Program Where The User Fills Out Info

Nov 17, 2009

I'm making a program where the user fills out info, then they click one button and the program takes a screenshot of the form, then they click another button and the screenshot gets saved. I'm having a couple problems with my code though. For one, I'm trying to make the screenshot go to an invisible picturebox to make saving easier, but I cant figure out how to make the image go to the picturebox. The other problem is that I want it to automatically save without showing the dialog, but so far, it won't save.

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
TakeShotOfScreens()
Picturebox1.image=allscreenscapture

CODE:...........................

View 4 Replies

Use A Settings File That The Program Opens And Reads The Info From?

May 30, 2009

Im trying to use a Settings file that the program opens and reads the info from when it loads BUT when the user chooses a custom color (ex: ff5f67d6) How can i assign the form background color to that color code?

Dim BgColor As Color = ColorTranslator.FromHtml(Settings(0))
Me.BackColor = BgColor
Settings(0) = the color code

that is the code i tried to use that doesn't work

View 7 Replies

Text Editor Program - Save And For Save As?

Feb 28, 2010

I almost have this text editor/Stopwatch/Calculator program done. I am having mojor difficulties to get this code for Save and for Save As to work properly. I do not have code for save yet. When I click on Save I want it to save without popping up the dialog box. I do not have code for Save yet. When I click on Save As I want the popup box to show. Here is the code I have for Save As:

[Code]...

View 6 Replies







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