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


ADVERTISEMENT

How To Make A Program That Holds A Dll

Jan 24, 2011

How can I make a program that holds a dll(Ex: when i press the extract button it extracts it to the specified path)?Well, If it is not worth it, it is not fun - you say programmers are boring but i say they are worth it.

View 5 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

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

Program To Make New Settings?

Apr 23, 2012

Is it possible for a program to make new settings?

To enter the settings name, type, scope, value?

View 9 Replies

Make A Variable That Holds Double Qoutes

Feb 10, 2011

How do I define a variable which holds double quotes. when I try to define the variable like this [code]...

View 2 Replies

Make Program To Show My Torrent Tracker Account Info?

May 24, 2011

i'am a newguy here but i have a one qustion how to make program to show my torrent tracker account info like ratio an something like that

View 2 Replies

Make A Program Remember Settings?

Mar 26, 2012

How do you make a program remember settings. For example, first it prompts you for your name, then when you close out of it and start it again, it will display your name?

View 8 Replies

VB 2008 - Make A Variable That Holds The Value Of The Directories That Exist In The C:?

Nov 8, 2009

How would I be able to make a variable that holds the value of the directories that exist in the C:?

View 2 Replies

Datagridview Column Order - Make A Change On The Form That Holds The DGV?

Aug 13, 2010

I have a DGV.It has some columns.The columns are in the correct order e.g. 1,2,3,4 at design time.When I start debugging and then come back to VS, the order of the columns have changed and I have to put them back in the correct order everytime.After some testing I have realised it only occurs if

1) I make a change on the form that holds the DGV

2)Leave the form open in VS while I play the application ie. debug.

View 3 Replies

VS 2008 Make The Program Use Specific Regional Settings?

Sep 17, 2011

Is it possible with VB .NET to make the program use specific regional settings? More precisely , I want to make my application always use the English regional settings (those defined from Control panel > Regional settings) in order to always use (and calculate) the decimal numbers by using the dot symbol ( . ) as decimal separator , regardless the settings on the current PC (in order to avoid forcing the user to change his Regional settings) ?

View 7 Replies

Store Info In My.Settings?

Dec 2, 2008

I have a structure like this[code]...

How can I store this in my.settings? When I select browse to find the type, or simply type in "Register", it does not work.

View 1 Replies

Unable To Make Some Settings And Load The Result Of The Settings Via LinQ Into The Grid Of The UscStat?

Jan 3, 2012

I have the following structure:OLD: frmMain (WinForm)uscStat (UserControl with Grid) In frmMain I'm able to make some settings and load the result of the settings via LinQ into the Grid of the uscStat.

[Code]...

View 1 Replies

VS 2008 Mysql Loads Info Into My.settings

May 23, 2010

I would like to know how to make it so that when someone logs in to my program. MySQL takes their info and loads them into My.Settings Like MySQL Username(Their username on the table. Not the mysql username) = My.settings.username MySQL Amount of money = My.settings.money MySQL Level = My.settings.level

View 4 Replies

How To Maintain Application Modified Settings In The Settings Files After A Program Update

Sep 8, 2009

Is there a way to maintain application modified Settings in the settings files after a program update? i.e. I have 10 or so values in the settings file and the users can modify them... when I send a program update they revert back to what I initially programmed them to be.

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 Program Will Need To Store Some Settings For When The Program Gets Closed Then Opened Again?

Jan 28, 2009

My program will need to store some settings for when the program gets closed then opened again. I would then like to reload the settings?

- Flat file
- Database
- Registry
- Other

View 1 Replies

Persist Program Parameter And Variable Settings From One Run Of The Program To The Next?

Aug 2, 2009

I want to hear some discussion regarding what is the best way to persist program parameter and variable settings from one run of the program to the next. I used to often use the ubiquitous INI type file in VB6 programs but I am aware that these are not formally supported in .Net programs. I also have a major aversion to adding to the already overwhelming bloat of the Windows registry by using that to store values.

[Code]...

View 6 Replies

Save The Settings Of Program So That They Are The Same Every Time Somebody Uses The Program

Apr 14, 2009

I am currently using vb 2008 and want it so when a user registers it will unlock all the extra features and stay that way even after the user quits and restarts the program... I already have everything set exept for the save feature. I don;t know exactly what to do. I just want to save the settings of my program so that they are the same every time somebody uses the program. I heard that you need to go into Project , then properties and then settings... But I don't understand what to do there...

View 2 Replies

Make A ToDo List With Extra Info?

Jun 19, 2012

I want to make a ToDo list with extra info, like this:

Activity1
- Place
- Start time

[Code]....

I want to be able to show and hide the 'place, start time, end time, etc' with a button. I thaught it might be usefull to use Treeview for this, but how do I use Treeview? I got textboxes for activity and place and etc., datetimepicker for start and end date/time. how to use treeviewer for this?

View 1 Replies

Make A Tooltip Display The Info Longer?

Apr 15, 2009

How do I make a tooltip display the info longer?

View 2 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

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

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

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

Way To Have An Array That Holds Other Arrays

Dec 8, 2011

Is there any way to have an array that holds other arrays in VB? So you could call it like Array1(Array2(0))

View 2 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







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