I'm going to build an app with a GUI interface to edit an INI file so things are easier for the administrator using my app...
Ini file looks like this:
[Config]
Extention=mp3
Template=D:\wwwroot\mp3\tng.html
FolderImage=/images/folder.gif
BorderSize=3
WorkingDir=D:\Files\Secure\Mp3
VirtualDir=/virtualmp3
ScriptDir=/mp3
[HTML Tags]
VLink Color=#FFFFFF
ALink Color=#FFFFFF
Link Color=#FFFFFF
BGColor=#AAAAFF
FolderBG=#AAAAFF
Row2BG=#AAAADD
Row3BG=#AAAADD
FileDateBG=#FD35FB
FileSizeBG=#FD35FB
TotalBG=#7191F7
Now, the browse button is easy enough, the file open dialog is easy enough but how to do the colors?
First I would want a color chooser of some kind, like Paint shop or any good graphics program, and then I want to convert it to the html color...
Anybody got a good place to start or a good sample I can work with?
thanks,
Scott
------------------
Scott
Ini file looks like this:
[Config]
Extention=mp3
Template=D:\wwwroot\mp3\tng.html
FolderImage=/images/folder.gif
BorderSize=3
WorkingDir=D:\Files\Secure\Mp3
VirtualDir=/virtualmp3
ScriptDir=/mp3
[HTML Tags]
VLink Color=#FFFFFF
ALink Color=#FFFFFF
Link Color=#FFFFFF
BGColor=#AAAAFF
FolderBG=#AAAAFF
Row2BG=#AAAADD
Row3BG=#AAAADD
FileDateBG=#FD35FB
FileSizeBG=#FD35FB
TotalBG=#7191F7
Now, the browse button is easy enough, the file open dialog is easy enough but how to do the colors?
First I would want a color chooser of some kind, like Paint shop or any good graphics program, and then I want to convert it to the html color...
Anybody got a good place to start or a good sample I can work with?
thanks,
Scott
------------------
Scott
Comment