Easiest Way To Store Data

Mar 31, 2011

I've just finished an application which does everything I want within the Visual Studio environment now I need a way to store the data the user creates but I've never had to do it before and am a bit lost. I've spent days trying to use XML to do this but to no avail mainly cos my classes use ArrayLists as properties and it gets a bit beyond me. I've been told that ArrayLists were not the best choice for this and would be prepared to change my design if need be if I thought the end to this problem was in sight.

View 11 Replies


ADVERTISEMENT

Easiest Way For Printing Form

Jun 6, 2011

I need the best and easist way for printing the form ,nested of PrintForm tool. com it is very bad :angry:,it prints the form like screen shot :angry: ,what I want print entire form on A4 .

View 2 Replies

Easiest Way To Publish Project To Wep?

Nov 9, 2011

how if it possible to publish program straight to wep. I asked before another question about publishing and making setup files, that worked well. But now I have finished other of my programs and I want to know can I somehow add it straight to wep site? I have now used suntuubi.com as own wep site, it's not the best but its free :) And I have usually posted a link to download setup from mediafire (or some other) but can I run that program from my page without any downloads? I made that program with windows forms application, do I need to use wbf broswer application? ( if so, can I somehow fastly switch it without making everything again?) And one more, if it is possible in some other wep site than suntuubi.com can you recommend it?

View 1 Replies

Easiest Way To Verify If A Number Is Odd Or Even?

Jan 10, 2011

What is the easiest way to verify if a number is odd or even?I'm setting up a program, and it is checking if a user input number is even or odd, if its odd, it runs this, if even, it runs this.Its a simple if/then, else statement.

View 2 Replies

Easiest Way To Send Emails In 2005

Jun 21, 2010

I was wondering how is the easiest way to send a email thru VB .NET 2005. I want to send a email every 5 minutes a certain text (that I have no problem the only problem is how to send the email with the address, server address, user name, password, etc).

View 1 Replies

VS 2010 Easiest Way To Interact With Applications?

Feb 26, 2011

So I'm creating an application that will notify a person of something when I send a command. I've been thinking of just using a TCP connection to do it but there must be an easier way.

View 1 Replies

InputBox Function - Program - Allow User To Input 5 Payrolls For Store 1, Store 2, And Store 3

Mar 22, 2012

I am coding a program that will allow the user to input 5 payrolls for Store 1, Store 2, and Store 3. The total of the 5 payrolls are then added together and shown in the respective Store's labels. A total label is also there to add up all the totals into one number. The numbers in the label must be in currency form. My problem is the numbers don't add correctly when I hit calculate. The first two numbers add together, but then after that the number just seems to subtract a random amount.

So far I have this --

Public Class Form1

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Me.Close()
End Sub

