stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 891
|
Re: *urgent! help needed here!
Hi,
You cannot add a scrollbar to a label. You can add a scrollbar to a textbox and make it "locked=true".
You can store information a user types, but not in a label permanently, you would need to store it in the registry or a file or a database.
Suggest you msdn search for storing user settings, as VS2005 has a lot of stuff to help you with that
Hope this helps,
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
|