|
-
Dec 4th, 2001, 04:40 PM
#1
Thread Starter
Addicted Member
resource file
i have a few setting that i would like my program to have and i would like to use a resource file can the setting be changed once the prog has been compiled.
On Error wake up and try again ;-)
___________________________
ICQ # 65392645
email - [email protected]
Visual Studio 6 ent with SP5 Running on XP with an AMD 1.2 ThunderBird with 512 MB RAM And a 120GB primary HDD (very sweet)
-
Dec 4th, 2001, 04:42 PM
#2
-
Dec 4th, 2001, 04:51 PM
#3
Thread Starter
Addicted Member
so there is know way to do it from my own program
On Error wake up and try again ;-)
___________________________
ICQ # 65392645
email - [email protected]
Visual Studio 6 ent with SP5 Running on XP with an AMD 1.2 ThunderBird with 512 MB RAM And a 120GB primary HDD (very sweet)
-
Dec 4th, 2001, 04:52 PM
#4
-
Dec 4th, 2001, 04:53 PM
#5
-
Dec 4th, 2001, 04:54 PM
#6
-= B u g S l a y e r =-
Originally posted by nota141
so there is know way to do it from my own program
no
-
Dec 4th, 2001, 04:56 PM
#7
Need-a-life Member
Originally posted by peet
no
Ok... I do get your question, now. And I agree with Peet.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Dec 4th, 2001, 04:57 PM
#8
Hyperactive Member
what are you trying to do?
If you're just trying to save a few things, you can use the registry. If you are trying to store a number of strings and bitmaps, you should use the resource file. You can easily use the resource file and registry from VB. If you want to change the resource file later, you can modify it with a variety of resource file editors.
Is that what you are looking for?
-scott
he he he
-
Dec 4th, 2001, 05:05 PM
#9
Thread Starter
Addicted Member
here is what i am trying to do
i have an app that get two pics form somewhere on the server and alphablend them together. this prog is to be distrobuted to all one hundred computer where i work. but i need an easy way to store the setting and the prog togeather so users can hack the setting.
On Error wake up and try again ;-)
___________________________
ICQ # 65392645
email - [email protected]
Visual Studio 6 ent with SP5 Running on XP with an AMD 1.2 ThunderBird with 512 MB RAM And a 120GB primary HDD (very sweet)
-
Dec 4th, 2001, 05:14 PM
#10
Hyperactive Member
that's different
Oh, I don't think we were understanding you...
I would save the settings and the image in a specific network location and access that directly from each of the clients, like "\\yourcomputer\images\mypic.gif". The same would apply for a text file for the settings.
If you have more than a little configuration data to distribute, I would recommend using XML. Each client could load the XML configuration file from the remote location and parse it to extract the appropriate information. Using XML is really easy.
Does that help??? I must be closer if nothing else....
-scott
he he he
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|