• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

  • CF has always been a site that welcomes people from different backgrounds and beliefs to participate in discussion and even debate. That is the nature of its ministry. In view of recent events emotions are running very high. We need to remind people of some basic principles in debating on this site. We need to be civil when we express differences in opinion. No personal attacks. Avoid you, your statements. Don't characterize an entire political party with comparisons to Fascism or Communism or other extreme movements that committed atrocities. CF is not the place for broad brush or blanket statements about groups and political parties. Put the broad brushes and blankets away when you come to CF, better yet, put them in the incinerator. Debate had no place for them. We need to remember that people that commit acts of violence represent themselves or a small extreme faction.
  • We hope the site problems here are now solved, however, if you still have any issues, please start a ticket in Contact Us

  • The rule regarding AI content has been updated. The rule now rules as follows:

    Be sure to credit AI when copying and pasting AI sources. Link to the site of the AI search, just like linking to an article.

Visual basic registry programming - Please help

luk99au

I don't think you can set it so that even system can't access the data. The best thing to do is to store the information in a hidden area of the registry and also encrypt the data. I progam in vb6 and have written a worship projection software called EasiSlides (see my website link button below) and I have saved my setting in the default vb area since there is no need for me to hide it from the user.

To load from the default vb registry:

Read_Reg = GetSetting(App.Title, "Key", "Name", "default data")


To save to default vb registry:

SaveSetting App.Title, "Key", "Name", "Data"

where App.Title is the title you have set in your vb6 application. You can do a similar thing but store your data in an encrypted form so that at least others don't know what it represents. Hope the above is of some help.

Wai Kuen
 
Upvote 0

Grommit

malloc(sizeof(dork));
Sep 8, 2003
345
2
Drowning in a puddle of rain.
✟498.00
Faith
Non-Denom
Hmm... Welcome to the forum. Heh, what is it that you are working on? Is this for school, work, or for your own education?

I notice you only have two posts and they are both in the computer forum. Not that there's anything wrong with that. :) It's just funny to think someone would come to a christian forum to ask for computer help... maybe it's because it's very important and you feel desperate and want God to help you out? No? ;)

Anyways, here is a post from a while back that will point you to the right direction. If you have further questions, just ask.

Good luck. :wave:

http://www.christianforum.com/showthread.php?p=1070389#post1070389
 
Upvote 0