[CODE[...

View 14 Replies

Easiest Way To Validate Specific Date Format?

Apr 24, 2010

I would like to easily validate dates in this format, e.g., 31-JUL-2010 and only this format. Any other format should be considered invalid.

View 3 Replies

VS 2010 - Easiest Way To Save Settings To Config File?

Mar 23, 2011

Is there a really simple way to save the app.config file to a location then load it again? I'm making a multiclient app. I was planning on having each user have a folder, and in that folder would be their personalized app.config file that would load when they log in. I don't really know any XML.

View 13 Replies

Easiest Way To Write And Engine For Importing Files Of Common Formats?

Dec 1, 2009

I am writing an application where data can be gathered from many different places and graphed against other data. However the data from all the different places is coming in different formats such as .csv, .txt and some others i can't recall right now.So i am wondering what is the easiest way to allow my program to import the data supplied in these different formats?

View 4 Replies

Code That Reads An Input File And Store Data In SQL Server Data?

Sep 11, 2009

I am new to VB.net. I want to read and input file and store that data to an SQL Server database. Do you have an sample code that do such?

View 1 Replies

Continously Reading Data From A Modbus TCP Device And Store Data In A Textfile?

Mar 2, 2012

I have a modbus TCP device that I have managed to connected to through my VB source code.

I want to poll (continueously read) data from certain registers of the device, and store the polled data in a file (text,csv, excel).

View 1 Replies

XML 6.0 SP2 - Create A Small Backup Before Data Is Syncronized To A Data Store?

Feb 14, 2011

I have an application that uses Dataset.WriteXML to create a small backup before data is syncronized to a data store (less than a meg).This application has worked well for 5 years now, and all of a sudden with the installation of XML 6.0 SP2 the XML document is not working correctly.I have multiple tables within a Dataset (Company, Contact, Notes, etc...)When WriteXML is called, the first table should be Company, however, the first table is being named Contact with the Company Data in it. The Notes table is being called Contact and so forth. In other words it's not giving the correct names to the tables in the XML File.This appears to be a bug, which is causing great distress on all the companies who have been using this program.

View 3 Replies

VS 2010 How To Get A Template And Store It In Data Base Without Using Data Set

Dec 12, 2011

i just want to know how to get a template and store it in a data base without using data set

View 1 Replies

Best Way To Store Data

Jul 31, 2011

I hope this is the correct place to obtain a little bit of advice for a program I am looking to produce in visual basic 2010.

I currently work as a design engineer designing press tools and a lot of our designs are similer just maybe a feature, length, diameter change etc. So the design principles are the same for each product.

What I am aiming to do is program the 3D design package so that 80% of the tool design can be done using the program etc.

Now the enquiry I have is where would the best place to hold the standard data be?

For instance each press has a maximum blank diameter, shutt height, bores diameters in the bed and likewise each product type has design features with the same calculations such as length, pierce etc.

I have done a bit of reading and I have found that data can be stored into text files, xml files and databases etc or hard coded into the program.

I am looking to allow new presses to be added so the user would need to add new shutt heuights, blank size etc but the tooling would have to be unqiue dependent on the typs of stage. So I am wondering to store this information would a database be the best option even though the data will not be continually updated more a place for it to be retrived from excpet under failry rare circumstances.

View 3 Replies

How To Store Data

Jul 24, 2009

I was thinking about using an access database to store the data but I would like to know if there is a better way of storing data?

View 4 Replies

Best Way To Store Data From Desktop App?

Dec 19, 2009

I'm writing an app in vb.net and was wondering wath the best way to store/retrieve data was?

View 5 Replies

How To Store Data In Memory

Apr 21, 2011

I am reading data from wordpad one by one which records the sale of grocery item by barcode. I want to store it in memory so that after reading the whole file I can calculate the total number of the same items sold by comparing the bar code.

View 2 Replies

Program That Uses XML To Store Data ?

May 21, 2010

I'm making a program that uses XML to store data and I'm having problems retrieving the data. Here's an example of how I'm storing data:

<?xml version="1.0" encoding="utf-8"?>
<main>
<category>

[Code].....

View 4 Replies

Store And Display Data?

Aug 5, 2009

I'm having problem displaying and storing data from RS232 to access 2007. I have a PIC demo board that sends SMS via AT commands. I want to grab useful information like phone numbers and status message and store/display to access/richtextbox respectively. Right now every line of AT commands are display. And does not store to access. How do i search for the string with numbers like phone numbers?

[Code]...

View 1 Replies

Store And Represent Data?

May 31, 2011

I'm creating a program that outputs Quotations (and other information relating to these 1. What is the BEST way to read/write from a database (I only really know how to use Access but if XML or SQL would be better, I'm willing to learn). The database needs to be stored and accessed from the same state every time that the program opens. I've tried multiple different ways, both through DataAdapters (in code) to doing it through connecting the database through the Visual Studio GUI. Neither have seemed to work. Other people have told me that using DataAdapters and such aren't the best way, but no one has been able to tell me what this 'best way' is. Also, I need to somehow be able to link pictures in the database - apparently it's not easy to do in SQL?[code]...

View 5 Replies

Store Data For Pilots?

Apr 18, 2009

i want to store data for Pilots ( a program i am working on ), i want to store the Callsign (ie UKV1918) and there Lat and Lon (latitude and longtitude)I need to be able to update the pilots lat and lon, and remove the pilot when they disconnect.

View 4 Replies

Store Data In List?

Jun 23, 2011

I just wondering if Visual Basic.NET and VB6 can do these examples.I have use python before and i will take some examples.Save numbers to a list and add

Quote:

this_is_a_list=[1,2,35,4564,532,2454,3404,3,455,2,1]
x = len(this_is_a_list)
this_is_a_list.insert(10, x)

len is a function who count how long a list is. This list is 11 numbers long. I will now insert/add number 10 after the last number. The first number has the place 0. The second number has the place 1.Can VB.net do that? Check how long a list is?Delete a list?

View 9 Replies

Store Data In Memory?

Feb 23, 2009

Is it possible to store data in memory or a temp file so that if my application crashes information such as text boxes can be restored?

View 3 Replies

Store Data In Program?

Jul 18, 2010

I m trying to create a windows app that will store employee working hours of everyday. Is there any way to store a week much data in some sort of file or somewhere else beside database ? Or I have to use some sort dbms.

View 6 Replies

Store Data In Several Collections?

Mar 31, 2011

I'm not sure how to do this but I want to store data in several collections. I want the data to be stored / accessed as follows.

CombatCollection("Joe").CombatRecord(1).AttackRecord(1).Damage

how these nested structures or collections are defined and used?

View 9 Replies

Store Data In Variables?

Aug 15, 2011

I am using sql in and am stuck. after "selecting * from table", how do i store whatever I have obtained from my database in a variable, for display?

View 2 Replies

Store Data To A Database?

Feb 1, 2011

I wish to create a visual basic asp.net web application which can store data, entered by the user via a textbox to a database, once the STORE button has been clicked. I also want to be able to view the stored data by clicking VIEW STORED DATA.I am using visual studio and I am a complete beginner. I need to know how to create an appropriate database and how to link it to my web application.

View 2 Replies

Store Some Reusable Data?

May 18, 2009

I am having a problem thinking of how to store some information in my design [code]...

Also I am thinking I would like to put something like A Division = 1 or A and so on! So I am thinking that I may have to steer away from this method and move to an array instead?

View 2 Replies

Store The Data For A .net Database?

Apr 15, 2009

best way to store the data for a .net database and the reasons why. Please note I would like to have access to the database from a blackberry and the option for multiple applications to read & write to the database at the same time.

View 3 Replies







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