Jump to content

Simple NoteBook

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
11 replies to this topic

#1
w0rmeD

w0rmeD

    Newbie

  • Members
  • Pip
  • 5 posts
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.

#2
VBman

VBman

    Newbie

  • Members
  • Pip
  • 8 posts
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
VBman

VBman

    Newbie

  • Members
  • Pip
  • 8 posts
BTW
Do I know the code to save data, you may ask?
No.

#4
w0rmeD

w0rmeD

    Newbie

  • Members
  • Pip
  • 5 posts
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? :)

#5
VBman

VBman

    Newbie

  • Members
  • Pip
  • 8 posts
OHHH I see what you mean! Sorry I thought you meant something different XD.
Well, I have no idea then.

#6
w0rmeD

w0rmeD

    Newbie

  • Members
  • Pip
  • 5 posts
Bump! Anyone for help ? :)

#7
Samrob

Samrob

    Newbie

  • Members
  • Pip
  • 4 posts
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 :)

#8
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
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
Samrob

Samrob

    Newbie

  • Members
  • Pip
  • 4 posts
I created mine in visual basic 6 and it encrypted the information, saving it to a text file.

#10
w0rmeD

w0rmeD

    Newbie

  • Members
  • Pip
  • 5 posts
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.... :)

#11
Ray Tawil

Ray Tawil

    Programmer

  • Members
  • PipPipPipPip
  • 108 posts
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

#12
ayachub

ayachub

    Newbie

  • Members
  • PipPip
  • 12 posts
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 ..