Hello,I want to have some kind of Simple NoteBook.
In program I need to store Names,Surnames,phone-numbers and e-mail of people.
I was searching to the forum,but nothing found simmular to this. Anyone can help me about this?
Thanks in advance.
Simple NoteBook
Started by w0rmeD, May 22 2010 03:32 PM
11 replies to this topic
#1
Posted 22 May 2010 - 03:32 PM
|
|
|
#2
Posted 22 May 2010 - 05:46 PM
Just use TextBox's and data storage. Texbox's and labels are your friend, even though they are very simple. And when I say Data storage, I mean use codes to save a label / TextBox's content
#3
Posted 22 May 2010 - 05:47 PM
BTW
Do I know the code to save data, you may ask?
No.
Do I know the code to save data, you may ask?
No.
#4
Posted 23 May 2010 - 06:25 AM
For example: I want to have memory of 1000 people. And I must add 1000 text boxes/labels? :w00t:
I'm beginner in this,and dont beleive that I can do this alone. :/
Does anyone have a finished code about this,or someone can help me? :)
I'm beginner in this,and dont beleive that I can do this alone. :/
Does anyone have a finished code about this,or someone can help me? :)
#5
Posted 23 May 2010 - 06:39 AM
OHHH I see what you mean! Sorry I thought you meant something different XD.
Well, I have no idea then.
Well, I have no idea then.
#6
Posted 26 May 2010 - 04:50 AM
Bump! Anyone for help ? :)
#7
Posted 26 May 2010 - 12:25 PM
I have code from a program i created previously which could help you, i used the common dialog method which basically prompts the user with that window you see on almost every windows program when you want to save a file. It allows you to save the file anywhere on the computer under any name, you can also use this for loading the files as well.
If you feel this will help you either post back or send me a pm and i can show you some code :)
If you feel this will help you either post back or send me a pm and i can show you some code :)
#8
Posted 27 May 2010 - 01:05 AM
For the storage you could use settings, files or a database. Then you retrieve all the values and create a new textbox/label for each of the values...
#9
Posted 27 May 2010 - 01:47 AM
I created mine in visual basic 6 and it encrypted the information, saving it to a text file.
#10
Posted 27 May 2010 - 05:48 AM
I use VB Express 2008,and for the storage I'd like to be with database.
I'm a total beginner in VB,and I'd like to realize this idea.... :)
I'm a total beginner in VB,and I'd like to realize this idea.... :)
#11
Posted 02 June 2010 - 06:14 AM
i advise you to use vb.net and access database, here is a small tutorial about saving the data to the database:
Share your Knowledge, It's one way to achieve immortality.
Video Tutorial Channel
Video Tutorial Channel
#12
Posted 03 June 2010 - 02:11 AM
use adodc or oledb component from vb to connection database .. database u can use Access or SqlServer then ..
use datasource component for each control like textbox ..
use datasource component for each control like textbox ..


Sign In
Create Account

Back to top









